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

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

Issue 2321703002: Remove all gyp[i] files in //chrome (Closed)
Patch Set: merge Created 4 years, 3 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/app_shim/app_shim.gypi ('k') | chrome/browser/devtools/devtools_protocol_constants.gyp » ('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 2013 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 {
6 'targets': [
7 {
8 # This is the part of the Chrome browser process responsible for launching
9 # and communicating with app_shim processes on Mac.
10 #
11 # GN version: //chrome/browser/apps/app_shim
12 'target_name': 'browser_app_shim',
13 'type': 'static_library',
14 'dependencies': [
15 # Since browser_app_shim and chrome.gyp:browser depend on each other,
16 # we omit the dependency on browser here.
17 '../content/content.gyp:content_browser',
18 '../content/content.gyp:content_common',
19 ],
20 'sources': [
21 'app_shim_handler_mac.cc',
22 'app_shim_handler_mac.h',
23 'app_shim_host_mac.cc',
24 'app_shim_host_mac.h',
25 'app_shim_host_manager_mac.h',
26 'app_shim_host_manager_mac.mm',
27 'extension_app_shim_handler_mac.cc',
28 'extension_app_shim_handler_mac.h',
29 'unix_domain_socket_acceptor.cc',
30 'unix_domain_socket_acceptor.h',
31 ],
32 },
33 ], # targets
34 }
OLDNEW
« no previous file with comments | « chrome/app_shim/app_shim.gypi ('k') | chrome/browser/devtools/devtools_protocol_constants.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698