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

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: Code review feedback. Created 5 years, 8 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
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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 'browser/declarative_user_script_master.cc', 551 'browser/declarative_user_script_master.cc',
552 'browser/declarative_user_script_master.h', 552 'browser/declarative_user_script_master.h',
553 'browser/extension_user_script_loader.cc', 553 'browser/extension_user_script_loader.cc',
554 'browser/extension_user_script_loader.h', 554 'browser/extension_user_script_loader.h',
555 'browser/deferred_start_render_host.h', 555 'browser/deferred_start_render_host.h',
556 'browser/deferred_start_render_host_observer.h', 556 'browser/deferred_start_render_host_observer.h',
557 'browser/error_map.cc', 557 'browser/error_map.cc',
558 'browser/error_map.h', 558 'browser/error_map.h',
559 'browser/event_listener_map.cc', 559 'browser/event_listener_map.cc',
560 'browser/event_listener_map.h', 560 'browser/event_listener_map.h',
561 'browser/event_page_tracker.h',
561 'browser/event_router.cc', 562 'browser/event_router.cc',
562 'browser/event_router.h', 563 'browser/event_router.h',
563 'browser/extension_error.cc', 564 'browser/extension_error.cc',
564 'browser/extension_error.h', 565 'browser/extension_error.h',
565 'browser/extension_function.cc', 566 'browser/extension_function.cc',
566 'browser/extension_function.h', 567 'browser/extension_function.h',
567 'browser/extension_function_dispatcher.cc', 568 'browser/extension_function_dispatcher.cc',
568 'browser/extension_function_dispatcher.h', 569 'browser/extension_function_dispatcher.h',
569 'browser/extension_function_registry.cc', 570 'browser/extension_function_registry.cc',
570 'browser/extension_function_registry.h', 571 'browser/extension_function_registry.h',
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 'test/result_catcher.h', 1033 'test/result_catcher.h',
1033 'test/test_content_utility_client.cc', 1034 'test/test_content_utility_client.cc',
1034 'test/test_content_utility_client.h', 1035 'test/test_content_utility_client.h',
1035 'test/test_extensions_client.cc', 1036 'test/test_extensions_client.cc',
1036 'test/test_extensions_client.h', 1037 'test/test_extensions_client.h',
1037 'test/test_permission_message_provider.cc', 1038 'test/test_permission_message_provider.cc',
1038 'test/test_permission_message_provider.h', 1039 'test/test_permission_message_provider.h',
1039 ], 1040 ],
1040 }, 1041 },
1041 } 1042 }
OLDNEW
« extensions/browser/event_page_tracker.h ('K') | « extensions/browser/process_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698