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

Unified Diff: content/test/BUILD.gn

Issue 843583006: GN: Add -Wl,-z defs on linux and fix errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 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 | « content/browser/BUILD.gn ('k') | device/vibration/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 9d92c88afc412d887fb0a2845a3310eb7a5836b6..64cf6b4073e4da18042e4709fc5a0e3733bdfd64 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -221,6 +221,13 @@ if (!is_ios) {
if (is_android) {
deps += [ ":jni" ]
}
+
+ if (!enable_webrtc) {
+ sources -= [
+ "test_media_stream_renderer_factory.cc",
+ "test_media_stream_renderer_factory.h",
+ ]
+ }
}
if (is_android) {
@@ -274,11 +281,11 @@ if (!is_mac) {
"//ppapi:ppapi_ipc",
"//ppapi:ppapi_proxy",
"//ppapi:ppapi_shared",
-
"//third_party/mojo/src/mojo/edk/system",
"//third_party/mojo/src/mojo/edk/test:test_support",
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/mojo/src/mojo/public/js",
+
#"//ppapi:ppapi_tests", TODO(GYP)
#"//ppapi:ppapi_unittest_shared", TODO(GYP)
"//testing/gmock",
« no previous file with comments | « content/browser/BUILD.gn ('k') | device/vibration/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698