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

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

Issue 2890843002: Policy implementation for encryptfs to ext4 migration strategy (Closed)
Patch Set: Fixed review comments Created 3 years, 6 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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "intent_helper/local_activity_resolver_unittest.cc", 223 "intent_helper/local_activity_resolver_unittest.cc",
224 "intent_helper/page_transition_util_unittest.cc", 224 "intent_helper/page_transition_util_unittest.cc",
225 "kiosk/arc_kiosk_bridge_unittest.cc", 225 "kiosk/arc_kiosk_bridge_unittest.cc",
226 ] 226 ]
227 227
228 deps = [ 228 deps = [
229 ":arc_test_support", 229 ":arc_test_support",
230 "//ash/shared:app_types", 230 "//ash/shared:app_types",
231 "//base", 231 "//base",
232 "//base/test:test_support", 232 "//base/test:test_support",
233 "//chrome/common",
233 "//chromeos", 234 "//chromeos",
234 "//components/signin/core/account_id", 235 "//components/signin/core/account_id",
235 "//components/user_manager", 236 "//components/user_manager",
236 "//components/user_manager:test_support", 237 "//components/user_manager:test_support",
237 "//device/bluetooth", 238 "//device/bluetooth",
238 "//mojo/public/cpp/system:system", 239 "//mojo/public/cpp/system:system",
239 "//testing/gmock", 240 "//testing/gmock",
240 "//testing/gtest", 241 "//testing/gtest",
241 "//ui/aura", 242 "//ui/aura",
242 "//ui/aura:test_support", 243 "//ui/aura:test_support",
243 "//ui/base:test_support", 244 "//ui/base:test_support",
244 "//ui/base/ime", 245 "//ui/base/ime",
245 "//ui/events", 246 "//ui/events",
246 "//ui/events:dom_keycode_converter", 247 "//ui/events:dom_keycode_converter",
247 "//url:url", 248 "//url:url",
248 ] 249 ]
249 } 250 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698