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

Side by Side Diff: content/content_shell.gypi

Issue 10377155: Move ui/gfx/resources to ui/base/native_theme/resources Step2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: keep gfx_resources.pak for DumpRenderTree Created 8 years, 7 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 213 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
214 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.pak', 214 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.pak',
215 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_ standard.pak', 215 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_ standard.pak',
216 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', 216 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
217 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', 217 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak',
218 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', 218 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak',
219 ], 219 ],
220 'conditions': [ 220 'conditions': [
221 ['OS != "mac"', { 221 ['OS != "mac"', {
222 'pak_inputs': [ 222 'pak_inputs': [
223 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.pak', 223 '<(SHARED_INTERMEDIATE_DIR)/ui/native_theme/native_theme_resou rces.pak',
224 ] 224 ]
225 }], 225 }],
226 ], 226 ],
227 }, 227 },
228 'inputs': [ 228 'inputs': [
229 '<(repack_path)', 229 '<(repack_path)',
230 '<@(pak_inputs)', 230 '<@(pak_inputs)',
231 ], 231 ],
232 'action': ['python', '<(repack_path)', '<@(_outputs)', 232 'action': ['python', '<(repack_path)', '<@(_outputs)',
233 '<@(pak_inputs)'], 233 '<@(pak_inputs)'],
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 '-buildfile', 583 '-buildfile',
584 '<(DEPTH)/content/shell/android/content_shell_apk.xml', 584 '<(DEPTH)/content/shell/android/content_shell_apk.xml',
585 ] 585 ]
586 } 586 }
587 ], 587 ],
588 }, 588 },
589 ], 589 ],
590 }], # OS=="android" 590 }], # OS=="android"
591 ] 591 ]
592 } 592 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698