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

Side by Side Diff: cloud_print/cloud_print.gyp

Issue 10543022: Apply again r140703 with all new files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « build/all.gyp ('k') | cloud_print/service/DEPS » ('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 (c) 2012 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 'targets': [
6 {
7 'target_name': 'cloud_print',
8 'type': 'none',
9 'dependencies': [
10 'service/service.gyp:*',
11 ],
12 'conditions': [
13 ['OS=="win"', {
14 'dependencies': [
15 'virtual_driver/win/install/virtual_driver_install.gyp:*',
16 'virtual_driver/win/virtual_driver.gyp:*',
17 'virtual_driver/win/virtual_driver64.gyp:*',
18 ],
19 }],
20 ],
21 },
22 {
23 'target_name': 'cloud_print_unittests',
24 'type': 'executable',
25 'sources': [
26 'service/service_state_unittest.cc',
27 ],
28 'dependencies': [
29 '<(DEPTH)/base/base.gyp:base',
30 '<(DEPTH)/base/base.gyp:run_all_unittests',
31 '<(DEPTH)/base/base.gyp:test_support_base',
32 '<(DEPTH)/testing/gmock.gyp:gmock',
33 '<(DEPTH)/testing/gtest.gyp:gtest',
34 'service/service.gyp:cloud_print_service_lib',
35 ],
36 'conditions': [
37 ['OS=="win"', {
38 'sources': [
39 'virtual_driver/win/port_monitor/port_monitor_unittest.cc',
40 ],
41 'dependencies': [
42 'virtual_driver/win/virtual_driver.gyp:gcp_portmon_lib',
43 ],
44 }],
45 ],
46 },
47 ],
48 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | cloud_print/service/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698