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

Side by Side Diff: trunk/src/ui/events/BUILD.gn

Issue 257243003: Revert 266932 "GN build improvements." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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 | « trunk/src/tools/gn/secondary/third_party/zlib/BUILD.gn ('k') | trunk/src/ui/gfx/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 static_library("dom4_keycode_converter") { 7 static_library("dom4_keycode_converter") {
8 sources = [ 8 sources = [
9 "keycodes/dom4/keycode_converter.cc", 9 "keycodes/dom4/keycode_converter.cc",
10 "keycodes/dom4/keycode_converter.h", 10 "keycodes/dom4/keycode_converter.h",
(...skipping 23 matching lines...) Expand all
34 "latency_info.cc", 34 "latency_info.cc",
35 "latency_info.h", 35 "latency_info.h",
36 ] 36 ]
37 37
38 defines = [ "EVENTS_BASE_IMPLEMENTATION" ] 38 defines = [ "EVENTS_BASE_IMPLEMENTATION" ]
39 39
40 deps = [ 40 deps = [
41 ":dom4_keycode_converter", 41 ":dom4_keycode_converter",
42 "//base", 42 "//base",
43 "//base/third_party/dynamic_annotations", 43 "//base/third_party/dynamic_annotations",
44 "//ui/gfx",
45 "//ui/gfx/geometry", 44 "//ui/gfx/geometry",
46 ] 45 ]
47 46
48 if (use_x11) { 47 if (use_x11) {
49 configs += [ "//build/config/linux:x11" ] 48 configs += [ "//build/config/linux:x11" ]
50 49
51 sources += [ 50 sources += [
52 "keycodes/keyboard_code_conversion_x.cc", 51 "keycodes/keyboard_code_conversion_x.cc",
53 "keycodes/keyboard_code_conversion_x.h", 52 "keycodes/keyboard_code_conversion_x.h",
54 "x/device_data_manager.cc", 53 "x/device_data_manager.cc",
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 ":events", 296 ":events",
298 ":events_base", 297 ":events_base",
299 ":events_test_support", 298 ":events_test_support",
300 ":gesture_detection", 299 ":gesture_detection",
301 "//base", 300 "//base",
302 "//base/test:run_all_unittests", 301 "//base/test:run_all_unittests",
303 "//testing/gtest", 302 "//testing/gtest",
304 "//ui/gfx:gfx_test_support", 303 "//ui/gfx:gfx_test_support",
305 ] 304 ]
306 } 305 }
OLDNEW
« no previous file with comments | « trunk/src/tools/gn/secondary/third_party/zlib/BUILD.gn ('k') | trunk/src/ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698