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

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

Issue 406413004: Cleanups for aura/test/event_generator.h (resolve TODOs) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for added files Created 6 years, 4 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
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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 143
144 source_set("test_support") { 144 source_set("test_support") {
145 sources = [ 145 sources = [
146 "test/aura_test_base.cc", 146 "test/aura_test_base.cc",
147 "test/aura_test_base.h", 147 "test/aura_test_base.h",
148 "test/aura_test_helper.cc", 148 "test/aura_test_helper.cc",
149 "test/aura_test_helper.h", 149 "test/aura_test_helper.h",
150 "test/aura_test_utils.cc", 150 "test/aura_test_utils.cc",
151 "test/aura_test_utils.h", 151 "test/aura_test_utils.h",
152 "test/env_test_helper.h", 152 "test/env_test_helper.h",
153 "test/event_generator.cc", 153 "test/event_generator_delegate_aura.cc",
154 "test/event_generator.h", 154 "test/event_generator_delegate_aura.h",
155 "test/test_cursor_client.cc", 155 "test/test_cursor_client.cc",
156 "test/test_cursor_client.h", 156 "test/test_cursor_client.h",
157 "test/test_focus_client.cc", 157 "test/test_focus_client.cc",
158 "test/test_focus_client.h", 158 "test/test_focus_client.h",
159 "test/test_screen.cc", 159 "test/test_screen.cc",
160 "test/test_screen.h", 160 "test/test_screen.h",
161 "test/test_window_tree_client.cc", 161 "test/test_window_tree_client.cc",
162 "test/test_window_tree_client.h", 162 "test/test_window_tree_client.h",
163 "test/test_windows.cc", 163 "test/test_windows.cc",
164 "test/test_windows.h", 164 "test/test_windows.h",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 # ] 297 # ]
298 # } 298 # }
299 # 299 #
300 # if (is_linux) { # && use_allocator != "none") { 300 # if (is_linux) { # && use_allocator != "none") {
301 # deps += [ 301 # deps += [
302 # # See http://crbug.com/162998#c4 for why this is needed. 302 # # See http://crbug.com/162998#c4 for why this is needed.
303 # "//base/allocator", 303 # "//base/allocator",
304 # ] 304 # ]
305 # } 305 # }
306 #} 306 #}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698