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

Side by Side Diff: components/arc.gypi

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 | « chrome/browser/chromeos/login/session/user_session_manager.cc ('k') | components/arc/BUILD.gn » ('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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/arc 8 # GN version: //components/arc
9 'target_name': 'arc', 9 'target_name': 'arc',
10 'type': 'static_library', 10 'type': 'static_library',
11 'include_dirs': [ 11 'include_dirs': [
12 '..', 12 '..',
13 ], 13 ],
14 'dependencies': [ 14 'dependencies': [
15 'arc_mojo_bindings', 15 'arc_mojo_bindings',
16 '../base/base.gyp:base', 16 '../base/base.gyp:base',
17 '../chromeos/chromeos.gyp:chromeos', 17 '../chromeos/chromeos.gyp:chromeos',
18 '../chromeos/chromeos.gyp:power_manager_proto', 18 '../chromeos/chromeos.gyp:power_manager_proto',
19 '../ipc/ipc.gyp:ipc', 19 '../ipc/ipc.gyp:ipc',
20 '../ui/arc/arc.gyp:arc',
20 '../ui/aura/aura.gyp:aura', 21 '../ui/aura/aura.gyp:aura',
21 '../ui/base/ui_base.gyp:ui_base', 22 '../ui/base/ui_base.gyp:ui_base',
22 '../ui/events/events.gyp:events_base', 23 '../ui/events/events.gyp:events_base',
23 ], 24 ],
24 'sources': [ 25 'sources': [
25 'arc/auth/arc_auth_service.h', 26 'arc/auth/arc_auth_service.h',
26 'arc/arc_bridge_bootstrap.cc', 27 'arc/arc_bridge_bootstrap.cc',
27 'arc/arc_bridge_bootstrap.h', 28 'arc/arc_bridge_bootstrap.h',
28 'arc/arc_bridge_service.cc', 29 'arc/arc_bridge_service.cc',
29 'arc/arc_bridge_service.h', 30 'arc/arc_bridge_service.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'arc/common/input.mojom', 82 'arc/common/input.mojom',
82 'arc/common/notifications.mojom', 83 'arc/common/notifications.mojom',
83 'arc/common/power.mojom', 84 'arc/common/power.mojom',
84 'arc/common/process.mojom', 85 'arc/common/process.mojom',
85 'arc/common/settings.mojom', 86 'arc/common/settings.mojom',
86 'arc/common/video.mojom', 87 'arc/common/video.mojom',
87 ], 88 ],
88 }, 89 },
89 ], 90 ],
90 } 91 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/session/user_session_manager.cc ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698