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

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: extensions/browser/mojo 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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 'browser/install/extension_install_ui.h', 700 'browser/install/extension_install_ui.h',
701 'browser/install_flag.h', 701 'browser/install_flag.h',
702 'browser/file_highlighter.cc', 702 'browser/file_highlighter.cc',
703 'browser/file_highlighter.h', 703 'browser/file_highlighter.h',
704 'browser/file_reader.cc', 704 'browser/file_reader.cc',
705 'browser/file_reader.h', 705 'browser/file_reader.h',
706 'browser/lazy_background_task_queue.cc', 706 'browser/lazy_background_task_queue.cc',
707 'browser/lazy_background_task_queue.h', 707 'browser/lazy_background_task_queue.h',
708 'browser/management_policy.cc', 708 'browser/management_policy.cc',
709 'browser/management_policy.h', 709 'browser/management_policy.h',
710 'browser/mojo/service_registration_manager.cc',
711 'browser/mojo/service_registration_manager.h',
710 'browser/notification_types.h', 712 'browser/notification_types.h',
711 'browser/null_app_sorting.cc', 713 'browser/null_app_sorting.cc',
712 'browser/null_app_sorting.h', 714 'browser/null_app_sorting.h',
713 'browser/pref_names.cc', 715 'browser/pref_names.cc',
714 'browser/pref_names.h', 716 'browser/pref_names.h',
715 'browser/process_manager.cc', 717 'browser/process_manager.cc',
716 'browser/process_manager.h', 718 'browser/process_manager.h',
717 'browser/process_manager_delegate.h', 719 'browser/process_manager_delegate.h',
718 'browser/process_manager_observer.h', 720 'browser/process_manager_observer.h',
719 'browser/process_map.cc', 721 'browser/process_map.cc',
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
1221 'conditions': [ 1223 'conditions': [
1222 ['OS=="win" and win_use_allocator_shim==1', { 1224 ['OS=="win" and win_use_allocator_shim==1', {
1223 'dependencies': [ 1225 'dependencies': [
1224 '../base/allocator/allocator.gyp:allocator', 1226 '../base/allocator/allocator.gyp:allocator',
1225 ], 1227 ],
1226 }], 1228 }],
1227 ], 1229 ],
1228 }, 1230 },
1229 ] 1231 ]
1230 } 1232 }
OLDNEW
« extensions/browser/mojo/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