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

Unified Diff: blimp/common/BUILD.gn

Issue 1420883006: Move blimp_layer_tree_settings.h/cc to client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweaked a comment. Created 5 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 | « blimp/client/compositor/blimp_layer_tree_settings.cc ('k') | blimp/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/BUILD.gn
diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn
index 07bc2fa725ffe3f2fd1a11e7acbde6b3496b5745..17e52f75f51e5cf638af7eef340bba917e21ddcf 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -7,15 +7,8 @@ import("//testing/test.gni")
component("blimp_common") {
sources = [
"blimp_common_export.h",
- "compositor/blimp_layer_tree_settings.cc",
- "compositor/blimp_layer_tree_settings.h",
"compositor/blimp_task_graph_runner.cc",
"compositor/blimp_task_graph_runner.h",
-
- # TODO(dtrainor): Remove this once the LayerTreeHost settings for Blimp
- # are finalized or are pushed from the server component. See
- # crbug.com/527655.
- "../../content/public/common/content_switches.cc",
]
defines = [ "BLIMP_COMMON_IMPLEMENTATION=1" ]
« no previous file with comments | « blimp/client/compositor/blimp_layer_tree_settings.cc ('k') | blimp/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698