aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorwjia@webrtc.org <wjia@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-01-14 17:48:34 +0000
committerwjia@webrtc.org <wjia@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-01-14 17:48:34 +0000
commit03cfde2d1046fd76181308a48a59e25e1a532cc6 (patch)
tree9049412b8fda66847df1b007a82acf10e11ff0fc /BUILD.gn
parent8c5b27de9aa94791a72b04df80b8f274de8c0070 (diff)
downloadwebrtc-03cfde2d1046fd76181308a48a59e25e1a532cc6.tar.gz
Roll Chromium 238260 -> 243863
R=andrew@webrtc.org, henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/6939004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5385 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn16
1 files changed, 16 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
new file mode 100644
index 0000000000..57cfab628c
--- /dev/null
+++ b/BUILD.gn
@@ -0,0 +1,16 @@
+# Copyright (c) 2014 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.
+
+# This file is copied and modified from Chromium (src/BUILD.gn).
+
+group("root") {
+ external = true
+
+ deps = [
+ ]
+}