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

Side by Side Diff: ui/compositor/BUILD.gn

Issue 584683002: Improve GN header checker, make //ui pass. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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 unified diff | Download patch
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/display/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 component("compositor") { 7 component("compositor") {
8 sources = [ 8 sources = [
9 "closure_animation_observer.cc", 9 "closure_animation_observer.cc",
10 "closure_animation_observer.h", 10 "closure_animation_observer.h",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "test/test_layer_animation_observer.cc", 96 "test/test_layer_animation_observer.cc",
97 "test/test_layer_animation_observer.h", 97 "test/test_layer_animation_observer.h",
98 "test/test_layers.cc", 98 "test/test_layers.cc",
99 "test/test_layers.h", 99 "test/test_layers.h",
100 "test/test_suite.cc", 100 "test/test_suite.cc",
101 "test/test_suite.h", 101 "test/test_suite.h",
102 "test/test_utils.cc", 102 "test/test_utils.cc",
103 "test/test_utils.h", 103 "test/test_utils.h",
104 ] 104 ]
105 105
106 public_deps = [
107 ":compositor",
108 ]
106 deps = [ 109 deps = [
107 ":compositor", 110 "//base/test:test_support",
108 "//base",
109 "//cc", 111 "//cc",
110 "//cc:test_support", 112 "//cc:test_support",
111 "//skia", 113 "//skia",
112 "//testing/gtest", 114 "//testing/gtest",
113 "//third_party/WebKit/public:blink_minimal", 115 "//third_party/WebKit/public:blink_minimal",
114 "//ui/base", 116 "//ui/base",
115 "//ui/gfx", 117 "//ui/gfx",
116 "//ui/gfx/geometry", 118 "//ui/gfx/geometry",
117 "//ui/gl", 119 "//ui/gl",
118 "//webkit/common/gpu", 120 "//webkit/common/gpu",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 # "//ui/gfx", 158 # "//ui/gfx",
157 # "//ui/gfx/geometry", 159 # "//ui/gfx/geometry",
158 # "//ui/gl", 160 # "//ui/gl",
159 # "//ui/resources", 161 # "//ui/resources",
160 # ] 162 # ]
161 # 163 #
162 # if (is_linux) { 164 # if (is_linux) {
163 # deps += [ "//third_party/mesa:osmesa" ] 165 # deps += [ "//third_party/mesa:osmesa" ]
164 # } 166 # }
165 #} 167 #}
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/display/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698