summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_srcs.gni
diff options
context:
space:
mode:
authoreroman <eroman@chromium.org>2015-02-27 15:41:24 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-27 23:41:58 +0000
commitd593eac9968cee2b5412ba22638ed16f0884c408 (patch)
tree4b9141e61f879d7e7b226a6d250c72de847e65d6 /remoting/remoting_srcs.gni
parent77b5872e9a7181afcc3b59881af5218a0d42ea7b (diff)
downloadchromium_src-d593eac9968cee2b5412ba22638ed16f0884c408.zip
chromium_src-d593eac9968cee2b5412ba22638ed16f0884c408.tar.gz
chromium_src-d593eac9968cee2b5412ba22638ed16f0884c408.tar.bz2
Revert of Add remoting and PPAPI tests to GN build (patchset #7 id:120001 of https://codereview.chromium.org/965633002/)
Reason for revert: http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac%20GN&number=4498 ERROR at //remoting/host/BUILD.gn:56:7: Item not found "linux/x_server_clipboard.cc", ^---------------------------- You were trying to remove "linux/x_server_clipboard.cc" Original issue's description: > Add remoting and PPAPI tests to GN build > > BUG= > > Committed: https://crrev.com/d0437210926b14b1b7e06b2b56174fc92ade9c37 > Cr-Commit-Position: refs/heads/master@{#318539} TBR=kelvinp@chromium.org,dpranke@chromium.org,brettw@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/970443002 Cr-Commit-Position: refs/heads/master@{#318545}
Diffstat (limited to 'remoting/remoting_srcs.gni')
-rw-r--r--remoting/remoting_srcs.gni14
1 files changed, 0 insertions, 14 deletions
diff --git a/remoting/remoting_srcs.gni b/remoting/remoting_srcs.gni
deleted file mode 100644
index fe87adf..0000000
--- a/remoting/remoting_srcs.gni
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 2015 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.
-
-remoting_srcs_gypi_values = exec_script("//build/gypi_to_gn.py",
- [ rebase_path("remoting_srcs.gypi") ],
- "scope",
- [ "remoting_srcs.gypi" ])
-
-remoting_host_srcs_gypi_values =
- exec_script("//build/gypi_to_gn.py",
- [ rebase_path("remoting_host_srcs.gypi") ],
- "scope",
- [ "remoting_host_srcs.gypi" ])