| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 83413156a4f4a0e25a37adafb92d5a137a2df4e9..c1a7a2a09b8208e598ad8010a288746674ea4a9d 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -244,8 +244,6 @@ if (!is_android) {
|
| "//net",
|
| "//net:net_resources",
|
| "//net:test_support",
|
| -
|
| - #"//ppapi:ppapi_tests", # TODO(GYP) this doesn't exist yet.
|
| "//skia",
|
| "//sync",
|
| "//testing/gmock",
|
| @@ -261,6 +259,7 @@ if (!is_android) {
|
|
|
| # Runtime dependencies
|
| datadeps = [
|
| + "//ppapi:ppapi_tests",
|
| "//third_party/mesa:osmesa",
|
| ]
|
|
|
| @@ -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",
|
|
|