diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-13 18:36:05 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-13 18:36:05 +0000 |
commit | 8e1f93e8a83ba3a2d84f00a5d8026cd5ba494214 (patch) | |
tree | 3a1b4cece231496e197feb1419c3b886e5f412d1 /chrome/chrome_resources.gyp | |
parent | e867c1191a1b636d41ffb29bbf3317321576d9c0 (diff) | |
download | chromium_src-8e1f93e8a83ba3a2d84f00a5d8026cd5ba494214.zip chromium_src-8e1f93e8a83ba3a2d84f00a5d8026cd5ba494214.tar.gz chromium_src-8e1f93e8a83ba3a2d84f00a5d8026cd5ba494214.tar.bz2 |
Options2: Pull the trigger.
BUG=none
TEST=none
R=csilv
Review URL: http://codereview.chromium.org/8895023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114236 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_resources.gyp')
-rw-r--r-- | chrome/chrome_resources.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp index 3eccfa0..59b6143 100644 --- a/chrome/chrome_resources.gyp +++ b/chrome/chrome_resources.gyp @@ -39,6 +39,13 @@ 'includes': [ '../build/grit_action.gypi' ], }, { + 'action_name': 'options2_resources', + 'variables': { + 'grit_grd_file': 'browser/resources/options2_resources.grd', + }, + 'includes': [ '../build/grit_action.gypi' ], + }, + { 'action_name': 'quota_internals_resources', 'variables': { 'grit_grd_file': 'browser/resources/quota_internals_resources.grd', |