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

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

Issue 2885933003: arc: Consolidate IsArcAllowedForUser logic (Closed)
Patch Set: fix typo Created 3 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
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_service_manager.cc", 10 "arc_service_manager.cc",
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 "intent_helper/local_activity_resolver_unittest.cc", 221 "intent_helper/local_activity_resolver_unittest.cc",
222 "intent_helper/page_transition_util_unittest.cc", 222 "intent_helper/page_transition_util_unittest.cc",
223 "kiosk/arc_kiosk_bridge_unittest.cc", 223 "kiosk/arc_kiosk_bridge_unittest.cc",
224 ] 224 ]
225 225
226 deps = [ 226 deps = [
227 ":arc_test_support", 227 ":arc_test_support",
228 "//base", 228 "//base",
229 "//base/test:test_support", 229 "//base/test:test_support",
230 "//chromeos", 230 "//chromeos",
231 "//components/signin/core/account_id",
232 "//components/user_manager",
231 "//device/bluetooth", 233 "//device/bluetooth",
232 "//mojo/public/cpp/system:system", 234 "//mojo/public/cpp/system:system",
233 "//testing/gmock", 235 "//testing/gmock",
234 "//testing/gtest", 236 "//testing/gtest",
235 "//ui/aura", 237 "//ui/aura",
236 "//ui/aura:test_support", 238 "//ui/aura:test_support",
237 "//ui/base:test_support", 239 "//ui/base:test_support",
238 "//ui/base/ime", 240 "//ui/base/ime",
239 "//ui/events", 241 "//ui/events",
240 "//ui/events:dom_keycode_converter", 242 "//ui/events:dom_keycode_converter",
241 "//url:url", 243 "//url:url",
242 ] 244 ]
243 } 245 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698