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

Unified Diff: cloud_print/virtual_driver/virtual_driver.gyp

Issue 6806016: Revert 80678 - Initial CL for a simple port monitor for Windows to be used by the Cloud Print Vir... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 8 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/win/port_monitor/port_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/virtual_driver/virtual_driver.gyp
===================================================================
--- cloud_print/virtual_driver/virtual_driver.gyp (revision 80684)
+++ cloud_print/virtual_driver/virtual_driver.gyp (working copy)
@@ -1,83 +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.
-
-{
- 'includes': [
- '../../build/common.gypi',
- ],
- 'target_defaults': {
- 'variables': {
- 'chromium_code': 1,
- 'version_py_path': '../../chrome/tools/build/version.py',
- 'version_path': 'VERSION',
- },
- 'include_dirs': [
- '../..',
- ],
- 'libraries': [
- 'userenv.lib',
- ],
- 'sources': [
- 'win/port_monitor/port_monitor.cc',
- 'win/port_monitor/port_monitor.h',
- 'win/port_monitor/port_monitor.def',
- ],
- },
- 'conditions': [
- ['OS=="win"', {
- 'targets' : [
- {
- 'target_name': 'gcp_portmon',
- 'type': 'loadable_module',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../chrome/chrome.gyp:common_constants',
- ],
- 'msvs_guid': 'ED3D7186-C94E-4D8B-A8E7-B7260F638F46',
- },
- {
- 'target_name': 'gcp_portmon64',
- 'type': 'loadable_module',
- 'defines': [
- '<@(nacl_win64_defines)',
- ],
- 'dependencies': [
- '../../base/base.gyp:base_nacl_win64',
- '../../chrome/chrome.gyp:common_constants_win64',
- ],
- 'msvs_guid': '9BB292F4-6104-495A-B415-C3E314F46D6F',
- 'configurations': {
- 'Common_Base': {
- 'msvs_target_platform': 'x64',
- },
- },
- },
- {
- 'target_name': 'virtual_driver_unittests',
- 'type': 'executable',
- 'msvs_guid': '97F82D29-58D8-4909-86C8-F2BBBCC4FEBF',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../chrome/chrome.gyp:common_constants',
- '../../base/base.gyp:test_support_base',
- '../../testing/gmock.gyp:gmock',
- '../../testing/gtest.gyp:gtest',
- ],
- 'sources': [
- # Infrastructure files.
- '../../base/test/run_all_unittests.cc',
- 'win/port_monitor/port_monitor_unittest.cc'
- ],
- },
- ],
- },
- ],
- ]
-}
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2:
« no previous file with comments | « build/all.gyp ('k') | cloud_print/virtual_driver/win/port_monitor/port_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698