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

Unified Diff: webrtc/webrtc.gni

Issue 3011063002: Revert of Add //build/android/pylib/results/ to Android isolate packaging (Closed)
Patch Set: Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc.gni
diff --git a/webrtc/webrtc.gni b/webrtc/webrtc.gni
index 7ff22466dcccf78aa153669fd6ac8ee35191afef..af4d6f97dbbc12d25a24f18755298e270d2fe0f2 100644
--- a/webrtc/webrtc.gni
+++ b/webrtc/webrtc.gni
@@ -265,27 +265,19 @@
"*",
[
"configs",
- "data",
- "public_configs",
- "suppressed_configs",
- ])
- configs += invoker.configs
- configs -= rtc_remove_configs
- configs -= invoker.suppressed_configs
- public_configs = [ rtc_common_inherited_config ]
- if (defined(invoker.public_configs)) {
- public_configs += invoker.public_configs
- }
- data = []
- if (defined(invoker.data)) {
- data += invoker.data
+ "public_configs",
+ "suppressed_configs",
+ ])
+ configs += invoker.configs
+ configs -= rtc_remove_configs
+ configs -= invoker.suppressed_configs
+ public_configs = [ rtc_common_inherited_config ]
+ if (defined(invoker.public_configs)) {
+ public_configs += invoker.public_configs
}
if (!build_with_chromium && is_android) {
android_manifest = webrtc_root + "test/android/AndroidManifest.xml"
deps += [ webrtc_root + "test:native_test_java" ]
-
- # Needed for build/android/pylib/results/presentation/test_results_presentation.py
- data += [ "//build/android/pylib/results/" ]
}
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698