| 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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 '<(DEPTH)/ash/ash_resources.gyp:ash_resources', | 454 '<(DEPTH)/ash/ash_resources.gyp:ash_resources', |
| 455 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', | 455 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', |
| 456 ], | 456 ], |
| 457 }], | 457 }], |
| 458 ['chromeos==1', { | 458 ['chromeos==1', { |
| 459 'dependencies': [ | 459 'dependencies': [ |
| 460 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 460 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
| 461 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', | 461 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', |
| 462 ], | 462 ], |
| 463 }], | 463 }], |
| 464 ['use_athena==1', { |
| 465 'dependencies': [ |
| 466 '<(DEPTH)/athena/resources/athena_resources.gyp:athena_resources', |
| 467 ], |
| 468 }], |
| 464 ['enable_autofill_dialog==1 and OS!="android"', { | 469 ['enable_autofill_dialog==1 and OS!="android"', { |
| 465 'dependencies': [ | 470 'dependencies': [ |
| 466 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddress
input_strings', | 471 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddress
input_strings', |
| 467 ], | 472 ], |
| 468 }], | 473 }], |
| 469 ['enable_extensions==1', { | 474 ['enable_extensions==1', { |
| 470 'dependencies': [ | 475 'dependencies': [ |
| 471 '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_st
rings', | 476 '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_st
rings', |
| 472 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', | 477 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', |
| 473 ], | 478 ], |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 '<(generator_path)', | 572 '<(generator_path)', |
| 568 'credits', | 573 'credits', |
| 569 '<(about_credits_file)', | 574 '<(about_credits_file)', |
| 570 ], | 575 ], |
| 571 'message': 'Generating about:credits', | 576 'message': 'Generating about:credits', |
| 572 }, | 577 }, |
| 573 ], | 578 ], |
| 574 }, | 579 }, |
| 575 ], # targets | 580 ], # targets |
| 576 } | 581 } |
| OLD | NEW |