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

Unified Diff: cloud_print/virtual_driver/posix/backend.gyp

Issue 9307087: Remove code for Mac and Linux virtual print drivers. (Closed)
Patch Set: Nuke linux too Created 8 years, 11 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/virtual_driver/posix/install_cloud_print_driver_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/virtual_driver/posix/backend.gyp
diff --git a/cloud_print/virtual_driver/posix/backend.gyp b/cloud_print/virtual_driver/posix/backend.gyp
deleted file mode 100644
index ae65801aba2be6b24069a7e5b5ca46abb2c2bc32..0000000000000000000000000000000000000000
--- a/cloud_print/virtual_driver/posix/backend.gyp
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright (c) 2011 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.
-
-{
- 'target_defaults': {
Nico 2012/02/03 23:58:39 This file shows up as 'M' instead of 'D'?
- 'variables': { 'chromium_code':1 },
- },
- 'targets': [
- {
- 'target_name': 'GCP-driver',
- 'type': 'executable',
- 'dependencies': [
- '../../../base/base.gyp:base',
- ],
- 'sources': [
- 'printer_driver_util_linux.cc',
- 'printer_driver_util_posix.cc',
- 'printer_driver_util_posix.h',
- 'printer_driver_util_mac.mm',
- 'virtual_driver_posix.cc',
- '../virtual_driver_switches.cc',
- '../virtual_driver_switches.h',
- ],
- 'conditions': [
- ['OS=="mac"', {
- 'sources!': ['../virtual_driver_switches.cc'],
- 'libraries': ['ScriptingBridge.framework'],
- }],
- ],
- },
- {
- 'target_name': 'virtual_driver_posix_unittests',
- 'type': 'executable',
- 'dependencies': [
- '../../../base/base.gyp:base',
- '../../../base/base.gyp:test_support_base',
- '../../../testing/gmock.gyp:gmock',
- '../../../testing/gtest.gyp:gtest',
- ],
- 'sources': [
- 'virtual_driver_posix_tests.cc',
- 'printer_driver_util_posix.cc',
- ],
- }],
- 'conditions': [
- ['OS=="mac"', {
- 'targets' : [
- {
- 'target_name': 'GCP-install',
- 'type': 'executable',
- 'dependencies': [
- '../../../base/base.gyp:base',
- ],
- 'sources' : [
- 'install_cloud_print_driver_mac.mm',
- 'installer_util_mac.h',
- 'installer_util_mac.mm'
- ],
- },
- {
- 'target_name': 'GCP-uninstall',
- 'type': 'executable',
- 'dependencies': [
- '../../../base/base.gyp:base',
- ],
- 'sources' : [
- 'installer_util_mac.h',
- 'installer_util_mac.mm',
- 'uninstall_cloud_print_driver_mac.mm',
- ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « build/all.gyp ('k') | cloud_print/virtual_driver/posix/install_cloud_print_driver_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698