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

Side by Side Diff: cloud_print/service/service.gyp

Issue 1408003010: [sync] Componentize switches used by ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@more_pss_chrome_deps
Patch Set: Rebase Created 5 years, 1 month 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 | « cloud_print/service/BUILD.gn ('k') | cloud_print/service/win/chrome_launcher.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'target_defaults': { 5 'target_defaults': {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'enable_wexit_time_destructors': 1, 8 'enable_wexit_time_destructors': 1,
9 }, 9 },
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'includes': [ '../../build/grit_target.gypi' ], 43 'includes': [ '../../build/grit_target.gypi' ],
44 }, 44 },
45 { 45 {
46 # GN version: //cloud_print/service 46 # GN version: //cloud_print/service
47 'target_name': 'cloud_print_service_lib', 47 'target_name': 'cloud_print_service_lib',
48 'type': 'static_library', 48 'type': 'static_library',
49 'dependencies': [ 49 'dependencies': [
50 '<(DEPTH)/base/base.gyp:base', 50 '<(DEPTH)/base/base.gyp:base',
51 '<(DEPTH)/base/base.gyp:base_static', 51 '<(DEPTH)/base/base.gyp:base_static',
52 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 52 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
53 '<(DEPTH)/components/components.gyp:browser_sync_common',
53 '<(DEPTH)/components/components.gyp:cloud_devices_common', 54 '<(DEPTH)/components/components.gyp:cloud_devices_common',
54 '<(DEPTH)/google_apis/google_apis.gyp:google_apis', 55 '<(DEPTH)/google_apis/google_apis.gyp:google_apis',
55 '<(DEPTH)/ipc/ipc.gyp:ipc', 56 '<(DEPTH)/ipc/ipc.gyp:ipc',
56 '<(DEPTH)/net/net.gyp:net', 57 '<(DEPTH)/net/net.gyp:net',
57 '<(DEPTH)/url/url.gyp:url_lib', 58 '<(DEPTH)/url/url.gyp:url_lib',
58 'service_resources', 59 'service_resources',
59 ], 60 ],
60 'conditions': [ 61 'conditions': [
61 ['OS=="win"', { 62 ['OS=="win"', {
62 'dependencies': [ 63 'dependencies': [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'win/service_listener.cc', 111 'win/service_listener.cc',
111 'win/service_listener.h', 112 'win/service_listener.h',
112 'win/service_utils.cc', 113 'win/service_utils.cc',
113 'win/service_utils.h', 114 'win/service_utils.h',
114 'win/setup_listener.cc', 115 'win/setup_listener.cc',
115 'win/setup_listener.h', 116 'win/setup_listener.h',
116 ], 117 ],
117 }, 118 },
118 ], 119 ],
119 } 120 }
OLDNEW
« no previous file with comments | « cloud_print/service/BUILD.gn ('k') | cloud_print/service/win/chrome_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698