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

Side by Side Diff: chrome/browser/apps/app_shim/BUILD.gn

Issue 2548403003: Add missing //extensions/ deps for app_shim. (Closed)
Patch Set: rebase for r436385 Created 4 years 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 # This is the part of the Chrome browser process responsible for launching and 5 # This is the part of the Chrome browser process responsible for launching and
6 # communicating with app_shim processes on Mac. 6 # communicating with app_shim processes on Mac.
7 source_set("app_shim") { 7 source_set("app_shim") {
8 sources = [ 8 sources = [
9 "app_shim_handler_mac.cc", 9 "app_shim_handler_mac.cc",
10 "app_shim_handler_mac.h", 10 "app_shim_handler_mac.h",
11 "app_shim_host_mac.cc", 11 "app_shim_host_mac.cc",
12 "app_shim_host_mac.h", 12 "app_shim_host_mac.h",
13 "app_shim_host_manager_mac.h", 13 "app_shim_host_manager_mac.h",
14 "app_shim_host_manager_mac.mm", 14 "app_shim_host_manager_mac.mm",
15 "extension_app_shim_handler_mac.cc", 15 "extension_app_shim_handler_mac.cc",
16 "extension_app_shim_handler_mac.h", 16 "extension_app_shim_handler_mac.h",
17 "unix_domain_socket_acceptor.cc", 17 "unix_domain_socket_acceptor.cc",
18 "unix_domain_socket_acceptor.h", 18 "unix_domain_socket_acceptor.h",
19 ] 19 ]
20 20
21 deps = [ 21 deps = [
22 "//content/public/browser", 22 "//content/public/browser",
23 "//content/public/common", 23 "//content/public/common",
24 "//extensions/browser",
25 "//extensions/common",
24 ] 26 ]
25 } 27 }
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