diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-16 21:04:55 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-16 21:04:55 +0000 |
commit | 4682f1e3e6ca2084bd7e0a222db364ea53f1d62a (patch) | |
tree | 4f40f37304c32fd8ffd11b5075ef7502dff36cc5 /build | |
parent | a218dda1032b0d59cdbe505d622ee39ab2e8ad3a (diff) | |
download | chromium_src-4682f1e3e6ca2084bd7e0a222db364ea53f1d62a.zip chromium_src-4682f1e3e6ca2084bd7e0a222db364ea53f1d62a.tar.gz chromium_src-4682f1e3e6ca2084bd7e0a222db364ea53f1d62a.tar.bz2 |
Prepare gyp_chromium for WebCore move
We're about to move Source/WebCore to Source/core. This file has a dependency
on the name "WebCore" and therefore needs to be updated before the move.
Review URL: https://codereview.chromium.org/13949009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194448 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/gyp_chromium | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/gyp_chromium b/build/gyp_chromium index 10e7a2e..f00694a 100755 --- a/build/gyp_chromium +++ b/build/gyp_chromium @@ -27,6 +27,8 @@ sys.path.insert(1, os.path.join(chrome_src, 'chrome', 'tools', 'build')) sys.path.insert(1, os.path.join(chrome_src, 'native_client', 'build')) sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit', 'Source', 'WebCore', 'WebCore.gyp', 'scripts')) +sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit', + 'Source', 'core', 'core.gyp', 'scripts')) # On Windows, Psyco shortens warm runs of build/gyp_chromium by about |