aboutsummaryrefslogtreecommitdiff
path: root/all.gyp
diff options
context:
space:
mode:
authorhenrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-07-18 18:58:29 +0000
committerhenrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-07-18 18:58:29 +0000
commit0df5b8dfa6a26c34f9b9e1091407dcf509db6267 (patch)
tree649bb6696321ffbacc3b9d2d13d01f5df7c88f20 /all.gyp
parent4e4bf4db8bbbfda5d98f89d8475b9762afa2a8c8 (diff)
downloadwebrtc-0df5b8dfa6a26c34f9b9e1091407dcf509db6267.tar.gz
Revert 4372 "Makes webrtc and libjingle build from the same gyp-..."
> Makes webrtc and libjingle build from the same gyp-file. Also, the libjingle and webrtc DEPS revisions were mismatching. This cl takes the most recent revision of mismatches. > > TESTED=git try > BUG=1932 > R=andrew@webrtc.org, fischman@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/1804004 TBR=henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1835004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4373 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'all.gyp')
-rw-r--r--all.gyp22
1 files changed, 0 insertions, 22 deletions
diff --git a/all.gyp b/all.gyp
deleted file mode 100644
index f2d6e30dda..0000000000
--- a/all.gyp
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
-#
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file in the root of the source
-# tree. An additional intellectual property rights grant can be found
-# in the file PATENTS. All contributing project authors may
-# be found in the AUTHORS file in the root of the source tree.
-
-{
- 'targets': [
- {
- 'target_name': 'All',
- 'type': 'none',
- 'dependencies': [
- 'webrtc/webrtc.gyp:*',
- 'talk/libjingle.gyp:*',
- 'talk/libjingle_examples.gyp:*',
- 'talk/libjingle_tests.gyp:*',
- ],
- },
- ],
-}