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