diff options
author | schenney@chromium.org <schenney@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-31 19:53:39 +0000 |
---|---|---|
committer | schenney@chromium.org <schenney@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-31 19:53:39 +0000 |
commit | 77c4d44103f9738cae8bc1b3afee24e10be95871 (patch) | |
tree | 638e00b9034b51dddd4c568601f921c08472b82d /build | |
parent | d87fd5b8338c960ffd86c438b0d5ae919bd9b4ee (diff) | |
download | chromium_src-77c4d44103f9738cae8bc1b3afee24e10be95871.zip chromium_src-77c4d44103f9738cae8bc1b3afee24e10be95871.tar.gz chromium_src-77c4d44103f9738cae8bc1b3afee24e10be95871.tar.bz2 |
Removing extraneous pymod_do_main directory from gyp_chromium.
R=abarth@chromium.org, adamk@chromium.org
BUG=297477
Review URL: https://codereview.chromium.org/26853002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232189 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/gyp_chromium | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/gyp_chromium b/build/gyp_chromium index b165f70..83bdb5c 100755 --- a/build/gyp_chromium +++ b/build/gyp_chromium @@ -28,10 +28,6 @@ sys.path.insert(1, os.path.join(chrome_src, 'native_client', 'build')) sys.path.insert(1, os.path.join(chrome_src, 'remoting', 'tools', 'build')) sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit', 'Source', 'build', 'scripts')) -# FIXME schenney: Remove this once we remove Source/core/scripts -sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit', - 'Source', 'core', 'scripts')) - # On Windows, Psyco shortens warm runs of build/gyp_chromium by about # 20 seconds on a z600 machine with 12 GB of RAM, from 90 down to 70 |