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

Unified Diff: content/test/BUILD.gn

Issue 1541163002: GN(android) Don't enable --gc-sections in debug mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn gen Created 4 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 | « chrome/BUILD.gn ('k') | mojo/runner/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 ad9596b3d0d6dd5c4d7a0036b2e643a8a3ced127..03146a03f8df39a26673cee4f04a0396b0bd114c 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -76,6 +76,12 @@ source_set("test_support") {
".",
"//content")
+ if (is_android) {
+ sources -= [
+ "mock_google_streaming_server.cc",
+ "mock_google_streaming_server.h",
+ ]
+ }
public_deps += [ "//third_party/WebKit/public:blink" ]
deps += [
":content_test_mojo_bindings",
@@ -90,6 +96,7 @@ source_set("test_support") {
"//content/public/renderer",
"//content/public/utility",
"//content/shell:pak",
+ "//ipc:test_support",
"//ipc/mojo",
"//media",
"//mojo/application/public/cpp:cpp_for_chromium",
« no previous file with comments | « chrome/BUILD.gn ('k') | mojo/runner/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698