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

Side by Side Diff: extensions/extensions.gypi

Issue 1148323007: [Extensions] Introduce a ScopedExtensionDialogAutoConfirm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Latest master Created 5 years, 6 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/extension_dialog_auto_confirm.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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 'browser/deferred_start_render_host_observer.h', 560 'browser/deferred_start_render_host_observer.h',
561 'browser/error_map.cc', 561 'browser/error_map.cc',
562 'browser/error_map.h', 562 'browser/error_map.h',
563 'browser/event_listener_map.cc', 563 'browser/event_listener_map.cc',
564 'browser/event_listener_map.h', 564 'browser/event_listener_map.h',
565 'browser/event_page_tracker.h', 565 'browser/event_page_tracker.h',
566 'browser/event_router.cc', 566 'browser/event_router.cc',
567 'browser/event_router.h', 567 'browser/event_router.h',
568 'browser/event_router_factory.cc', 568 'browser/event_router_factory.cc',
569 'browser/event_router_factory.h', 569 'browser/event_router_factory.h',
570 'browser/extension_dialog_auto_confirm.cc',
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',
578 'browser/extension_function_util.cc', 580 'browser/extension_function_util.cc',
579 'browser/extension_function_util.h', 581 'browser/extension_function_util.h',
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 'test/result_catcher.h', 1051 'test/result_catcher.h',
1050 'test/test_content_utility_client.cc', 1052 'test/test_content_utility_client.cc',
1051 'test/test_content_utility_client.h', 1053 'test/test_content_utility_client.h',
1052 'test/test_extensions_client.cc', 1054 'test/test_extensions_client.cc',
1053 'test/test_extensions_client.h', 1055 'test/test_extensions_client.h',
1054 'test/test_permission_message_provider.cc', 1056 'test/test_permission_message_provider.cc',
1055 'test/test_permission_message_provider.h', 1057 'test/test_permission_message_provider.h',
1056 ], 1058 ],
1057 }, 1059 },
1058 } 1060 }
OLDNEW
« no previous file with comments | « extensions/browser/extension_dialog_auto_confirm.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698