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

Side by Side Diff: extensions/extensions.gypi

Issue 1584473004: Migrate ProcessesEventRouter to the new task manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nit. Created 4 years, 9 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_function_util.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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 'browser/extension_dialog_auto_confirm.cc', 575 'browser/extension_dialog_auto_confirm.cc',
576 'browser/extension_dialog_auto_confirm.h', 576 'browser/extension_dialog_auto_confirm.h',
577 'browser/extension_error.cc', 577 'browser/extension_error.cc',
578 'browser/extension_error.h', 578 'browser/extension_error.h',
579 'browser/extension_function.cc', 579 'browser/extension_function.cc',
580 'browser/extension_function.h', 580 'browser/extension_function.h',
581 'browser/extension_function_dispatcher.cc', 581 'browser/extension_function_dispatcher.cc',
582 'browser/extension_function_dispatcher.h', 582 'browser/extension_function_dispatcher.h',
583 'browser/extension_function_registry.cc', 583 'browser/extension_function_registry.cc',
584 'browser/extension_function_registry.h', 584 'browser/extension_function_registry.h',
585 'browser/extension_function_util.cc',
586 'browser/extension_function_util.h',
587 'browser/extension_host.cc', 585 'browser/extension_host.cc',
588 'browser/extension_host.h', 586 'browser/extension_host.h',
589 'browser/extension_host_delegate.h', 587 'browser/extension_host_delegate.h',
590 'browser/extension_host_observer.h', 588 'browser/extension_host_observer.h',
591 'browser/extension_host_queue.h', 589 'browser/extension_host_queue.h',
592 'browser/extension_icon_image.cc', 590 'browser/extension_icon_image.cc',
593 'browser/extension_icon_image.h', 591 'browser/extension_icon_image.h',
594 'browser/extension_icon_placeholder.cc', 592 'browser/extension_icon_placeholder.cc',
595 'browser/extension_icon_placeholder.h', 593 'browser/extension_icon_placeholder.h',
596 'browser/extension_message_filter.cc', 594 'browser/extension_message_filter.cc',
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 'test/result_catcher.h', 1092 'test/result_catcher.h',
1095 'test/test_content_utility_client.cc', 1093 'test/test_content_utility_client.cc',
1096 'test/test_content_utility_client.h', 1094 'test/test_content_utility_client.h',
1097 'test/test_extensions_client.cc', 1095 'test/test_extensions_client.cc',
1098 'test/test_extensions_client.h', 1096 'test/test_extensions_client.h',
1099 'test/test_permission_message_provider.cc', 1097 'test/test_permission_message_provider.cc',
1100 'test/test_permission_message_provider.h', 1098 'test/test_permission_message_provider.h',
1101 ], 1099 ],
1102 }, 1100 },
1103 } 1101 }
OLDNEW
« no previous file with comments | « extensions/browser/extension_function_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698