summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_resources.gyp
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-11 19:23:19 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-11 19:23:19 +0000
commita3c13435c27b7dfcac1e60123576a226dbd18bf1 (patch)
tree979b7f3fd4c290385ddaf29a507bc5d109e82618 /chrome/chrome_resources.gyp
parent055f8f2f3f0c69d390f1f0db5af6021e17daa712 (diff)
downloadchromium_src-a3c13435c27b7dfcac1e60123576a226dbd18bf1.zip
chromium_src-a3c13435c27b7dfcac1e60123576a226dbd18bf1.tar.gz
chromium_src-a3c13435c27b7dfcac1e60123576a226dbd18bf1.tar.bz2
Add chrome/browser/ui to the GN build.
This moves the intermediate grit files: ui/ui_resources -> ui/resources ui/ui_strings -> ui/strings in the GYP build to put it in line with the GN one (and also what one would expect). R=ajwong@chromium.org BUG= Review URL: https://codereview.chromium.org/381113004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282663 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_resources.gyp')
-rw-r--r--chrome/chrome_resources.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index edcbda1..a166312 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -84,6 +84,7 @@
],
'actions': [
{
+ # GN version: //chrome/browser/resources:component_extension_resources
'action_name': 'generate_component_extension_resources',
'variables': {
'grit_grd_file': 'browser/resources/component_extension_resources.grd',
@@ -91,6 +92,7 @@
'includes': [ '../build/grit_action.gypi' ],
},
{
+ # GN version: //chrome/browser/resources:options_resources
'action_name': 'generate_options_resources',
'variables': {
'grit_grd_file': 'browser/resources/options_resources.grd',
@@ -98,6 +100,7 @@
'includes': [ '../build/grit_action.gypi' ],
},
{
+ # GN version: //chrome/browser/resources:quota_internals_resources
'action_name': 'generate_quota_internals_resources',
'variables': {
'grit_grd_file': 'browser/resources/quota_internals_resources.grd',
@@ -105,6 +108,7 @@
'includes': [ '../build/grit_action.gypi' ],
},
{
+ # GN version: //chrome/browser/resources:sync_file_system_internals_resources
'action_name': 'generate_sync_file_system_internals_resources',
'variables': {
'grit_grd_file': 'browser/resources/sync_file_system_internals_resources.grd',
@@ -114,6 +118,7 @@
],
'copies': [
{
+ # GN version: //chrome/browser/resources:extension_resource_demo
'destination': '<(PRODUCT_DIR)/resources/extension/demo',
'files': [
'browser/resources/extension_resource/demo/library.js',