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

Side by Side Diff: extensions/extensions.gyp

Issue 671763002: Extract ProcessManager from ExtensionSystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 6 years, 1 month 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 'browser/mojo/stash_backend.cc', 714 'browser/mojo/stash_backend.cc',
715 'browser/mojo/stash_backend.h', 715 'browser/mojo/stash_backend.h',
716 'browser/notification_types.h', 716 'browser/notification_types.h',
717 'browser/null_app_sorting.cc', 717 'browser/null_app_sorting.cc',
718 'browser/null_app_sorting.h', 718 'browser/null_app_sorting.h',
719 'browser/pref_names.cc', 719 'browser/pref_names.cc',
720 'browser/pref_names.h', 720 'browser/pref_names.h',
721 'browser/process_manager.cc', 721 'browser/process_manager.cc',
722 'browser/process_manager.h', 722 'browser/process_manager.h',
723 'browser/process_manager_delegate.h', 723 'browser/process_manager_delegate.h',
724 'browser/process_manager_factory.cc',
725 'browser/process_manager_factory.h',
724 'browser/process_manager_observer.h', 726 'browser/process_manager_observer.h',
725 'browser/process_map.cc', 727 'browser/process_map.cc',
726 'browser/process_map.h', 728 'browser/process_map.h',
727 'browser/process_map_factory.cc', 729 'browser/process_map_factory.cc',
728 'browser/process_map_factory.h', 730 'browser/process_map_factory.h',
729 'browser/quota_service.cc', 731 'browser/quota_service.cc',
730 'browser/quota_service.h', 732 'browser/quota_service.h',
731 'browser/renderer_startup_helper.cc', 733 'browser/renderer_startup_helper.cc',
732 'browser/renderer_startup_helper.h', 734 'browser/renderer_startup_helper.h',
733 'browser/runtime_data.cc', 735 'browser/runtime_data.cc',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
1226 'conditions': [ 1228 'conditions': [
1227 ['OS=="win" and win_use_allocator_shim==1', { 1229 ['OS=="win" and win_use_allocator_shim==1', {
1228 'dependencies': [ 1230 'dependencies': [
1229 '../base/allocator/allocator.gyp:allocator', 1231 '../base/allocator/allocator.gyp:allocator',
1230 ], 1232 ],
1231 }], 1233 }],
1232 ], 1234 ],
1233 }, 1235 },
1234 ] 1236 ]
1235 } 1237 }
OLDNEW
« no previous file with comments | « extensions/browser/process_manager_unittest.cc ('k') | extensions/shell/browser/shell_extension_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698