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

Unified Diff: gpu/BUILD.gn

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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 | « google_apis/BUILD.gn ('k') | gpu/command_buffer/client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index d918e9f760f45182ac5ce710a427373e32705c14..b7a58abee50d831f0425002a9d7853b16e981035 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -94,9 +94,7 @@ test("gl_tests") {
"command_buffer/tests/occlusion_query_unittest.cc",
]
- defines = [
- "GL_GLEXT_PROTOTYPES",
- ]
+ defines = [ "GL_GLEXT_PROTOTYPES" ]
deps = [
":gpu",
@@ -118,11 +116,10 @@ test("gl_tests") {
libs = []
if (is_android) {
- deps += [
- "//testing/android:native_test_native_code",
- ]
+ deps += [ "//testing/android:native_test_native_code" ]
libs += [ "android" ]
}
+
# TODO(GYP)
# ['OS == "win"', {
# 'dependencies': [
« no previous file with comments | « google_apis/BUILD.gn ('k') | gpu/command_buffer/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698