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.
10 'target_name': 'cloud_print',
13 'service/service.gyp:*',
14 'gcp20/prototype/gcp20_device.gyp:*',
19 'virtual_driver/win/install/virtual_driver_install.gyp:*',
20 'virtual_driver/win/virtual_driver.gyp:*',
23 ['OS=="win" and target_arch=="ia32"', {
25 'virtual_driver/win/virtual_driver64.gyp:*',
31 'target_name': 'cloud_print_unittests',
34 'service/service_state_unittest.cc',
37 '<(DEPTH)/base/base.gyp:base',
38 '<(DEPTH)/base/base.gyp:run_all_unittests',
39 '<(DEPTH)/base/base.gyp:test_support_base',
40 '<(DEPTH)/testing/gmock.gyp:gmock',
41 '<(DEPTH)/testing/gtest.gyp:gtest',
42 'service/service.gyp:cloud_print_service_lib',
47 'service/win/service_ipc_unittest.cc',
48 'virtual_driver/win/port_monitor/port_monitor_unittest.cc',
51 'virtual_driver/win/virtual_driver.gyp:gcp_portmon_lib',
54 # See http://crbug.com/162998#c4 for why this is needed.
55 ['OS=="linux" and use_allocator!="none"', {
57 '../base/allocator/allocator.gyp:allocator',
63 'AdditionalDependencies': [