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

Unified Diff: chrome/test/BUILD.gn

Issue 979643002: Fix the following browser_tests in the Linux GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 83413156a4f4a0e25a37adafb92d5a137a2df4e9..8eea70534ef50bac5732ace67bc4c9a5d1cc014f 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -244,8 +244,7 @@ if (!is_android) {
"//net",
"//net:net_resources",
"//net:test_support",
-
- #"//ppapi:ppapi_tests", # TODO(GYP) this doesn't exist yet.
+ "//ppapi:ppapi_tests",
brettw 2015/03/04 02:46:47 Can you put this in the data_deps below instead si
jam 2015/03/04 15:17:12 Done.
"//skia",
"//sync",
"//testing/gmock",
@@ -669,7 +668,8 @@ if (!is_android) {
# Runtime dependencies
data_deps = [
- #"//ppapi:ppapi_tests", # TODO(GYP) this doesn't exist yet.
+ "//ppapi:ppapi_tests",
+
#'../remoting/remoting.gyp:remoting_browser_test_resources', TODO(GYP)
#'../remoting/remoting.gyp:remoting_webapp_unittest', TODO(GYP)
"//third_party/mesa:osmesa",
« chrome/browser_tests.isolate ('K') | « chrome/browser_tests.isolate ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698