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

Unified Diff: gpu/BUILD.gn

Issue 1032193002: Have compositor_model_bench target near its source files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « BUILD.gn ('k') | gpu/tools/compositor_model_bench/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 c7f70eb7e5adc30e11db0457ee988a2e5ff0dd1d..c27cb8f7b642400dbec63e1acb6dc69cc91f6a85 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -291,25 +291,3 @@ test("angle_unittests") {
"//third_party/angle:translator_static",
]
}
-
-if (is_linux && !is_chromeos && target_cpu != "arm" && use_x11) {
- executable("compositor_model_bench") {
- sources = [
- "tools/compositor_model_bench/compositor_model_bench.cc",
- "tools/compositor_model_bench/forward_render_model.cc",
- "tools/compositor_model_bench/render_model_utils.cc",
- "tools/compositor_model_bench/render_models.cc",
- "tools/compositor_model_bench/render_tree.cc",
- "tools/compositor_model_bench/shaders.cc",
- ]
-
- libs = [ "GL" ]
-
- configs += [ "//build/config/linux:x11" ]
-
- deps = [
- "//base",
- "//ui/gl",
- ]
- }
-}
« no previous file with comments | « BUILD.gn ('k') | gpu/tools/compositor_model_bench/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698