| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 '-x', '<(INTERMEDIATE_DIR)', | 374 '-x', '<(INTERMEDIATE_DIR)', |
| 375 '<@(locales)', | 375 '<@(locales)', |
| 376 ], | 376 ], |
| 377 }, | 377 }, |
| 378 { | 378 { |
| 379 'action_name': 'repack_resources', | 379 'action_name': 'repack_resources', |
| 380 'variables': { | 380 'variables': { |
| 381 'pak_inputs': [ | 381 'pak_inputs': [ |
| 382 '<(grit_out_dir)/bookmark_manager_resources.pak', | 382 '<(grit_out_dir)/bookmark_manager_resources.pak', |
| 383 '<(grit_out_dir)/net_internals_resources.pak', | 383 '<(grit_out_dir)/net_internals_resources.pak', |
| 384 '<(grit_out_dir)/shared_resources.pak', | |
| 385 ], | 384 ], |
| 386 }, | 385 }, |
| 387 'inputs': [ | 386 'inputs': [ |
| 388 '<(repack_path)', | 387 '<(repack_path)', |
| 389 '<@(pak_inputs)', | 388 '<@(pak_inputs)', |
| 390 ], | 389 ], |
| 391 'outputs': [ | 390 'outputs': [ |
| 392 '<(INTERMEDIATE_DIR)/repack/resources.pak', | 391 '<(INTERMEDIATE_DIR)/repack/resources.pak', |
| 393 ], | 392 ], |
| 394 'action': ['python', '<(repack_path)', '<@(_outputs)', | 393 'action': ['python', '<(repack_path)', '<@(_outputs)', |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 599 'configurations': { | 598 'configurations': { |
| 600 'Common_Base': { | 599 'Common_Base': { |
| 601 'msvs_target_platform': 'x64', | 600 'msvs_target_platform': 'x64', |
| 602 }, | 601 }, |
| 603 }, | 602 }, |
| 604 }, # target chrome_dll | 603 }, # target chrome_dll |
| 605 ], | 604 ], |
| 606 }], | 605 }], |
| 607 ], | 606 ], |
| 608 } | 607 } |
| OLD | NEW |