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