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

Unified Diff: webrtc/sdk/BUILD.gn

Issue 2309253004: GN: Move variables from //build_overrides/webrtc.gni to //webrtc/build/webrtc.gni (Closed)
Patch Set: Created 4 years, 3 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 | « webrtc/build/webrtc.gni ('k') | webrtc/test/fuzzers/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/BUILD.gn
diff --git a/webrtc/sdk/BUILD.gn b/webrtc/sdk/BUILD.gn
index 73a749acf9e946caf10dff358b15b16aec597232..6a8091162a303efad797dfd4c5794af949b63fd0 100644
--- a/webrtc/sdk/BUILD.gn
+++ b/webrtc/sdk/BUILD.gn
@@ -6,8 +6,7 @@
# in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree.
-import("../build/webrtc.gni")
-import("//build_overrides/webrtc.gni")
+import("../build/build.gni")
kjellander_webrtc 2016/09/06 10:36:09 Did you mean to make this //build/build.gni or //b
import("//build/config/mac/mac_sdk.gni")
if (is_ios || (is_mac && mac_deployment_target == "10.7")) {
« no previous file with comments | « webrtc/build/webrtc.gni ('k') | webrtc/test/fuzzers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698