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

Side by Side Diff: content/content_shell.gypi

Issue 10756018: Merge grd files in ui/resources and chrome/app/theme (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 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 { 5 {
6 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 { 208 {
209 # We build a minimal set of resources so WebKit in content_shell has 209 # We build a minimal set of resources so WebKit in content_shell has
210 # access to necessary resources. 210 # access to necessary resources.
211 'target_name': 'content_shell_pak', 211 'target_name': 'content_shell_pak',
212 'type': 'none', 212 'type': 'none',
213 'dependencies': [ 213 'dependencies': [
214 'browser/debugger/devtools_resources.gyp:devtools_resources', 214 'browser/debugger/devtools_resources.gyp:devtools_resources',
215 'content_shell_resources', 215 'content_shell_resources',
216 '<(DEPTH)/net/net.gyp:net_resources', 216 '<(DEPTH)/net/net.gyp:net_resources',
217 '<(DEPTH)/ui/ui.gyp:ui_resources', 217 '<(DEPTH)/ui/ui.gyp:ui_resources',
218 '<(DEPTH)/ui/ui.gyp:ui_resources_standard',
219 ], 218 ],
220 'variables': { 219 'variables': {
221 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', 220 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py',
222 }, 221 },
223 'actions': [ 222 'actions': [
224 { 223 {
225 'action_name': 'repack_content_shell_pack', 224 'action_name': 'repack_content_shell_pack',
226 'variables': { 225 'variables': {
227 'pak_inputs': [ 226 'pak_inputs': [
228 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 227 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
229 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', 228 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak',
230 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 229 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
231 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.pak', 230 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard. pak',
232 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_ standard.pak',
233 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', 231 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
234 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', 232 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak',
235 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', 233 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak',
236 ], 234 ],
237 }, 235 },
238 'inputs': [ 236 'inputs': [
239 '<(repack_path)', 237 '<(repack_path)',
240 '<@(pak_inputs)', 238 '<@(pak_inputs)',
241 ], 239 ],
242 'action': ['python', '<(repack_path)', '<@(_outputs)', 240 'action': ['python', '<(repack_path)', '<@(_outputs)',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 '-buildfile', 610 '-buildfile',
613 '<(DEPTH)/content/shell/android/java/content_shell_apk.xml', 611 '<(DEPTH)/content/shell/android/java/content_shell_apk.xml',
614 ] 612 ]
615 } 613 }
616 ], 614 ],
617 }, 615 },
618 ], 616 ],
619 }], # OS=="android" 617 }], # OS=="android"
620 ] 618 ]
621 } 619 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698