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

Side by Side Diff: components/arc.gypi

Issue 1684063002: Add ArcEnabled policy implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@26869593
Patch Set: Fixed GuestModeOptionsUIBrowserTest.testSections Created 4 years, 9 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 | « chromeos/dbus/fake_session_manager_client.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',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 '..', 64 '..',
65 ], 65 ],
66 'dependencies': [ 66 'dependencies': [
67 '../base/base.gyp:base', 67 '../base/base.gyp:base',
68 'arc', 68 'arc',
69 'arc_mojo_bindings', 69 'arc_mojo_bindings',
70 ], 70 ],
71 'sources': [ 71 'sources': [
72 'arc/test/fake_app_instance.cc', 72 'arc/test/fake_app_instance.cc',
73 'arc/test/fake_app_instance.h', 73 'arc/test/fake_app_instance.h',
74 'arc/test/fake_arc_bridge_bootstrap.cc',
75 'arc/test/fake_arc_bridge_bootstrap.h',
74 'arc/test/fake_arc_bridge_instance.cc', 76 'arc/test/fake_arc_bridge_instance.cc',
75 'arc/test/fake_arc_bridge_instance.h', 77 'arc/test/fake_arc_bridge_instance.h',
76 'arc/test/fake_arc_bridge_service.cc', 78 'arc/test/fake_arc_bridge_service.cc',
77 'arc/test/fake_arc_bridge_service.h', 79 'arc/test/fake_arc_bridge_service.h',
78 'arc/test/fake_notifications_instance.cc', 80 'arc/test/fake_notifications_instance.cc',
79 'arc/test/fake_notifications_instance.h', 81 'arc/test/fake_notifications_instance.h',
80 ], 82 ],
81 }, 83 },
82 { 84 {
83 # GN version: //components/arc:arc_standalone 85 # GN version: //components/arc:arc_standalone
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 '../base/base.gyp:base', 134 '../base/base.gyp:base',
133 '../ipc/ipc.gyp:ipc', 135 '../ipc/ipc.gyp:ipc',
134 '../mojo/mojo_edk.gyp:mojo_system_impl', 136 '../mojo/mojo_edk.gyp:mojo_system_impl',
135 ], 137 ],
136 'sources': [ 138 'sources': [
137 'arc/standalone/arc_standalone_bridge_main.cc', 139 'arc/standalone/arc_standalone_bridge_main.cc',
138 ] 140 ]
139 } 141 }
140 ], 142 ],
141 } 143 }
OLDNEW
« no previous file with comments | « chromeos/dbus/fake_session_manager_client.cc ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698