summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_srcs.gni
diff options
context:
space:
mode:
authorcpu <cpu@chromium.org>2015-03-02 14:27:35 -0800
committerCommit bot <commit-bot@chromium.org>2015-03-02 22:28:26 +0000
commitdefc80c0cd51186b467c3e59eabdbf54d25bde74 (patch)
tree32d1c8d66f7e9f9aa7d6383553c42972a1939853 /remoting/remoting_srcs.gni
parentc32b1cd854552259473c954c9204fe87426e540a (diff)
downloadchromium_src-defc80c0cd51186b467c3e59eabdbf54d25bde74.zip
chromium_src-defc80c0cd51186b467c3e59eabdbf54d25bde74.tar.gz
chromium_src-defc80c0cd51186b467c3e59eabdbf54d25bde74.tar.bz2
Revert of Add remoting and PPAPI tests to GN build (patchset #6 id:100001 of https://codereview.chromium.org/961323004/)
Reason for revert: broke windows GN builds as seen in http://build.chromium.org/p/chromium.win/builders/Win8%20GN/builds/5206/steps/compile/logs/stdio Original issue's description: > Add remoting and PPAPI tests to GN build > > Reland of https://codereview.chromium.org/965633002/ > > TBR=dpranke > > Committed: https://crrev.com/66c53eef76f7dff97b1bc76d51740c3a9c07844f > Cr-Commit-Position: refs/heads/master@{#318756} TBR=dpranke@chromium.org,brettw@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/968243004 Cr-Commit-Position: refs/heads/master@{#318772}
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" ])