| 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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 'type': 'none', | 382 'type': 'none', |
| 383 'dependencies': [ | 383 'dependencies': [ |
| 384 # MSVS needs the dependencies explictly named, Make is able to | 384 # MSVS needs the dependencies explictly named, Make is able to |
| 385 # derive the dependencies from the output files. | 385 # derive the dependencies from the output files. |
| 386 'chrome_resources', | 386 'chrome_resources', |
| 387 'chrome_strings', | 387 'chrome_strings', |
| 388 'platform_locale_settings', | 388 'platform_locale_settings', |
| 389 'theme_resources', | 389 'theme_resources', |
| 390 '<(DEPTH)/components/components_strings.gyp:components_strings', | 390 '<(DEPTH)/components/components_strings.gyp:components_strings', |
| 391 '<(DEPTH)/net/net.gyp:net_resources', | 391 '<(DEPTH)/net/net.gyp:net_resources', |
| 392 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', | |
| 393 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 392 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
| 393 '<(DEPTH)/ui/strings/ui_strings.gyp:ui_strings', |
| 394 ], | 394 ], |
| 395 'actions': [ | 395 'actions': [ |
| 396 { | 396 { |
| 397 'action_name': 'repack_locales_pack', | 397 'action_name': 'repack_locales_pack', |
| 398 'variables': { | 398 'variables': { |
| 399 'pak_locales': '<(locales)', | 399 'pak_locales': '<(locales)', |
| 400 }, | 400 }, |
| 401 'includes': ['chrome_repack_locales.gypi'] | 401 'includes': ['chrome_repack_locales.gypi'] |
| 402 }, | 402 }, |
| 403 { | 403 { |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 '<(generator_path)', | 531 '<(generator_path)', |
| 532 'credits', | 532 'credits', |
| 533 '<(about_credits_file)', | 533 '<(about_credits_file)', |
| 534 ], | 534 ], |
| 535 'message': 'Generating about:credits', | 535 'message': 'Generating about:credits', |
| 536 }, | 536 }, |
| 537 ], | 537 ], |
| 538 }, | 538 }, |
| 539 ], # targets | 539 ], # targets |
| 540 } | 540 } |
| OLD | NEW |