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

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

Issue 1417673004: Make unit_tests compile in Mac GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mac
Patch Set: . Created 5 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/apps/app_shim/browser_app_shim.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 # This is the part of the Chrome browser process responsible for launching and
6 # communicating with app_shim processes on Mac.
7 #
8 # GYP version: chrome/browser/apps/app_shim/browser_app_shim.gypi:browser_app_sh im
9 source_set("app_shim") {
10 sources = [
11 "app_shim_handler_mac.cc",
12 "app_shim_handler_mac.h",
13 "app_shim_host_mac.cc",
14 "app_shim_host_mac.h",
15 "app_shim_host_manager_mac.h",
16 "app_shim_host_manager_mac.mm",
17 "extension_app_shim_handler_mac.cc",
18 "extension_app_shim_handler_mac.h",
19 "unix_domain_socket_acceptor.cc",
20 "unix_domain_socket_acceptor.h",
21 ]
22
23 deps = [
24 "//content/public/browser",
25 "//content/public/common",
26 ]
27 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/apps/app_shim/browser_app_shim.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698