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 635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
646 'browser/content_verify_job.h', | 646 'browser/content_verify_job.h', |
647 'browser/error_map.cc', | 647 'browser/error_map.cc', |
648 'browser/error_map.h', | 648 'browser/error_map.h', |
649 'browser/event_listener_map.cc', | 649 'browser/event_listener_map.cc', |
650 'browser/event_listener_map.h', | 650 'browser/event_listener_map.h', |
651 'browser/event_router.cc', | 651 'browser/event_router.cc', |
652 'browser/event_router.h', | 652 'browser/event_router.h', |
653 'browser/extension_host.cc', | 653 'browser/extension_host.cc', |
654 'browser/extension_host.h', | 654 'browser/extension_host.h', |
655 'browser/extension_host_delegate.h', | 655 'browser/extension_host_delegate.h', |
| 656 'browser/extension_host_observer.h', |
656 'browser/extension_error.cc', | 657 'browser/extension_error.cc', |
657 'browser/extension_error.h', | 658 'browser/extension_error.h', |
658 'browser/extension_function.cc', | 659 'browser/extension_function.cc', |
659 'browser/extension_function.h', | 660 'browser/extension_function.h', |
660 'browser/extension_function_dispatcher.cc', | 661 'browser/extension_function_dispatcher.cc', |
661 'browser/extension_function_dispatcher.h', | 662 'browser/extension_function_dispatcher.h', |
662 'browser/extension_function_registry.cc', | 663 'browser/extension_function_registry.cc', |
663 'browser/extension_function_registry.h', | 664 'browser/extension_function_registry.h', |
664 'browser/extension_function_util.cc', | 665 'browser/extension_function_util.cc', |
665 'browser/extension_function_util.h', | 666 'browser/extension_function_util.h', |
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1180 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 1181 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
1181 ], | 1182 ], |
1182 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 1183 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
1183 }, | 1184 }, |
1184 'includes': [ '../build/repack_action.gypi' ], | 1185 'includes': [ '../build/repack_action.gypi' ], |
1185 }, | 1186 }, |
1186 ], | 1187 ], |
1187 }, | 1188 }, |
1188 ] | 1189 ] |
1189 } | 1190 } |
OLD | NEW |