| 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 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], | 8 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], |
| 9 }, | 9 }, |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 'chrome_strings', | 312 'chrome_strings', |
| 313 'platform_locale_settings', | 313 'platform_locale_settings', |
| 314 'theme_resources', | 314 'theme_resources', |
| 315 '<(DEPTH)/components/component_strings.gyp:component_strings', | 315 '<(DEPTH)/components/component_strings.gyp:component_strings', |
| 316 '<(DEPTH)/net/net.gyp:net_resources', | 316 '<(DEPTH)/net/net.gyp:net_resources', |
| 317 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', | 317 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', |
| 318 '<(DEPTH)/ui/ui.gyp:ui_resources', | 318 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 319 ], | 319 ], |
| 320 'actions': [ | 320 'actions': [ |
| 321 { | 321 { |
| 322 'includes': ['chrome_repack_chrome.gypi'] |
| 323 }, |
| 324 { |
| 322 'includes': ['chrome_repack_locales.gypi'] | 325 'includes': ['chrome_repack_locales.gypi'] |
| 323 }, | 326 }, |
| 324 { | 327 { |
| 325 'includes': ['chrome_repack_pseudo_locales.gypi'] | 328 'includes': ['chrome_repack_pseudo_locales.gypi'] |
| 326 }, | 329 }, |
| 327 { | 330 { |
| 328 'includes': ['chrome_repack_chrome_100_percent.gypi'] | 331 'includes': ['chrome_repack_chrome_100_percent.gypi'] |
| 329 }, | 332 }, |
| 330 { | 333 { |
| 331 'includes': ['chrome_repack_chrome_200_percent.gypi'] | 334 'includes': ['chrome_repack_chrome_200_percent.gypi'] |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 470 '<(generator_path)', | 473 '<(generator_path)', |
| 471 'credits', | 474 'credits', |
| 472 '<(about_credits_file)', | 475 '<(about_credits_file)', |
| 473 ], | 476 ], |
| 474 'message': 'Generating about:credits.', | 477 'message': 'Generating about:credits.', |
| 475 }, | 478 }, |
| 476 ], | 479 ], |
| 477 }, | 480 }, |
| 478 ], # targets | 481 ], # targets |
| 479 } | 482 } |
| OLD | NEW |