| OLD | NEW |
| 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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 }, { # else |
| 456 'dependencies': [ |
| 457 '<(DEPTH)/ios/chrome/ios_chrome_resources.gyp:ios_strings_resources_
gen', |
| 458 ], |
| 456 'actions': [ | 459 'actions': [ |
| 457 { | 460 { |
| 458 'conditions': [ | 461 'includes': ['chrome_repack_chrome_300_percent.gypi'] |
| 459 ['OS == "ios"', { | |
| 460 'includes': ['chrome_repack_chrome_300_percent.gypi'] | |
| 461 }], | |
| 462 ], | |
| 463 }, | 462 }, |
| 464 ], | 463 ], |
| 465 }], | 464 }], |
| 466 ['use_ash==1', { | 465 ['use_ash==1', { |
| 467 'dependencies': [ | 466 'dependencies': [ |
| 468 '<(DEPTH)/ash/ash_resources.gyp:ash_resources', | 467 '<(DEPTH)/ash/ash_resources.gyp:ash_resources', |
| 469 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', | 468 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', |
| 470 ], | 469 ], |
| 471 }], | 470 }], |
| 472 ['chromeos==1', { | 471 ['chromeos==1', { |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 620 '<(generator_path)', | 619 '<(generator_path)', |
| 621 'credits', | 620 'credits', |
| 622 '<(about_credits_file)', | 621 '<(about_credits_file)', |
| 623 ], | 622 ], |
| 624 'message': 'Generating about:credits', | 623 'message': 'Generating about:credits', |
| 625 }, | 624 }, |
| 626 ], | 625 ], |
| 627 }, | 626 }, |
| 628 ], # targets | 627 ], # targets |
| 629 } | 628 } |
| OLD | NEW |