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

Side by Side Diff: apps/app_shim/app_shim.gypi

Issue 305973002: Rename IPC::ChannelFactory to ChannelHandleAcceptor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | apps/app_shim/app_shim_host_mac.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'app_shim', 8 'target_name': 'app_shim',
9 'type': 'static_library', 9 'type': 'static_library',
10 # Since app_shim and browser depend on each other, we omit the dependency 10 # Since app_shim and browser depend on each other, we omit the dependency
(...skipping 10 matching lines...) Expand all
21 'sources': [ 21 'sources': [
22 'app_shim_handler_mac.cc', 22 'app_shim_handler_mac.cc',
23 'app_shim_handler_mac.h', 23 'app_shim_handler_mac.h',
24 'app_shim_host_mac.cc', 24 'app_shim_host_mac.cc',
25 'app_shim_host_mac.h', 25 'app_shim_host_mac.h',
26 'app_shim_host_manager_mac.h', 26 'app_shim_host_manager_mac.h',
27 'app_shim_host_manager_mac.mm', 27 'app_shim_host_manager_mac.mm',
28 'chrome_main_app_mode_mac.mm', 28 'chrome_main_app_mode_mac.mm',
29 'extension_app_shim_handler_mac.cc', 29 'extension_app_shim_handler_mac.cc',
30 'extension_app_shim_handler_mac.h', 30 'extension_app_shim_handler_mac.h',
31 'unix_domain_socket_acceptor.cc',
32 'unix_domain_socket_acceptor.h',
31 ], 33 ],
32 }, 34 },
33 ], # targets 35 ], # targets
34 } 36 }
OLDNEW
« no previous file with comments | « no previous file | apps/app_shim/app_shim_host_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698