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

Unified Diff: ppapi/BUILD.gn

Issue 954873002: Fix content_browsertests on 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
« no previous file with comments | « content/test/BUILD.gn ('k') | ppapi/ppapi_internal.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/BUILD.gn
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
index c6386370414f62260fd1c297f7e237b3857da197..f7ff011c7f48fcaa854b8dcf8f5530e8aba47b71 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -3,17 +3,16 @@
# found in the LICENSE file.
import("//ppapi/ppapi_sources.gni")
-# TODO(brettw) argument list is too long. Need to add response files.
-#shared_library("ppapi_tests") {
-# sources = ppapi_sources.test_common_source_files +
-# ppapi_sources.test_trusted_source_files
-#
-# defines = [ "GL_GLEXT_PROTOTYPES" ]
-# include_dirs = [ "lib/gl/include" ]
-#
-# deps = [
-# "//ppapi/cpp",
-# "//ppapi/shared_impl",
-# ]
-#}
+shared_library("ppapi_tests") {
+ sources = ppapi_sources.test_common_source_files +
+ ppapi_sources.test_trusted_source_files
+
+ defines = [ "GL_GLEXT_PROTOTYPES" ]
+ include_dirs = [ "lib/gl/include" ]
+
+ deps = [
+ "//ppapi/cpp",
+ "//ppapi/shared_impl",
+ ]
+}
# TODO(GYP) other targets from ppapi_tests.gyp
« no previous file with comments | « content/test/BUILD.gn ('k') | ppapi/ppapi_internal.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698