| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 5 'target_defaults': { |
| 6 'variables': { | 6 'variables': { |
| 7 'chrome_dll_target': 0, | 7 'chrome_dll_target': 0, |
| 8 }, | 8 }, |
| 9 'target_conditions': [ | 9 'target_conditions': [ |
| 10 ['chrome_dll_target==1', { | 10 ['chrome_dll_target==1', { |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 '-s', '<(SHARED_INTERMEDIATE_DIR)', | 366 '-s', '<(SHARED_INTERMEDIATE_DIR)', |
| 367 '-x', '<(INTERMEDIATE_DIR)', | 367 '-x', '<(INTERMEDIATE_DIR)', |
| 368 '<@(locales)', | 368 '<@(locales)', |
| 369 ], | 369 ], |
| 370 }, | 370 }, |
| 371 { | 371 { |
| 372 'action_name': 'repack_resources', | 372 'action_name': 'repack_resources', |
| 373 'variables': { | 373 'variables': { |
| 374 'pak_inputs': [ | 374 'pak_inputs': [ |
| 375 '<(grit_out_dir)/component_extension_resources.pak', | 375 '<(grit_out_dir)/component_extension_resources.pak', |
| 376 '<(grit_out_dir)/devtools_resources.pak', |
| 376 '<(grit_out_dir)/net_internals_resources.pak', | 377 '<(grit_out_dir)/net_internals_resources.pak', |
| 377 '<(grit_out_dir)/shared_resources.pak', | 378 '<(grit_out_dir)/shared_resources.pak', |
| 378 '<(grit_out_dir)/sync_internals_resources.pak', | 379 '<(grit_out_dir)/sync_internals_resources.pak', |
| 379 ], | 380 ], |
| 380 }, | 381 }, |
| 381 'inputs': [ | 382 'inputs': [ |
| 382 '<(repack_path)', | 383 '<(repack_path)', |
| 383 '<@(pak_inputs)', | 384 '<@(pak_inputs)', |
| 384 ], | 385 ], |
| 385 'outputs': [ | 386 'outputs': [ |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 'LinkIncremental': '<(msvs_debug_link_nonincremental)', | 626 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
| 626 }, | 627 }, |
| 627 }, | 628 }, |
| 628 }, | 629 }, |
| 629 }, | 630 }, |
| 630 }, # target chrome_dll | 631 }, # target chrome_dll |
| 631 ], | 632 ], |
| 632 }], | 633 }], |
| 633 ], | 634 ], |
| 634 } | 635 } |
| OLD | NEW |