Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Side by Side Diff: extensions/extensions.gypi

Issue 1096313003: Create interface "EventPageTracker" for checking an extension's (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix IWYU linter error while I'm at it. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « extensions/browser/process_manager.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'extensions_common_constants_sources': [ 7 'extensions_common_constants_sources': [
8 'common/constants.cc', 8 'common/constants.cc',
9 'common/constants.h', 9 'common/constants.h',
10 ], 10 ],
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 'browser/declarative_user_script_manager.cc', 550 'browser/declarative_user_script_manager.cc',
551 'browser/declarative_user_script_manager.h', 551 'browser/declarative_user_script_manager.h',
552 'browser/declarative_user_script_master.cc', 552 'browser/declarative_user_script_master.cc',
553 'browser/declarative_user_script_master.h', 553 'browser/declarative_user_script_master.h',
554 'browser/deferred_start_render_host.h', 554 'browser/deferred_start_render_host.h',
555 'browser/deferred_start_render_host_observer.h', 555 'browser/deferred_start_render_host_observer.h',
556 'browser/error_map.cc', 556 'browser/error_map.cc',
557 'browser/error_map.h', 557 'browser/error_map.h',
558 'browser/event_listener_map.cc', 558 'browser/event_listener_map.cc',
559 'browser/event_listener_map.h', 559 'browser/event_listener_map.h',
560 'browser/event_page_tracker.h',
560 'browser/event_router.cc', 561 'browser/event_router.cc',
561 'browser/event_router.h', 562 'browser/event_router.h',
562 'browser/extension_error.cc', 563 'browser/extension_error.cc',
563 'browser/extension_error.h', 564 'browser/extension_error.h',
564 'browser/extension_function.cc', 565 'browser/extension_function.cc',
565 'browser/extension_function.h', 566 'browser/extension_function.h',
566 'browser/extension_function_dispatcher.cc', 567 'browser/extension_function_dispatcher.cc',
567 'browser/extension_function_dispatcher.h', 568 'browser/extension_function_dispatcher.h',
568 'browser/extension_function_registry.cc', 569 'browser/extension_function_registry.cc',
569 'browser/extension_function_registry.h', 570 'browser/extension_function_registry.h',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 'test/result_catcher.h', 1043 'test/result_catcher.h',
1043 'test/test_content_utility_client.cc', 1044 'test/test_content_utility_client.cc',
1044 'test/test_content_utility_client.h', 1045 'test/test_content_utility_client.h',
1045 'test/test_extensions_client.cc', 1046 'test/test_extensions_client.cc',
1046 'test/test_extensions_client.h', 1047 'test/test_extensions_client.h',
1047 'test/test_permission_message_provider.cc', 1048 'test/test_permission_message_provider.cc',
1048 'test/test_permission_message_provider.h', 1049 'test/test_permission_message_provider.h',
1049 ], 1050 ],
1050 }, 1051 },
1051 } 1052 }
OLDNEW
« no previous file with comments | « extensions/browser/process_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698