diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-03 15:32:12 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-03 15:32:12 +0000 |
commit | adf6b2e17687fc42a548898fb27347e74cb73918 (patch) | |
tree | efaab552c4d80d620d29eb8b1573b239d0de03f4 /chrome/nacl.gypi | |
parent | d0a37403abc06875bdcd7ea058891dc210867906 (diff) | |
download | chromium_src-adf6b2e17687fc42a548898fb27347e74cb73918.zip chromium_src-adf6b2e17687fc42a548898fb27347e74cb73918.tar.gz chromium_src-adf6b2e17687fc42a548898fb27347e74cb73918.tar.bz2 |
Revert 108466 - Introduces chromium_resources.gyp to factor out Chrome resource generation
1. Factors out Chrome/Chromium resource generation into a separate
chrome_resources.gyp file.
2. Eliminates repetition between Mac and other platforms.
3. Breaks long "repack" actions out into separate files for greater readability.
4. Eliminates circular dependencies in the Aura shell, the Views components, and
the compositor when utilizing Chrome resources.
BUG=none
TEST=try bots run gyps and build correctly.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107967
Review URL: http://codereview.chromium.org/8425002
TBR=dhollowa@chromium.org
Review URL: http://codereview.chromium.org/8448001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108468 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/nacl.gypi')
-rw-r--r-- | chrome/nacl.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi index 79225e2..0e717b8 100644 --- a/chrome/nacl.gypi +++ b/chrome/nacl.gypi @@ -69,8 +69,8 @@ 'python build_nacl_irt.py --inputs', }, 'dependencies': [ - 'chrome_resources.gyp:chrome_resources', - 'chrome_resources.gyp:chrome_strings', + 'chrome_resources', + 'chrome_strings', 'common', '../webkit/support/webkit_support.gyp:glue', '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPluginChrome', |