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

Side by Side Diff: extensions/extensions.gyp

Issue 652793002: Add service registration for apps APIs implemented as mojo services. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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 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 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 'browser/process_map_factory.h', 699 'browser/process_map_factory.h',
700 'browser/quota_service.cc', 700 'browser/quota_service.cc',
701 'browser/quota_service.h', 701 'browser/quota_service.h',
702 'browser/renderer_startup_helper.cc', 702 'browser/renderer_startup_helper.cc',
703 'browser/renderer_startup_helper.h', 703 'browser/renderer_startup_helper.h',
704 'browser/runtime_data.cc', 704 'browser/runtime_data.cc',
705 'browser/runtime_data.h', 705 'browser/runtime_data.h',
706 'browser/script_execution_observer.h', 706 'browser/script_execution_observer.h',
707 'browser/script_executor.cc', 707 'browser/script_executor.cc',
708 'browser/script_executor.h', 708 'browser/script_executor.h',
709 'browser/service_registration_manager.cc',
710 'browser/service_registration_manager.h',
709 'browser/stash_backend.cc', 711 'browser/stash_backend.cc',
710 'browser/stash_backend.h', 712 'browser/stash_backend.h',
711 'browser/state_store.cc', 713 'browser/state_store.cc',
712 'browser/state_store.h', 714 'browser/state_store.h',
713 'browser/suggest_permission_util.cc', 715 'browser/suggest_permission_util.cc',
714 'browser/suggest_permission_util.h', 716 'browser/suggest_permission_util.h',
715 'browser/uninstall_reason.h', 717 'browser/uninstall_reason.h',
716 'browser/update_observer.h', 718 'browser/update_observer.h',
717 'browser/updater/manifest_fetch_data.cc', 719 'browser/updater/manifest_fetch_data.cc',
718 'browser/updater/manifest_fetch_data.h', 720 'browser/updater/manifest_fetch_data.h',
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
1185 'conditions': [ 1187 'conditions': [
1186 ['OS=="win" and win_use_allocator_shim==1', { 1188 ['OS=="win" and win_use_allocator_shim==1', {
1187 'dependencies': [ 1189 'dependencies': [
1188 '../base/allocator/allocator.gyp:allocator', 1190 '../base/allocator/allocator.gyp:allocator',
1189 ], 1191 ],
1190 }], 1192 }],
1191 ], 1193 ],
1192 }, 1194 },
1193 ] 1195 ]
1194 } 1196 }
OLDNEW
« extensions/browser/service_registration_manager.cc ('K') | « extensions/common/switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698