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

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

Issue 889323003: Split ui/base/ime into a new component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cros x11 GN build Created 5 years, 10 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/ui_base_tests.gyp ('k') | ui/chromeos/ui_chromeos.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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("ui_chromeos") { 7 component("ui_chromeos") {
8 sources = [ 8 sources = [
9 "accelerometer/accelerometer_util.cc", 9 "accelerometer/accelerometer_util.cc",
10 "accelerometer/accelerometer_util.h", 10 "accelerometer/accelerometer_util.h",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 ] 42 ]
43 defines = [ "UI_CHROMEOS_IMPLEMENTATION" ] 43 defines = [ "UI_CHROMEOS_IMPLEMENTATION" ]
44 deps = [ 44 deps = [
45 "//base", 45 "//base",
46 "//base/third_party/dynamic_annotations", 46 "//base/third_party/dynamic_annotations",
47 "//chromeos:chromeos", 47 "//chromeos:chromeos",
48 "//chromeos:power_manager_proto", 48 "//chromeos:power_manager_proto",
49 "//skia", 49 "//skia",
50 "//ui/aura", 50 "//ui/aura",
51 "//ui/base", 51 "//ui/base",
52 "//ui/base/ime",
52 "//ui/chromeos/resources", 53 "//ui/chromeos/resources",
53 "//ui/chromeos/strings", 54 "//ui/chromeos/strings",
54 "//ui/events", 55 "//ui/events",
55 "//ui/events:gesture_detection", 56 "//ui/events:gesture_detection",
56 "//ui/gfx", 57 "//ui/gfx",
57 "//ui/gfx/geometry", 58 "//ui/gfx/geometry",
58 "//ui/message_center", 59 "//ui/message_center",
59 "//ui/native_theme", 60 "//ui/native_theme",
60 "//ui/views", 61 "//ui/views",
61 "//ui/wm", 62 "//ui/wm",
(...skipping 19 matching lines...) Expand all
81 "//ui/aura:test_support", 82 "//ui/aura:test_support",
82 "//ui/compositor", 83 "//ui/compositor",
83 "//ui/events:test_support", 84 "//ui/events:test_support",
84 "//ui/gl", 85 "//ui/gl",
85 "//ui/message_center", 86 "//ui/message_center",
86 "//ui/resources:ui_test_pak", 87 "//ui/resources:ui_test_pak",
87 "//ui/views", 88 "//ui/views",
88 "//ui/views:test_support", 89 "//ui/views:test_support",
89 ] 90 ]
90 } 91 }
OLDNEW
« no previous file with comments | « ui/base/ui_base_tests.gyp ('k') | ui/chromeos/ui_chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698