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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
383 '<@(locales)', | 383 '<@(locales)', |
384 ], | 384 ], |
385 }, | 385 }, |
386 { | 386 { |
387 'action_name': 'repack_resources', | 387 'action_name': 'repack_resources', |
388 'variables': { | 388 'variables': { |
389 'pak_inputs': [ | 389 'pak_inputs': [ |
390 '<(grit_out_dir)/component_extension_resources.pak', | 390 '<(grit_out_dir)/component_extension_resources.pak', |
391 '<(grit_out_dir)/net_internals_resources.pak', | 391 '<(grit_out_dir)/net_internals_resources.pak', |
392 '<(grit_out_dir)/shared_resources.pak', | 392 '<(grit_out_dir)/shared_resources.pak', |
| 393 '<(grit_out_dir)/sync_internals_resources.pak', |
393 ], | 394 ], |
394 }, | 395 }, |
395 'inputs': [ | 396 'inputs': [ |
396 '<(repack_path)', | 397 '<(repack_path)', |
397 '<@(pak_inputs)', | 398 '<@(pak_inputs)', |
398 ], | 399 ], |
399 'outputs': [ | 400 'outputs': [ |
400 '<(INTERMEDIATE_DIR)/repack/resources.pak', | 401 '<(INTERMEDIATE_DIR)/repack/resources.pak', |
401 ], | 402 ], |
402 'action': ['python', '<(repack_path)', '<@(_outputs)', | 403 'action': ['python', '<(repack_path)', '<@(_outputs)', |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
614 'LinkIncremental': '<(msvs_debug_link_nonincremental)', | 615 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
615 }, | 616 }, |
616 }, | 617 }, |
617 }, | 618 }, |
618 }, | 619 }, |
619 }, # target chrome_dll | 620 }, # target chrome_dll |
620 ], | 621 ], |
621 }], | 622 }], |
622 ], | 623 ], |
623 } | 624 } |
OLD | NEW |