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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/all.gyp ('k') | cloud_print/service/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/cloud_print.gyp
diff --git a/cloud_print/cloud_print.gyp b/cloud_print/cloud_print.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..bb154050f26ece879d8fb0d290f5aeda414ca9b3
--- /dev/null
+++ b/cloud_print/cloud_print.gyp
@@ -0,0 +1,48 @@
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'targets': [
+ {
+ 'target_name': 'cloud_print',
+ 'type': 'none',
+ 'dependencies': [
+ 'service/service.gyp:*',
+ ],
+ 'conditions': [
+ ['OS=="win"', {
+ 'dependencies': [
+ 'virtual_driver/win/install/virtual_driver_install.gyp:*',
+ 'virtual_driver/win/virtual_driver.gyp:*',
+ 'virtual_driver/win/virtual_driver64.gyp:*',
+ ],
+ }],
+ ],
+ },
+ {
+ 'target_name': 'cloud_print_unittests',
+ 'type': 'executable',
+ 'sources': [
+ 'service/service_state_unittest.cc',
+ ],
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/base/base.gyp:run_all_unittests',
+ '<(DEPTH)/base/base.gyp:test_support_base',
+ '<(DEPTH)/testing/gmock.gyp:gmock',
+ '<(DEPTH)/testing/gtest.gyp:gtest',
+ 'service/service.gyp:cloud_print_service_lib',
+ ],
+ 'conditions': [
+ ['OS=="win"', {
+ 'sources': [
+ 'virtual_driver/win/port_monitor/port_monitor_unittest.cc',
+ ],
+ 'dependencies': [
+ 'virtual_driver/win/virtual_driver.gyp:gcp_portmon_lib',
+ ],
+ }],
+ ],
+ },
+ ],
+}
« 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