| 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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', | 461 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', |
| 462 ], | 462 ], |
| 463 }], | 463 }], |
| 464 ['chromeos==1', { | 464 ['chromeos==1', { |
| 465 'dependencies': [ | 465 'dependencies': [ |
| 466 '<(DEPTH)/remoting/remoting.gyp:remoting_resources', | 466 '<(DEPTH)/remoting/remoting.gyp:remoting_resources', |
| 467 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 467 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
| 468 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', | 468 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', |
| 469 ], | 469 ], |
| 470 }], | 470 }], |
| 471 ['use_athena==1', { | |
| 472 'dependencies': [ | |
| 473 '<(DEPTH)/athena/resources/athena_resources.gyp:athena_resources', | |
| 474 '<(DEPTH)/athena/strings/athena_strings.gyp:athena_strings', | |
| 475 ], | |
| 476 }], | |
| 477 ['enable_autofill_dialog==1 and OS!="android"', { | 471 ['enable_autofill_dialog==1 and OS!="android"', { |
| 478 'dependencies': [ | 472 'dependencies': [ |
| 479 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddress
input_strings', | 473 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddress
input_strings', |
| 480 ], | 474 ], |
| 481 }], | 475 }], |
| 482 ['enable_extensions==1', { | 476 ['enable_extensions==1', { |
| 483 'dependencies': [ | 477 'dependencies': [ |
| 484 '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_st
rings', | 478 '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_st
rings', |
| 485 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', | 479 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', |
| 486 ], | 480 ], |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 '<(generator_path)', | 612 '<(generator_path)', |
| 619 'credits', | 613 'credits', |
| 620 '<(about_credits_file)', | 614 '<(about_credits_file)', |
| 621 ], | 615 ], |
| 622 'message': 'Generating about:credits', | 616 'message': 'Generating about:credits', |
| 623 }, | 617 }, |
| 624 ], | 618 ], |
| 625 }, | 619 }, |
| 626 ], # targets | 620 ], # targets |
| 627 } | 621 } |
| OLD | NEW |