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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
420 'dependencies': [ | 420 'dependencies': [ |
421 '<(DEPTH)/content/content_resources.gyp:content_resources', | 421 '<(DEPTH)/content/content_resources.gyp:content_resources', |
422 '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_st
rings', | 422 '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_st
rings', |
423 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', | 423 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', |
424 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources', | 424 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources', |
425 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings', | 425 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings', |
426 ], | 426 ], |
427 }], | 427 }], |
428 ['use_ash==1', { | 428 ['use_ash==1', { |
429 'dependencies': [ | 429 'dependencies': [ |
| 430 '<(DEPTH)/ash/ash_resources.gyp:ash_resources', |
430 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', | 431 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', |
431 '<(DEPTH)/ash/ash.gyp:ash_resources', | |
432 ], | 432 ], |
433 }], | 433 }], |
434 ['enable_autofill_dialog==1 and OS!="android"', { | 434 ['enable_autofill_dialog==1 and OS!="android"', { |
435 'dependencies': [ | 435 'dependencies': [ |
436 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddress
input_strings', | 436 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddress
input_strings', |
437 ], | 437 ], |
438 }], | 438 }], |
439 ['OS != "mac" and OS != "ios"', { | 439 ['OS != "mac" and OS != "ios"', { |
440 # Copy pak files to the product directory. These files will be picked | 440 # Copy pak files to the product directory. These files will be picked |
441 # up by the following installer scripts: | 441 # up by the following installer scripts: |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
529 '<(generator_path)', | 529 '<(generator_path)', |
530 'credits', | 530 'credits', |
531 '<(about_credits_file)', | 531 '<(about_credits_file)', |
532 ], | 532 ], |
533 'message': 'Generating about:credits', | 533 'message': 'Generating about:credits', |
534 }, | 534 }, |
535 ], | 535 ], |
536 }, | 536 }, |
537 ], # targets | 537 ], # targets |
538 } | 538 } |
OLD | NEW |