| 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 'includes': ['chrome_repack_chrome_200_percent.gypi'] | 436 'includes': ['chrome_repack_chrome_200_percent.gypi'] |
| 437 }, | 437 }, |
| 438 ], | 438 ], |
| 439 'conditions': [ | 439 'conditions': [ |
| 440 ['OS != "ios"', { | 440 ['OS != "ios"', { |
| 441 'dependencies': [ | 441 'dependencies': [ |
| 442 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resour
ces', | 442 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resour
ces', |
| 443 '<(DEPTH)/content/app/strings/content_strings.gyp:content_strings', | 443 '<(DEPTH)/content/app/strings/content_strings.gyp:content_strings', |
| 444 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resour
ces', | 444 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resour
ces', |
| 445 ], | 445 ], |
| 446 }, { # else |
| 447 'actions': [ |
| 448 { |
| 449 'conditions': [ |
| 450 ['OS == "ios"', { |
| 451 'includes': ['chrome_repack_chrome_300_percent.gypi'] |
| 452 }], |
| 453 ], |
| 454 }, |
| 455 ], |
| 446 }], | 456 }], |
| 447 ['use_ash==1', { | 457 ['use_ash==1', { |
| 448 'dependencies': [ | 458 'dependencies': [ |
| 449 '<(DEPTH)/ash/ash_resources.gyp:ash_resources', | 459 '<(DEPTH)/ash/ash_resources.gyp:ash_resources', |
| 450 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', | 460 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', |
| 451 ], | 461 ], |
| 452 }], | 462 }], |
| 453 ['chromeos==1', { | 463 ['chromeos==1', { |
| 454 'dependencies': [ | 464 'dependencies': [ |
| 455 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 465 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 '<(generator_path)', | 578 '<(generator_path)', |
| 569 'credits', | 579 'credits', |
| 570 '<(about_credits_file)', | 580 '<(about_credits_file)', |
| 571 ], | 581 ], |
| 572 'message': 'Generating about:credits', | 582 'message': 'Generating about:credits', |
| 573 }, | 583 }, |
| 574 ], | 584 ], |
| 575 }, | 585 }, |
| 576 ], # targets | 586 ], # targets |
| 577 } | 587 } |
| OLD | NEW |