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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 1111823002: [iOS] Pack ios_strings_resources_${locale}.pak files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | chrome/tools/build/repack_locales.py » ('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 '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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'includes': ['chrome_repack_chrome_200_percent.gypi'] 445 'includes': ['chrome_repack_chrome_200_percent.gypi']
446 }, 446 },
447 ], 447 ],
448 'conditions': [ 448 'conditions': [
449 ['OS != "ios"', { 449 ['OS != "ios"', {
450 'dependencies': [ 450 'dependencies': [
451 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resour ces', 451 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resour ces',
452 '<(DEPTH)/content/app/strings/content_strings.gyp:content_strings', 452 '<(DEPTH)/content/app/strings/content_strings.gyp:content_strings',
453 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resour ces', 453 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resour ces',
454 ], 454 ],
455 }, { # else 455 }],
Nico 2015/04/28 18:07:34 why this change?
sdefresne 2015/04/29 07:36:24 When editing gyp files, I find "else" block in con
Nico 2015/04/29 15:33:16 I find the new spelling very confusing. Please kee
sdefresne 2015/04/29 16:26:58 Sure. Done.
456 ['OS == "ios"', {
457 'dependencies': [
458 '<(DEPTH)/ios/chrome/ios_chrome_resources.gyp:ios_strings_resources_ gen',
459 ],
456 'actions': [ 460 'actions': [
457 { 461 {
458 'conditions': [ 462 'includes': ['chrome_repack_chrome_300_percent.gypi']
459 ['OS == "ios"', {
460 'includes': ['chrome_repack_chrome_300_percent.gypi']
461 }],
462 ],
463 }, 463 },
464 ], 464 ],
465 }], 465 }],
466 ['use_ash==1', { 466 ['use_ash==1', {
467 'dependencies': [ 467 'dependencies': [
468 '<(DEPTH)/ash/ash_resources.gyp:ash_resources', 468 '<(DEPTH)/ash/ash_resources.gyp:ash_resources',
469 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', 469 '<(DEPTH)/ash/ash_strings.gyp:ash_strings',
470 ], 470 ],
471 }], 471 }],
472 ['chromeos==1', { 472 ['chromeos==1', {
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 '<(generator_path)', 620 '<(generator_path)',
621 'credits', 621 'credits',
622 '<(about_credits_file)', 622 '<(about_credits_file)',
623 ], 623 ],
624 'message': 'Generating about:credits', 624 'message': 'Generating about:credits',
625 }, 625 },
626 ], 626 ],
627 }, 627 },
628 ], # targets 628 ], # targets
629 } 629 }
OLDNEW
« no previous file with comments | « no previous file | chrome/tools/build/repack_locales.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698