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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 9307110: Rename _large.grd to _2x.grd (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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_browser.gypi ('k') | chrome/chrome_repack_theme_resources_2x.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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'chrome_dll', 9 'target_name': 'chrome_dll',
10 'type': 'none', 10 'type': 'none',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 ['branding=="Chrome"', { 340 ['branding=="Chrome"', {
341 'theme_dir_name': 'google_chrome', 341 'theme_dir_name': 'google_chrome',
342 }, { # else: 'branding!="Chrome" 342 }, { # else: 'branding!="Chrome"
343 'theme_dir_name': 'chromium', 343 'theme_dir_name': 'chromium',
344 }], 344 }],
345 ], 345 ],
346 'repack_path': '../tools/grit/grit/format/repack.py', 346 'repack_path': '../tools/grit/grit/format/repack.py',
347 }, 347 },
348 'actions': [ 348 'actions': [
349 { 349 {
350 'includes': ['chrome_repack_theme_resources_large.gypi'] 350 'includes': ['chrome_repack_theme_resources_2x.gypi']
351 }, 351 },
352 ], 352 ],
353 'postbuilds': [ 353 'postbuilds': [
354 { 354 {
355 # This step causes an error to be raised if the .order file 355 # This step causes an error to be raised if the .order file
356 # does not account for all global text symbols. It 356 # does not account for all global text symbols. It
357 # validates the completeness of the .order file. 357 # validates the completeness of the .order file.
358 'postbuild_name': 'Verify global text symbol order', 358 'postbuild_name': 'Verify global text symbol order',
359 'variables': { 359 'variables': {
360 'verify_order_path': 'tools/build/mac/verify_order', 360 'verify_order_path': 'tools/build/mac/verify_order',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 ], 527 ],
528 }], 528 }],
529 ], # conditions 529 ], # conditions
530 }], # OS=="mac" 530 }], # OS=="mac"
531 ], # conditions 531 ], # conditions
532 }, # target chrome_dll 532 }, # target chrome_dll
533 ], # targets 533 ], # targets
534 }], # OS=="mac" or OS=="win" 534 }], # OS=="mac" or OS=="win"
535 ], 535 ],
536 } 536 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_repack_theme_resources_2x.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698