| 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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 ['enable_autofill_dialog==1 and OS!="android"', { | 483 ['enable_autofill_dialog==1 and OS!="android"', { |
| 484 'dependencies': [ # Update duplicate logic in repack_locales.py | 484 'dependencies': [ # Update duplicate logic in repack_locales.py |
| 485 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddress
input_strings', | 485 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddress
input_strings', |
| 486 ], | 486 ], |
| 487 }], | 487 }], |
| 488 ['enable_extensions==1', { | 488 ['enable_extensions==1', { |
| 489 'dependencies': [ # Update duplicate logic in repack_locales.py | 489 'dependencies': [ # Update duplicate logic in repack_locales.py |
| 490 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', | 490 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', |
| 491 ], | 491 ], |
| 492 }], | 492 }], |
| 493 ['enable_app_list==1', { |
| 494 'dependencies': [ |
| 495 '<(DEPTH)/ui/app_list/resources/app_list_resources.gyp:app_list_res
ources', |
| 496 ], |
| 497 }], |
| 493 ['OS != "mac" and OS != "ios"', { | 498 ['OS != "mac" and OS != "ios"', { |
| 494 # Copy pak files to the product directory. These files will be picked | 499 # Copy pak files to the product directory. These files will be picked |
| 495 # up by the following installer scripts: | 500 # up by the following installer scripts: |
| 496 # - Windows: chrome/installer/mini_installer/chrome.release | 501 # - Windows: chrome/installer/mini_installer/chrome.release |
| 497 # - Linux: chrome/installer/linux/internal/common/installer.include | 502 # - Linux: chrome/installer/linux/internal/common/installer.include |
| 498 # Ensure that the above scripts are updated when adding or removing | 503 # Ensure that the above scripts are updated when adding or removing |
| 499 # pak files. | 504 # pak files. |
| 500 # Copying files to the product directory is not needed on the Mac | 505 # Copying files to the product directory is not needed on the Mac |
| 501 # since the framework build phase will copy them into the framework | 506 # since the framework build phase will copy them into the framework |
| 502 # bundle directly. | 507 # bundle directly. |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 '<(generator_path)', | 665 '<(generator_path)', |
| 661 'credits', | 666 'credits', |
| 662 '<(about_credits_file)', | 667 '<(about_credits_file)', |
| 663 ], | 668 ], |
| 664 'message': 'Generating about:credits', | 669 'message': 'Generating about:credits', |
| 665 }, | 670 }, |
| 666 ], | 671 ], |
| 667 }, | 672 }, |
| 668 ], # targets | 673 ], # targets |
| 669 } | 674 } |
| OLD | NEW |