OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'conditions': [ | 5 'conditions': [ |
6 ['OS=="mac" or OS=="win"', { | 6 ['OS=="mac" or OS=="win"', { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'variables': { | 9 'variables': { |
10 'conditions' : [ | 10 'conditions' : [ |
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 }, | 451 }, |
452 { | 452 { |
453 'action_name': 'repack_resources', | 453 'action_name': 'repack_resources', |
454 'variables': { | 454 'variables': { |
455 'pak_inputs': [ | 455 'pak_inputs': [ |
456 '<(grit_out_dir)/component_extension_resources.pak', | 456 '<(grit_out_dir)/component_extension_resources.pak', |
457 '<(grit_out_dir)/devtools_frontend_resources.pak', | 457 '<(grit_out_dir)/devtools_frontend_resources.pak', |
458 '<(grit_out_dir)/devtools_resources.pak', | 458 '<(grit_out_dir)/devtools_resources.pak', |
459 '<(grit_out_dir)/net_internals_resources.pak', | 459 '<(grit_out_dir)/net_internals_resources.pak', |
460 '<(grit_out_dir)/options_resources.pak', | 460 '<(grit_out_dir)/options_resources.pak', |
| 461 '<(grit_out_dir)/quota_internals_resources.pak', |
461 '<(grit_out_dir)/shared_resources.pak', | 462 '<(grit_out_dir)/shared_resources.pak', |
462 '<(grit_out_dir)/sync_internals_resources.pak', | 463 '<(grit_out_dir)/sync_internals_resources.pak', |
463 '<(grit_out_dir)/workers_resources.pak', | 464 '<(grit_out_dir)/workers_resources.pak', |
464 ], | 465 ], |
465 }, | 466 }, |
466 'inputs': [ | 467 'inputs': [ |
467 '<(repack_path)', | 468 '<(repack_path)', |
468 '<@(pak_inputs)', | 469 '<@(pak_inputs)', |
469 ], | 470 ], |
470 'outputs': [ | 471 'outputs': [ |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 ], | 650 ], |
650 }], | 651 }], |
651 ], # conditions | 652 ], # conditions |
652 }], # OS=="mac" | 653 }], # OS=="mac" |
653 ], # conditions | 654 ], # conditions |
654 }, # target chrome_dll | 655 }, # target chrome_dll |
655 ], # targets | 656 ], # targets |
656 }], # OS=="mac" or OS=="win" | 657 }], # OS=="mac" or OS=="win" |
657 ], | 658 ], |
658 } | 659 } |
OLD | NEW |