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 650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 'browser/content_verify_job.h', | 661 'browser/content_verify_job.h', |
662 'browser/error_map.cc', | 662 'browser/error_map.cc', |
663 'browser/error_map.h', | 663 'browser/error_map.h', |
664 'browser/event_listener_map.cc', | 664 'browser/event_listener_map.cc', |
665 'browser/event_listener_map.h', | 665 'browser/event_listener_map.h', |
666 'browser/event_router.cc', | 666 'browser/event_router.cc', |
667 'browser/event_router.h', | 667 'browser/event_router.h', |
668 'browser/extension_host.cc', | 668 'browser/extension_host.cc', |
669 'browser/extension_host.h', | 669 'browser/extension_host.h', |
670 'browser/extension_host_delegate.h', | 670 'browser/extension_host_delegate.h', |
| 671 'browser/extension_host_observer.h', |
671 'browser/extension_error.cc', | 672 'browser/extension_error.cc', |
672 'browser/extension_error.h', | 673 'browser/extension_error.h', |
673 'browser/extension_function.cc', | 674 'browser/extension_function.cc', |
674 'browser/extension_function.h', | 675 'browser/extension_function.h', |
675 'browser/extension_function_dispatcher.cc', | 676 'browser/extension_function_dispatcher.cc', |
676 'browser/extension_function_dispatcher.h', | 677 'browser/extension_function_dispatcher.h', |
677 'browser/extension_function_registry.cc', | 678 'browser/extension_function_registry.cc', |
678 'browser/extension_function_registry.h', | 679 'browser/extension_function_registry.h', |
679 'browser/extension_function_util.cc', | 680 'browser/extension_function_util.cc', |
680 'browser/extension_function_util.h', | 681 'browser/extension_function_util.h', |
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1224 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 1225 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
1225 ], | 1226 ], |
1226 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 1227 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
1227 }, | 1228 }, |
1228 'includes': [ '../build/repack_action.gypi' ], | 1229 'includes': [ '../build/repack_action.gypi' ], |
1229 }, | 1230 }, |
1230 ], | 1231 ], |
1231 }, | 1232 }, |
1232 ] | 1233 ] |
1233 } | 1234 } |
OLD | NEW |