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

Side by Side Diff: components/arc/BUILD.gn

Issue 2540313002: Split //ui/display and create //ui/display/manager. (Closed)
Patch Set: Cleanup export header. Created 4 years 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 static_library("arc") { 8 static_library("arc") {
9 sources = [ 9 sources = [
10 "arc_bridge_host_impl.cc", 10 "arc_bridge_host_impl.cc",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "//components/signin/core/account_id", 88 "//components/signin/core/account_id",
89 "//components/user_manager", 89 "//components/user_manager",
90 "//device/bluetooth", 90 "//device/bluetooth",
91 "//google_apis", 91 "//google_apis",
92 "//mojo/edk/system", 92 "//mojo/edk/system",
93 "//skia", 93 "//skia",
94 "//third_party/re2:re2", 94 "//third_party/re2:re2",
95 "//ui/aura", 95 "//ui/aura",
96 "//ui/base:base", 96 "//ui/base:base",
97 "//ui/base/ime", 97 "//ui/base/ime",
98 "//ui/display:display", 98 "//ui/display/manager",
99 "//ui/events", 99 "//ui/events",
100 "//ui/events:dom_keycode_converter", 100 "//ui/events:dom_keycode_converter",
101 "//ui/keyboard:keyboard", 101 "//ui/keyboard:keyboard",
102 "//url:url", 102 "//url:url",
103 ] 103 ]
104 } 104 }
105 105
106 static_library("arc_base") { 106 static_library("arc_base") {
107 sources = [ 107 sources = [
108 "arc_bridge_service.cc", 108 "arc_bridge_service.cc",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "//testing/gtest", 231 "//testing/gtest",
232 "//ui/aura", 232 "//ui/aura",
233 "//ui/aura:test_support", 233 "//ui/aura:test_support",
234 "//ui/base:test_support", 234 "//ui/base:test_support",
235 "//ui/base/ime", 235 "//ui/base/ime",
236 "//ui/events", 236 "//ui/events",
237 "//ui/events:dom_keycode_converter", 237 "//ui/events:dom_keycode_converter",
238 "//url:url", 238 "//url:url",
239 ] 239 ]
240 } 240 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/display_options_handler.cc ('k') | components/arc/power/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698