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

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

Issue 2434463004: mash: Move directly linked NewWindowDelegate to mojom::NewWindowClient. (Closed)
Patch Set: Rebase to ToT Created 4 years, 1 month 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 | « chrome/test/BUILD.gn ('k') | components/arc/intent_helper/arc_intent_helper_bridge.cc » ('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 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "user_data/arc_user_data_service.h", 69 "user_data/arc_user_data_service.h",
70 ] 70 ]
71 71
72 public_deps = [ 72 public_deps = [
73 ":arc_base", 73 ":arc_base",
74 ":arc_bindings", 74 ":arc_bindings",
75 ] 75 ]
76 76
77 deps = [ 77 deps = [
78 "//ash:ash", 78 "//ash:ash",
79 "//ash/public/interfaces",
79 "//base", 80 "//base",
80 "//chromeos", 81 "//chromeos",
81 "//chromeos:power_manager_proto", 82 "//chromeos:power_manager_proto",
82 "//components/exo", 83 "//components/exo",
83 "//components/google/core/browser", 84 "//components/google/core/browser",
84 "//components/onc", 85 "//components/onc",
85 "//components/prefs", 86 "//components/prefs",
86 "//components/signin/core/account_id", 87 "//components/signin/core/account_id",
87 "//components/user_manager", 88 "//components/user_manager",
88 "//device/bluetooth", 89 "//device/bluetooth",
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "//mojo/public/cpp/system:system", 218 "//mojo/public/cpp/system:system",
218 "//testing/gtest", 219 "//testing/gtest",
219 "//ui/aura", 220 "//ui/aura",
220 "//ui/base:test_support", 221 "//ui/base:test_support",
221 "//ui/base/ime", 222 "//ui/base/ime",
222 "//ui/events", 223 "//ui/events",
223 "//ui/events:dom_keycode_converter", 224 "//ui/events:dom_keycode_converter",
224 "//url:url", 225 "//url:url",
225 ] 226 ]
226 } 227 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/arc/intent_helper/arc_intent_helper_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698