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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("blimp_common") { 7 component("blimp_common") {
8 sources = [ 8 sources = [
9 "blimp_common_export.h", 9 "blimp_common_export.h",
10 "compositor/blimp_layer_tree_settings.cc",
11 "compositor/blimp_layer_tree_settings.h",
12 "compositor/blimp_task_graph_runner.cc", 10 "compositor/blimp_task_graph_runner.cc",
13 "compositor/blimp_task_graph_runner.h", 11 "compositor/blimp_task_graph_runner.h",
14
15 # TODO(dtrainor): Remove this once the LayerTreeHost settings for Blimp
16 # are finalized or are pushed from the server component. See
17 # crbug.com/527655.
18 "../../content/public/common/content_switches.cc",
19 ] 12 ]
20 13
21 defines = [ "BLIMP_COMMON_IMPLEMENTATION=1" ] 14 defines = [ "BLIMP_COMMON_IMPLEMENTATION=1" ]
22 15
23 deps = [ 16 deps = [
24 "//base", 17 "//base",
25 "//blimp/common/proto", 18 "//blimp/common/proto",
26 "//cc", 19 "//cc",
27 "//skia", 20 "//skia",
28 "//ui/gfx/geometry", 21 "//ui/gfx/geometry",
29 "//ui/gl", 22 "//ui/gl",
30 "//ui/native_theme", 23 "//ui/native_theme",
31 ] 24 ]
32 } 25 }
OLDNEW
« 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