| 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 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], | 9 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], |
| 10 }, | 10 }, |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 'repack_path': '../tools/grit/grit/format/repack.py', | 348 'repack_path': '../tools/grit/grit/format/repack.py', |
| 349 }, | 349 }, |
| 350 'dependencies': [ | 350 'dependencies': [ |
| 351 # MSVS needs the dependencies explictly named, Make is able to | 351 # MSVS needs the dependencies explictly named, Make is able to |
| 352 # derive the dependencies from the output files. | 352 # derive the dependencies from the output files. |
| 353 'chrome_resources', | 353 'chrome_resources', |
| 354 'chrome_strings', | 354 'chrome_strings', |
| 355 'platform_locale_settings', | 355 'platform_locale_settings', |
| 356 'theme_resources', | 356 'theme_resources', |
| 357 '<(DEPTH)/components/component_strings.gyp:component_strings', | 357 '<(DEPTH)/components/component_strings.gyp:component_strings', |
| 358 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddressinpu
t_strings', |
| 358 '<(DEPTH)/net/net.gyp:net_resources', | 359 '<(DEPTH)/net/net.gyp:net_resources', |
| 359 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', | 360 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', |
| 360 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 361 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
| 361 ], | 362 ], |
| 362 'actions': [ | 363 'actions': [ |
| 363 { | 364 { |
| 364 'includes': ['chrome_repack_chrome.gypi'] | 365 'includes': ['chrome_repack_chrome.gypi'] |
| 365 }, | 366 }, |
| 366 { | 367 { |
| 367 'includes': ['chrome_repack_locales.gypi'] | 368 'includes': ['chrome_repack_locales.gypi'] |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 501 '<(generator_path)', | 502 '<(generator_path)', |
| 502 'credits', | 503 'credits', |
| 503 '<(about_credits_file)', | 504 '<(about_credits_file)', |
| 504 ], | 505 ], |
| 505 'message': 'Generating about:credits', | 506 'message': 'Generating about:credits', |
| 506 }, | 507 }, |
| 507 ], | 508 ], |
| 508 }, | 509 }, |
| 509 ], # targets | 510 ], # targets |
| 510 } | 511 } |
| OLD | NEW |