From 42c29545c595e7a8ed2dd891601a1749b5cd40f7 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 6 Sep 2012 22:05:37 +0000 Subject: [PATCH] Merge revision 768 changes: - Remove explicit include on mozilla sources. git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1180@769 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- cef3/cef.gyp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cef3/cef.gyp b/cef3/cef.gyp index 880debf40..8ef709e95 100644 --- a/cef3/cef.gyp +++ b/cef3/cef.gyp @@ -939,12 +939,6 @@ 'libcef/browser/javascript_dialog_mac.mm', 'libcef/browser/menu_creator_runner_mac.h', 'libcef/browser/menu_creator_runner_mac.mm', - # Include necessary Mozilla sources. Remove these lines once they're - # included by content_browser.gypi. See crbug.com/120719. - '<(DEPTH)/third_party/mozilla/NSString+Utils.h', - '<(DEPTH)/third_party/mozilla/NSString+Utils.mm', - '<(DEPTH)/third_party/mozilla/NSURL+Utils.h', - '<(DEPTH)/third_party/mozilla/NSURL+Utils.m', # Include sources for context menu implementation. '<(DEPTH)/chrome/browser/disposition_utils.cc', '<(DEPTH)/chrome/browser/disposition_utils.h',