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

Side by Side Diff: chrome/browser/apps/app_shim/browser_app_shim.gypi

Issue 894103002: Fix flaky mac build due to missing permission_status.mojom.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | 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 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 # This is the part of the Chrome browser process responsible for launching 8 # This is the part of the Chrome browser process responsible for launching
9 # and communicating with app_shim processes on Mac. 9 # and communicating with app_shim processes on Mac.
10 'target_name': 'browser_app_shim', 10 'target_name': 'browser_app_shim',
11 'type': 'static_library', 11 'type': 'static_library',
12 'dependencies': [ 12 'dependencies': [
13 # Since browser_app_shim and browser depend on each other, we omit the 13 # Since browser_app_shim and browser depend on each other, we omit the
14 # dependency on browser here. 14 # dependency on browser here.
15 '../content/content.gyp:content_common', 15 '../content/content.gyp:content_common',
16 '../content/content_common_mojo_bindings.gyp:content_common_mojo_binding s',
blundell 2015/02/02 19:20:33 note: from the compile failure, it looks like the
jam 2015/02/02 20:39:16 afaik that can't happen or else there'll be a circ
blundell 2015/02/02 20:41:13 Oops, missed that. content_browser is probably sti
jam 2015/02/03 05:22:12 sg
16 ], 17 ],
17 'sources': [ 18 'sources': [
18 'app_shim_handler_mac.cc', 19 'app_shim_handler_mac.cc',
19 'app_shim_handler_mac.h', 20 'app_shim_handler_mac.h',
20 'app_shim_host_mac.cc', 21 'app_shim_host_mac.cc',
21 'app_shim_host_mac.h', 22 'app_shim_host_mac.h',
22 'app_shim_host_manager_mac.h', 23 'app_shim_host_manager_mac.h',
23 'app_shim_host_manager_mac.mm', 24 'app_shim_host_manager_mac.mm',
24 'extension_app_shim_handler_mac.cc', 25 'extension_app_shim_handler_mac.cc',
25 'extension_app_shim_handler_mac.h', 26 'extension_app_shim_handler_mac.h',
26 'unix_domain_socket_acceptor.cc', 27 'unix_domain_socket_acceptor.cc',
27 'unix_domain_socket_acceptor.h', 28 'unix_domain_socket_acceptor.h',
28 ], 29 ],
29 }, 30 },
30 ], # targets 31 ], # targets
31 } 32 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698