Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(395)

Side by Side Diff: chrome/chrome_resources.gyp

Issue 381463002: Add chrome/browser/ui to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add %$&*ing missing comma Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html', 7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html',
8 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i nternal/additional_modules_list.txt', 8 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i nternal/additional_modules_list.txt',
9 'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/om nibox/omnibox.mojom.js', 9 'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/om nibox/omnibox.mojom.js',
10 }, 10 },
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'includes': [ '../build/grit_target.gypi' ], 77 'includes': [ '../build/grit_target.gypi' ],
78 'conditions': [ 78 'conditions': [
79 ['OS != "ios"', { 79 ['OS != "ios"', {
80 'dependencies': [ 80 'dependencies': [
81 '../components/components_resources.gyp:components_resources', 81 '../components/components_resources.gyp:components_resources',
82 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc es', 82 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc es',
83 '../content/browser/tracing/tracing_resources.gyp:tracing_resources' , 83 '../content/browser/tracing/tracing_resources.gyp:tracing_resources' ,
84 ], 84 ],
85 'actions': [ 85 'actions': [
86 { 86 {
87 # GN version: //chrome/browser/resources:component_extension_resou rces
87 'action_name': 'generate_component_extension_resources', 88 'action_name': 'generate_component_extension_resources',
88 'variables': { 89 'variables': {
89 'grit_grd_file': 'browser/resources/component_extension_resource s.grd', 90 'grit_grd_file': 'browser/resources/component_extension_resource s.grd',
90 }, 91 },
91 'includes': [ '../build/grit_action.gypi' ], 92 'includes': [ '../build/grit_action.gypi' ],
92 }, 93 },
93 { 94 {
95 # GN version: //chrome/browser/resources:options_resources
94 'action_name': 'generate_options_resources', 96 'action_name': 'generate_options_resources',
95 'variables': { 97 'variables': {
96 'grit_grd_file': 'browser/resources/options_resources.grd', 98 'grit_grd_file': 'browser/resources/options_resources.grd',
97 }, 99 },
98 'includes': [ '../build/grit_action.gypi' ], 100 'includes': [ '../build/grit_action.gypi' ],
99 }, 101 },
100 { 102 {
103 # GN version: //chrome/browser/resources:quota_internals_resources
101 'action_name': 'generate_quota_internals_resources', 104 'action_name': 'generate_quota_internals_resources',
102 'variables': { 105 'variables': {
103 'grit_grd_file': 'browser/resources/quota_internals_resources.gr d', 106 'grit_grd_file': 'browser/resources/quota_internals_resources.gr d',
104 }, 107 },
105 'includes': [ '../build/grit_action.gypi' ], 108 'includes': [ '../build/grit_action.gypi' ],
106 }, 109 },
107 { 110 {
111 # GN version: //chrome/browser/resources:sync_file_system_internal s_resources
108 'action_name': 'generate_sync_file_system_internals_resources', 112 'action_name': 'generate_sync_file_system_internals_resources',
109 'variables': { 113 'variables': {
110 'grit_grd_file': 'browser/resources/sync_file_system_internals_r esources.grd', 114 'grit_grd_file': 'browser/resources/sync_file_system_internals_r esources.grd',
111 }, 115 },
112 'includes': [ '../build/grit_action.gypi' ], 116 'includes': [ '../build/grit_action.gypi' ],
113 }, 117 },
114 ], 118 ],
115 'copies': [ 119 'copies': [
116 { 120 {
121 # GN version: //chrome/browser/resources:extension_resource_demo
117 'destination': '<(PRODUCT_DIR)/resources/extension/demo', 122 'destination': '<(PRODUCT_DIR)/resources/extension/demo',
118 'files': [ 123 'files': [
119 'browser/resources/extension_resource/demo/library.js', 124 'browser/resources/extension_resource/demo/library.js',
120 ], 125 ],
121 }, 126 },
122 ], 127 ],
123 }], 128 }],
124 ['chromeos==1 and disable_nacl==0 and disable_nacl_untrusted==0', { 129 ['chromeos==1 and disable_nacl==0 and disable_nacl_untrusted==0', {
125 'conditions': [ 130 'conditions': [
126 # TODO(dtseng): Remove use_chromevox_next once ChromeVox Next is rea dy for testing. 131 # TODO(dtseng): Remove use_chromevox_next once ChromeVox Next is rea dy for testing.
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 '<(generator_path)', 553 '<(generator_path)',
549 'credits', 554 'credits',
550 '<(about_credits_file)', 555 '<(about_credits_file)',
551 ], 556 ],
552 'message': 'Generating about:credits', 557 'message': 'Generating about:credits',
553 }, 558 },
554 ], 559 ],
555 }, 560 },
556 ], # targets 561 ], # targets
557 } 562 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698