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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 10806018: Revert 147288 - Renamed resource files to be more verbose, specifically: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], 7 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 # - Linux: chrome/installer/linux/internal/common/installer.include 229 # - Linux: chrome/installer/linux/internal/common/installer.include
230 # Ensure that the above scripts are updated when adding or removing 230 # Ensure that the above scripts are updated when adding or removing
231 # pak files. 231 # pak files.
232 # Copying files to the product directory is not needed on the Mac 232 # Copying files to the product directory is not needed on the Mac
233 # since the framework build phase will copy them into the framework 233 # since the framework build phase will copy them into the framework
234 # bundle directly. 234 # bundle directly.
235 'copies': [ 235 'copies': [
236 { 236 {
237 'destination': '<(PRODUCT_DIR)', 237 'destination': '<(PRODUCT_DIR)',
238 'files': [ 238 'files': [
239 '<(grit_out_dir)/theme_resources_100_percent.pak', 239 '<(grit_out_dir)/theme_resources_standard.pak',
240 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_per cent.pak', 240 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standar d.pak',
241 ], 241 ],
242 }, 242 },
243 ], 243 ],
244 }], 244 }],
245 ['(OS != "mac" and enable_hidpi == 1) or chromeos == 1', { 245 ['(OS != "mac" and enable_hidpi == 1) or chromeos == 1', {
246 'copies': [ 246 'copies': [
247 { 247 {
248 'destination': '<(PRODUCT_DIR)', 248 'destination': '<(PRODUCT_DIR)',
249 'files': [ 249 'files': [
250 '<(grit_out_dir)/theme_resources_200_percent.pak', 250 '<(grit_out_dir)/theme_resources_2x.pak',
251 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_200_per cent.pak', 251 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_2x.pak' ,
252 ], 252 ],
253 }, 253 },
254 ], 254 ],
255 }], 255 }],
256 ['enable_touch_ui==1', { 256 ['enable_touch_ui==1', {
257 'copies': [ 257 'copies': [
258 { 258 {
259 'destination': '<(PRODUCT_DIR)', 259 'destination': '<(PRODUCT_DIR)',
260 'files': [ 260 'files': [
261 '<(grit_out_dir)/theme_resources_touch_100_percent.pak', 261 '<(grit_out_dir)/theme_resources_touch_1x.pak',
262 '<(grit_out_dir)/theme_resources_touch_200_percent.pak', 262 '<(grit_out_dir)/theme_resources_touch_2x.pak',
263 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_touch_1 00_percent.pak', 263 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_touch.p ak',
264 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_touch_2 00_percent.pak', 264 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_touch_2 x.pak',
265 ], 265 ],
266 }, 266 },
267 ], 267 ],
268 }], 268 }],
269 ], 269 ],
270 }, 270 },
271 { 271 {
272 'target_name': 'packed_extra_resources', 272 'target_name': 'packed_extra_resources',
273 'type': 'none', 273 'type': 'none',
274 'variables': { 274 'variables': {
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'files': ['<@(default_apps_list)'] 367 'files': ['<@(default_apps_list)']
368 }, 368 },
369 ], 369 ],
370 }], 370 }],
371 ], # conditions 371 ], # conditions
372 }], # end OS != "mac" 372 }], # end OS != "mac"
373 ], # conditions 373 ], # conditions
374 }, 374 },
375 ], # targets 375 ], # targets
376 } 376 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698