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

Side by Side Diff: extensions/extensions.gypi

Issue 1413543005: Use FrameTreeNode ID as frameId in extension APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/:/ / Created 4 years, 11 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 'browser/deferred_start_render_host_observer.h', 558 'browser/deferred_start_render_host_observer.h',
559 'browser/error_map.cc', 559 'browser/error_map.cc',
560 'browser/error_map.h', 560 'browser/error_map.h',
561 'browser/event_listener_map.cc', 561 'browser/event_listener_map.cc',
562 'browser/event_listener_map.h', 562 'browser/event_listener_map.h',
563 'browser/event_page_tracker.h', 563 'browser/event_page_tracker.h',
564 'browser/event_router.cc', 564 'browser/event_router.cc',
565 'browser/event_router.h', 565 'browser/event_router.h',
566 'browser/event_router_factory.cc', 566 'browser/event_router_factory.cc',
567 'browser/event_router_factory.h', 567 'browser/event_router_factory.h',
568 'browser/extension_api_frame_id_map.cc',
569 'browser/extension_api_frame_id_map.h',
568 'browser/extension_dialog_auto_confirm.cc', 570 'browser/extension_dialog_auto_confirm.cc',
569 'browser/extension_dialog_auto_confirm.h', 571 'browser/extension_dialog_auto_confirm.h',
570 'browser/extension_error.cc', 572 'browser/extension_error.cc',
571 'browser/extension_error.h', 573 'browser/extension_error.h',
572 'browser/extension_function.cc', 574 'browser/extension_function.cc',
573 'browser/extension_function.h', 575 'browser/extension_function.h',
574 'browser/extension_function_dispatcher.cc', 576 'browser/extension_function_dispatcher.cc',
575 'browser/extension_function_dispatcher.h', 577 'browser/extension_function_dispatcher.h',
576 'browser/extension_function_registry.cc', 578 'browser/extension_function_registry.cc',
577 'browser/extension_function_registry.h', 579 'browser/extension_function_registry.h',
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 'test/result_catcher.h', 1077 'test/result_catcher.h',
1076 'test/test_content_utility_client.cc', 1078 'test/test_content_utility_client.cc',
1077 'test/test_content_utility_client.h', 1079 'test/test_content_utility_client.h',
1078 'test/test_extensions_client.cc', 1080 'test/test_extensions_client.cc',
1079 'test/test_extensions_client.h', 1081 'test/test_extensions_client.h',
1080 'test/test_permission_message_provider.cc', 1082 'test/test_permission_message_provider.cc',
1081 'test/test_permission_message_provider.h', 1083 'test/test_permission_message_provider.h',
1082 ], 1084 ],
1083 }, 1085 },
1084 } 1086 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698