diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-13 20:47:47 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-13 20:47:47 +0000 |
commit | 11079a4772dacf7865c3d650b7aa911242bb782e (patch) | |
tree | 6731bf180dad1ef9e6ca6fd5ba2ac2130815e2de /chrome/chrome_resources.gyp | |
parent | 8a087f4885188a062320c0fba9feb33e48173b04 (diff) | |
download | chromium_src-11079a4772dacf7865c3d650b7aa911242bb782e.zip chromium_src-11079a4772dacf7865c3d650b7aa911242bb782e.tar.gz chromium_src-11079a4772dacf7865c3d650b7aa911242bb782e.tar.bz2 |
Options2: Pull the trigger.
Options2 is a copy of the resources for and implementation of chrome://settings that will be pared down significantly for UberPage (see bug).
BUG=100885
TEST=none
R=csilv
Review URL: http://codereview.chromium.org/8895023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114267 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', |