| 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 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources', | 446 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources', |
| 447 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings', | 447 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings', |
| 448 ], | 448 ], |
| 449 }], | 449 }], |
| 450 ['use_ash==1', { | 450 ['use_ash==1', { |
| 451 'dependencies': [ | 451 'dependencies': [ |
| 452 '<(DEPTH)/ash/ash_resources.gyp:ash_resources', | 452 '<(DEPTH)/ash/ash_resources.gyp:ash_resources', |
| 453 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', | 453 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', |
| 454 ], | 454 ], |
| 455 }], | 455 }], |
| 456 ['chromeos==1', { | |
| 457 'dependencies': [ | |
| 458 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | |
| 459 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', | |
| 460 ], | |
| 461 }], | |
| 462 ['enable_autofill_dialog==1 and OS!="android"', { | 456 ['enable_autofill_dialog==1 and OS!="android"', { |
| 463 'dependencies': [ | 457 'dependencies': [ |
| 464 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddress
input_strings', | 458 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddress
input_strings', |
| 465 ], | 459 ], |
| 466 }], | 460 }], |
| 467 ['OS != "mac" and OS != "ios"', { | 461 ['OS != "mac" and OS != "ios"', { |
| 468 # Copy pak files to the product directory. These files will be picked | 462 # Copy pak files to the product directory. These files will be picked |
| 469 # up by the following installer scripts: | 463 # up by the following installer scripts: |
| 470 # - Windows: chrome/installer/mini_installer/chrome.release | 464 # - Windows: chrome/installer/mini_installer/chrome.release |
| 471 # - Linux: chrome/installer/linux/internal/common/installer.include | 465 # - Linux: chrome/installer/linux/internal/common/installer.include |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 '<(generator_path)', | 553 '<(generator_path)', |
| 560 'credits', | 554 'credits', |
| 561 '<(about_credits_file)', | 555 '<(about_credits_file)', |
| 562 ], | 556 ], |
| 563 'message': 'Generating about:credits', | 557 'message': 'Generating about:credits', |
| 564 }, | 558 }, |
| 565 ], | 559 ], |
| 566 }, | 560 }, |
| 567 ], # targets | 561 ], # targets |
| 568 } | 562 } |
| OLD | NEW |