summaryrefslogtreecommitdiffstats
path: root/blimp
diff options
context:
space:
mode:
Diffstat (limited to 'blimp')
-rw-r--r--blimp/common/BUILD.gn14
1 files changed, 5 insertions, 9 deletions
diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn
index 4c3e275..07bc2fa 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -11,16 +11,12 @@ component("blimp_common") {
"compositor/blimp_layer_tree_settings.h",
"compositor/blimp_task_graph_runner.cc",
"compositor/blimp_task_graph_runner.h",
- ]
- if (is_android) {
- sources += [
- # 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",
- ]
- }
+ # 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" ]