| 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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 { | 437 { |
| 438 'includes': ['chrome_repack_chrome_200_percent.gypi'] | 438 'includes': ['chrome_repack_chrome_200_percent.gypi'] |
| 439 }, | 439 }, |
| 440 ], | 440 ], |
| 441 'conditions': [ | 441 'conditions': [ |
| 442 ['OS != "ios"', { | 442 ['OS != "ios"', { |
| 443 'dependencies': [ | 443 'dependencies': [ |
| 444 '<(DEPTH)/content/app/strings/content_strings.gyp:content_strings', | 444 '<(DEPTH)/content/app/strings/content_strings.gyp:content_strings', |
| 445 '<(DEPTH)/content/content_resources.gyp:content_resources', | 445 '<(DEPTH)/content/content_resources.gyp:content_resources', |
| 446 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resour
ces', | 446 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resour
ces', |
| 447 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources', | 447 '<(DEPTH)/webkit/glue/resources/webkit_resources.gyp:webkit_resource
s', |
| 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', { | 456 ['chromeos==1', { |
| 457 'dependencies': [ | 457 'dependencies': [ |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 565 '<(generator_path)', | 565 '<(generator_path)', |
| 566 'credits', | 566 'credits', |
| 567 '<(about_credits_file)', | 567 '<(about_credits_file)', |
| 568 ], | 568 ], |
| 569 'message': 'Generating about:credits', | 569 'message': 'Generating about:credits', |
| 570 }, | 570 }, |
| 571 ], | 571 ], |
| 572 }, | 572 }, |
| 573 ], # targets | 573 ], # targets |
| 574 } | 574 } |
| OLD | NEW |