diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-06 18:27:06 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-06 18:27:06 +0000 |
commit | 580c4049677a45f11f19378dcb71bb6d7e9db094 (patch) | |
tree | 53e56bee040027f2330f3b1d24402440908b0ab2 /ui/ui.gyp | |
parent | e6d9cab22c32de66edee5f70d1263615b03e8801 (diff) | |
download | chromium_src-580c4049677a45f11f19378dcb71bb6d7e9db094.zip chromium_src-580c4049677a45f11f19378dcb71bb6d7e9db094.tar.gz chromium_src-580c4049677a45f11f19378dcb71bb6d7e9db094.tar.bz2 |
Add gyp file to build third_party/mozilla.
This is necessary to remove ui_cocoa_third_party_toolkits target from ui.gyp.
BUG=299841
TEST=None
R=mark@chromium.org,ben@chromium.org
TBR=ben
Review URL: https://codereview.chromium.org/104533002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239243 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -491,6 +491,9 @@ ], }], ['OS=="mac"', { + 'dependencies': [ + '../third_party/mozilla/mozilla.gyp:mozilla', + ], 'sources!': [ 'base/dragdrop/drag_utils.cc', 'base/dragdrop/drag_utils.h', @@ -659,11 +662,6 @@ # MolokoCacao additions '../third_party/molokocacao/NSBezierPath+MCAdditions.h', '../third_party/molokocacao/NSBezierPath+MCAdditions.m', - # Build necessary Mozilla sources - '../third_party/mozilla/NSScreen+Utils.h', - '../third_party/mozilla/NSScreen+Utils.m', - '../third_party/mozilla/NSWorkspace+Utils.h', - '../third_party/mozilla/NSWorkspace+Utils.m', ], 'include_dirs': [ '..', |