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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 }, | 440 }, |
441 { | 441 { |
442 'includes': ['chrome_repack_chrome_200_percent.gypi'] | 442 'includes': ['chrome_repack_chrome_200_percent.gypi'] |
443 }, | 443 }, |
444 ], | 444 ], |
445 'conditions': [ | 445 'conditions': [ |
446 ['OS != "ios"', { | 446 ['OS != "ios"', { |
447 'dependencies': [ | 447 'dependencies': [ |
448 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resour
ces', | 448 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resour
ces', |
449 '<(DEPTH)/content/app/strings/content_strings.gyp:content_strings', | 449 '<(DEPTH)/content/app/strings/content_strings.gyp:content_strings', |
450 '<(DEPTH)/content/content_resources.gyp:content_resources', | |
451 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resour
ces', | 450 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resour
ces', |
452 ], | 451 ], |
453 }], | 452 }], |
454 ['use_ash==1', { | 453 ['use_ash==1', { |
455 'dependencies': [ | 454 'dependencies': [ |
456 '<(DEPTH)/ash/ash_resources.gyp:ash_resources', | 455 '<(DEPTH)/ash/ash_resources.gyp:ash_resources', |
457 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', | 456 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', |
458 ], | 457 ], |
459 }], | 458 }], |
460 ['chromeos==1', { | 459 ['chromeos==1', { |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 '<(generator_path)', | 568 '<(generator_path)', |
570 'credits', | 569 'credits', |
571 '<(about_credits_file)', | 570 '<(about_credits_file)', |
572 ], | 571 ], |
573 'message': 'Generating about:credits', | 572 'message': 'Generating about:credits', |
574 }, | 573 }, |
575 ], | 574 ], |
576 }, | 575 }, |
577 ], # targets | 576 ], # targets |
578 } | 577 } |
OLD | NEW |