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/aura/BUILD.gn

Issue 369603004: Work on GN build, mostly in //ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/BUILD.gn ('k') | ui/aura/aura.gyp » ('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("aura") { 7 component("aura") {
8 sources = [ 8 sources = [
9 "client/aura_constants.cc", 9 "client/aura_constants.cc",
10 "client/aura_constants.h", 10 "client/aura_constants.h",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 ] 133 ]
134 134
135 # TODO(GYP) enable when these targets exist. 135 # TODO(GYP) enable when these targets exist.
136 #deps += [ 136 #deps += [
137 # "//ui/events/ozone", 137 # "//ui/events/ozone",
138 # "//ui/ozone", 138 # "//ui/ozone",
139 #] 139 #]
140 } 140 }
141 } 141 }
142 142
143 source_set("aura_test_support") { 143 source_set("test_support") {
144 sources = [ 144 sources = [
145 "test/aura_test_base.cc", 145 "test/aura_test_base.cc",
146 "test/aura_test_base.h", 146 "test/aura_test_base.h",
147 "test/aura_test_helper.cc", 147 "test/aura_test_helper.cc",
148 "test/aura_test_helper.h", 148 "test/aura_test_helper.h",
149 "test/aura_test_utils.cc", 149 "test/aura_test_utils.cc",
150 "test/aura_test_utils.h", 150 "test/aura_test_utils.h",
151 "test/env_test_helper.h", 151 "test/env_test_helper.h",
152 "test/event_generator.cc", 152 "test/event_generator.cc",
153 "test/event_generator.h", 153 "test/event_generator.h",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 # ] 296 # ]
297 # } 297 # }
298 # 298 #
299 # if (is_linux) { # && use_allocator != "none") { 299 # if (is_linux) { # && use_allocator != "none") {
300 # deps += [ 300 # deps += [
301 # # See http://crbug.com/162998#c4 for why this is needed. 301 # # See http://crbug.com/162998#c4 for why this is needed.
302 # "//base/allocator", 302 # "//base/allocator",
303 # ] 303 # ]
304 # } 304 # }
305 #} 305 #}
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698