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

Unified Diff: BUILD.gn

Issue 1939683002: Test X11 header pollution (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | build/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index b4d3ae9d1f9220cbaedfbfe76c0e37a2f6a5da0e..faa1425802cfdc1cb960a1639b67e2c2cc9a800e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -95,8 +95,8 @@ if (is_chromeos) {
"//breakpad:minidump_stackwalk($host_toolchain)",
"//chrome",
"//chrome/test/chromedriver",
- "//content/test:video_decode_accelerator_unittest",
- "//content/test:video_encode_accelerator_unittest",
+ "//media/gpu:video_decode_accelerator_unittest",
+ "//media/gpu:video_encode_accelerator_unittest",
"//media:media_unittests",
"//ppapi/examples/video_decode",
"//sandbox/linux:chrome_sandbox",
@@ -312,7 +312,7 @@ group("both_gn_and_gyp") {
"//components/policy/android:components_policy_junit_tests",
"//content/public/android:content_junit_tests",
"//content/shell/android:content_shell_apk",
- "//content/test:video_decode_accelerator_unittest",
+ "//media/gpu:video_decode_accelerator_unittest",
"//net/android:net_junit_tests",
"//testing/android/junit:junit_unit_tests",
"//third_party/android_tools:uiautomator_java",
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698