diff options
author | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-07 00:24:53 +0000 |
---|---|---|
committer | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-07 00:24:53 +0000 |
commit | a8473d9ff0b710b676020ad78b2d9121e152d7bf (patch) | |
tree | 3b4797d08e7a3562f02f3c9e2330db0004dac92d /win8/win8.gyp | |
parent | 29011bc23c865a039bb6f861af79649830b3190b (diff) | |
download | chromium_src-a8473d9ff0b710b676020ad78b2d9121e152d7bf.zip chromium_src-a8473d9ff0b710b676020ad78b2d9121e152d7bf.tar.gz chromium_src-a8473d9ff0b710b676020ad78b2d9121e152d7bf.tar.bz2 |
Move check_sdk_patch.py to win8/util.
It used to sit in chrome/tools/win/ which meant that, since webkit has to add win8/ to its dependencies for win8_util, it now had to also pull chrome/ :(...
NOTRY=True
BUG=151718 (see comment #25+).
Review URL: https://chromiumcodereview.appspot.com/11478013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171652 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'win8/win8.gyp')
-rw-r--r-- | win8/win8.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win8/win8.gyp b/win8/win8.gyp index a159588..d6ca61f 100644 --- a/win8/win8.gyp +++ b/win8/win8.gyp @@ -13,7 +13,7 @@ 'target_name': 'check_sdk_patch', 'type': 'none', 'variables': { - 'check_sdk_script': '<(DEPTH)/chrome/tools/build/win/check_sdk_patch.py', + 'check_sdk_script': 'util/check_sdk_patch.py', 'output_path': '<(INTERMEDIATE_DIR)/check_sdk_patch', }, 'actions': [ |