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

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

Issue 1913613002: Add place holder to move gfx::Display/Screen to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | ui/chromeos/DEPS » ('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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "//chromeos:chromeos", 49 "//chromeos:chromeos",
50 "//chromeos:power_manager_proto", 50 "//chromeos:power_manager_proto",
51 "//components/device_event_log", 51 "//components/device_event_log",
52 "//components/onc", 52 "//components/onc",
53 "//skia", 53 "//skia",
54 "//ui/aura", 54 "//ui/aura",
55 "//ui/base", 55 "//ui/base",
56 "//ui/base/ime", 56 "//ui/base/ime",
57 "//ui/chromeos/resources", 57 "//ui/chromeos/resources",
58 "//ui/chromeos/strings", 58 "//ui/chromeos/strings",
59 "//ui/display",
robliao 2016/04/23 01:40:43 ui_chromeos.gyp needs this too.
oshima 2016/04/23 04:50:04 Done.
59 "//ui/events", 60 "//ui/events",
60 "//ui/events:gesture_detection", 61 "//ui/events:gesture_detection",
61 "//ui/gfx", 62 "//ui/gfx",
62 "//ui/gfx/geometry", 63 "//ui/gfx/geometry",
63 "//ui/message_center", 64 "//ui/message_center",
64 "//ui/native_theme", 65 "//ui/native_theme",
65 "//ui/views", 66 "//ui/views",
66 "//ui/wm", 67 "//ui/wm",
67 ] 68 ]
68 } 69 }
(...skipping 17 matching lines...) Expand all
86 "//ui/aura:test_support", 87 "//ui/aura:test_support",
87 "//ui/compositor", 88 "//ui/compositor",
88 "//ui/events:test_support", 89 "//ui/events:test_support",
89 "//ui/gl:test_support", 90 "//ui/gl:test_support",
90 "//ui/message_center", 91 "//ui/message_center",
91 "//ui/resources:ui_test_pak", 92 "//ui/resources:ui_test_pak",
92 "//ui/views", 93 "//ui/views",
93 "//ui/views:test_support", 94 "//ui/views:test_support",
94 ] 95 ]
95 } 96 }
OLDNEW
« no previous file with comments | « no previous file | ui/chromeos/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698