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

Side by Side Diff: components/cloud_devices.gypi

Issue 756233002: Add more components unittests to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « components/captive_portal/BUILD.gn ('k') | components/cloud_devices/common/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'target_name': 'cloud_devices_common', 8 'target_name': 'cloud_devices_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
11 '..', 11 '..',
12 ], 12 ],
13 'dependencies': [ 13 'dependencies': [
14 '../base/base.gyp:base', 14 '../base/base.gyp:base',
15 '../google_apis/google_apis.gyp:google_apis',
15 '../net/net.gyp:net', 16 '../net/net.gyp:net',
17 '../url/url.gyp:url_lib',
16 ], 18 ],
17 'sources': [ 19 'sources': [
18 'cloud_devices/common/cloud_device_description.cc', 20 'cloud_devices/common/cloud_device_description.cc',
19 'cloud_devices/common/cloud_device_description.h', 21 'cloud_devices/common/cloud_device_description.h',
20 'cloud_devices/common/cloud_device_description_consts.cc', 22 'cloud_devices/common/cloud_device_description_consts.cc',
21 'cloud_devices/common/cloud_device_description_consts.h', 23 'cloud_devices/common/cloud_device_description_consts.h',
22 'cloud_devices/common/cloud_devices_switches.cc', 24 'cloud_devices/common/cloud_devices_switches.cc',
23 'cloud_devices/common/cloud_devices_switches.h', 25 'cloud_devices/common/cloud_devices_switches.h',
24 'cloud_devices/common/cloud_devices_urls.cc', 26 'cloud_devices/common/cloud_devices_urls.cc',
25 'cloud_devices/common/cloud_devices_urls.h', 27 'cloud_devices/common/cloud_devices_urls.h',
26 'cloud_devices/common/description_items.h', 28 'cloud_devices/common/description_items.h',
27 'cloud_devices/common/description_items_inl.h', 29 'cloud_devices/common/description_items_inl.h',
28 'cloud_devices/common/printer_description.cc', 30 'cloud_devices/common/printer_description.cc',
29 'cloud_devices/common/printer_description.h', 31 'cloud_devices/common/printer_description.h',
30 ], 32 ],
31 }, 33 },
32 ], 34 ],
33 } 35 }
OLDNEW
« no previous file with comments | « components/captive_portal/BUILD.gn ('k') | components/cloud_devices/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698