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

Unified Diff: blimp/client/BUILD.gn

Issue 1653553002: blimp: Use remote client LayerTreeHost in the BlimpCompositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Run tests for linux only for now. Created 4 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 | « no previous file | blimp/client/app/android/blimp_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index 3dbadcc4a58138125b35ef6b328fb31b9cef8fae..e817cd37ad91e370fefcbf1486e2e4907a295cdb 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -76,8 +76,6 @@ source_set("feature") {
"feature/compositor/blimp_layer_tree_settings.h",
"feature/compositor/blimp_output_surface.cc",
"feature/compositor/blimp_output_surface.h",
- "feature/compositor/test/dummy_layer_driver.cc",
- "feature/compositor/test/dummy_layer_driver.h",
"feature/navigation_feature.cc",
"feature/navigation_feature.h",
"feature/render_widget_feature.cc",
@@ -128,6 +126,11 @@ source_set("feature_unit_tests") {
"//testing/gmock",
"//testing/gtest",
]
+
+ if (is_linux) {
+ #TODO(khushalsagar): Run these tests for android.
+ sources += [ "feature/compositor/blimp_compositor_unittest.cc" ]
+ }
}
if (is_linux && !is_chromeos && use_x11) {
« no previous file with comments | « no previous file | blimp/client/app/android/blimp_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698