diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 16:24:29 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 16:24:29 +0000 |
commit | 1660bffd6b65401778e0657c1fcd658d06097409 (patch) | |
tree | 14a2718189e36416f9265579a3802b213cc35c33 /chrome/app | |
parent | 75c8ff7442b58012b24265fc76668fb04b475bae (diff) | |
download | chromium_src-1660bffd6b65401778e0657c1fcd658d06097409.zip chromium_src-1660bffd6b65401778e0657c1fcd658d06097409.tar.gz chromium_src-1660bffd6b65401778e0657c1fcd658d06097409.tar.bz2 |
Consolidate google chrome build flag for grit targets.
Just moving a bunch of duplicated gyp logic into
build/common.gypi.
Review URL: http://codereview.chromium.org/6724007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79132 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/policy/policy_templates.gypi | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/chrome/app/policy/policy_templates.gypi b/chrome/app/policy/policy_templates.gypi index 382bf8b..00927d8 100644 --- a/chrome/app/policy/policy_templates.gypi +++ b/chrome/app/policy/policy_templates.gypi @@ -43,15 +43,9 @@ '<@(grit_cmd)', '-i', '<(grd_path)', 'build', '-o', '<(grit_out_dir)', - '-D', '<(chrome_build)' + '<@(grit_defines)', ], 'conditions': [ - ['chromeos==1', { - 'action': ['-D', 'chromeos'], - }], - ['use_titlecase_in_grd_files==1', { - 'action': ['-D', 'use_titlecase'], - }], ['OS == "mac"', { 'action': ['-D', 'mac_bundle_id=<(mac_bundle_id)'], }], |