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

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

Issue 1477733002: Add ArcNotificationManager for new ARC notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync dependencies Created 4 years, 11 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 | « components/arc.gypi ('k') | components/arc/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 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 6
7 static_library("arc") { 7 static_library("arc") {
8 sources = [ 8 sources = [
9 "arc_bridge_bootstrap.cc", 9 "arc_bridge_bootstrap.cc",
10 "arc_bridge_bootstrap.h", 10 "arc_bridge_bootstrap.h",
(...skipping 16 matching lines...) Expand all
27 "video/arc_video_bridge.cc", 27 "video/arc_video_bridge.cc",
28 "video/arc_video_bridge.h", 28 "video/arc_video_bridge.h",
29 "video/video_host_delegate.h", 29 "video/video_host_delegate.h",
30 ] 30 ]
31 31
32 deps = [ 32 deps = [
33 "//base", 33 "//base",
34 "//base:prefs", 34 "//base:prefs",
35 "//chromeos", 35 "//chromeos",
36 "//chromeos:power_manager_proto", 36 "//chromeos:power_manager_proto",
37 "//components/signin/core/account_id",
37 "//ipc:ipc", 38 "//ipc:ipc",
38 "//ipc/mojo:mojo", 39 "//ipc/mojo:mojo",
39 "//third_party/mojo/src/mojo/edk/system", 40 "//third_party/mojo/src/mojo/edk/system",
41 "//ui/arc",
40 "//ui/aura", 42 "//ui/aura",
41 "//ui/base:base", 43 "//ui/base:base",
42 "//ui/events", 44 "//ui/events",
43 "//ui/events:dom_keycode_converter", 45 "//ui/events:dom_keycode_converter",
44 ] 46 ]
45 47
46 public_deps = [ 48 public_deps = [
47 ":arc_bindings", 49 ":arc_bindings",
48 ] 50 ]
49 } 51 }
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "//chromeos", 98 "//chromeos",
97 "//ipc/mojo:mojo", 99 "//ipc/mojo:mojo",
98 "//mojo/public/cpp/environment:environment", 100 "//mojo/public/cpp/environment:environment",
99 "//mojo/public/cpp/system:system", 101 "//mojo/public/cpp/system:system",
100 "//testing/gtest", 102 "//testing/gtest",
101 "//ui/aura", 103 "//ui/aura",
102 "//ui/events", 104 "//ui/events",
103 "//ui/events:dom_keycode_converter", 105 "//ui/events:dom_keycode_converter",
104 ] 106 ]
105 } 107 }
OLDNEW
« no previous file with comments | « components/arc.gypi ('k') | components/arc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698