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

Unified Diff: media/test/BUILD.gn

Issue 1541513002: Switch from build-time to run-time flags for Project Spitzer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « media/renderers/default_renderer_factory.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/BUILD.gn
diff --git a/media/test/BUILD.gn b/media/test/BUILD.gn
index 721c715dd3f2a57cd12f54681c84319a0aa99221..8c853c36c9bee3c9230209a6a7dba634cf5e116c 100644
--- a/media/test/BUILD.gn
+++ b/media/test/BUILD.gn
@@ -8,7 +8,8 @@ source_set("pipeline_integration_test_base") {
testonly = true
# Even if FFmpeg is enabled on Android we don't want these.
- # TODO(watk): Refactor tests that could be made to run on Android.
+ # TODO(watk): Refactor tests that could be made to run on Android. See
+ # http://crbug.com/570762
if (media_use_ffmpeg && !is_android) {
sources = [
"pipeline_integration_test_base.cc",
« no previous file with comments | « media/renderers/default_renderer_factory.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698