OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 'browser/content_hash_reader.h', | 654 'browser/content_hash_reader.h', |
655 'browser/content_hash_tree.cc', | 655 'browser/content_hash_tree.cc', |
656 'browser/content_hash_tree.h', | 656 'browser/content_hash_tree.h', |
657 'browser/content_verifier.cc', | 657 'browser/content_verifier.cc', |
658 'browser/content_verifier.h', | 658 'browser/content_verifier.h', |
659 'browser/content_verifier_delegate.h', | 659 'browser/content_verifier_delegate.h', |
660 'browser/content_verifier_io_data.cc', | 660 'browser/content_verifier_io_data.cc', |
661 'browser/content_verifier_io_data.h', | 661 'browser/content_verifier_io_data.h', |
662 'browser/content_verify_job.cc', | 662 'browser/content_verify_job.cc', |
663 'browser/content_verify_job.h', | 663 'browser/content_verify_job.h', |
| 664 'browser/crx_file_info.cc', |
| 665 'browser/crx_file_info.h', |
664 'browser/error_map.cc', | 666 'browser/error_map.cc', |
665 'browser/error_map.h', | 667 'browser/error_map.h', |
666 'browser/event_listener_map.cc', | 668 'browser/event_listener_map.cc', |
667 'browser/event_listener_map.h', | 669 'browser/event_listener_map.h', |
668 'browser/event_router.cc', | 670 'browser/event_router.cc', |
669 'browser/event_router.h', | 671 'browser/event_router.h', |
670 'browser/extension_host.cc', | 672 'browser/extension_host.cc', |
671 'browser/extension_host.h', | 673 'browser/extension_host.h', |
672 'browser/extension_host_delegate.h', | 674 'browser/extension_host_delegate.h', |
673 'browser/extension_host_observer.h', | 675 'browser/extension_host_observer.h', |
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1241 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 1243 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
1242 ], | 1244 ], |
1243 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 1245 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
1244 }, | 1246 }, |
1245 'includes': [ '../build/repack_action.gypi' ], | 1247 'includes': [ '../build/repack_action.gypi' ], |
1246 }, | 1248 }, |
1247 ], | 1249 ], |
1248 }, | 1250 }, |
1249 ] | 1251 ] |
1250 } | 1252 } |
OLD | NEW |