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

Side by Side Diff: components/arc.gypi

Issue 1829703002: Add ArcEnabled policy implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comments. Created 4 years, 8 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 '..', 76 '..',
77 ], 77 ],
78 'dependencies': [ 78 'dependencies': [
79 '../base/base.gyp:base', 79 '../base/base.gyp:base',
80 'arc', 80 'arc',
81 'arc_mojo_bindings', 81 'arc_mojo_bindings',
82 ], 82 ],
83 'sources': [ 83 'sources': [
84 'arc/test/fake_app_instance.cc', 84 'arc/test/fake_app_instance.cc',
85 'arc/test/fake_app_instance.h', 85 'arc/test/fake_app_instance.h',
86 'arc/test/fake_arc_bridge_bootstrap.cc',
87 'arc/test/fake_arc_bridge_bootstrap.h',
86 'arc/test/fake_arc_bridge_instance.cc', 88 'arc/test/fake_arc_bridge_instance.cc',
87 'arc/test/fake_arc_bridge_instance.h', 89 'arc/test/fake_arc_bridge_instance.h',
88 'arc/test/fake_arc_bridge_service.cc', 90 'arc/test/fake_arc_bridge_service.cc',
89 'arc/test/fake_arc_bridge_service.h', 91 'arc/test/fake_arc_bridge_service.h',
90 'arc/test/fake_notifications_instance.cc', 92 'arc/test/fake_notifications_instance.cc',
91 'arc/test/fake_notifications_instance.h', 93 'arc/test/fake_notifications_instance.h',
92 ], 94 ],
93 }, 95 },
94 { 96 {
95 # GN version: //components/arc:mojo_bindings 97 # GN version: //components/arc:mojo_bindings
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 '../base/base.gyp:base', 163 '../base/base.gyp:base',
162 '../ipc/ipc.gyp:ipc', 164 '../ipc/ipc.gyp:ipc',
163 '../mojo/mojo_edk.gyp:mojo_system_impl', 165 '../mojo/mojo_edk.gyp:mojo_system_impl',
164 ], 166 ],
165 'sources': [ 167 'sources': [
166 'arc/standalone/arc_standalone_bridge_main.cc', 168 'arc/standalone/arc_standalone_bridge_main.cc',
167 ] 169 ]
168 } 170 }
169 ], 171 ],
170 } 172 }
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