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

Side by Side Diff: components/arc.gypi

Issue 2180263002: Host side implementation of ARC tts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Override Created 4 years, 4 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
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 'arc/metrics/oom_kills_monitor.h', 76 'arc/metrics/oom_kills_monitor.h',
77 'arc/net/arc_net_host_impl.cc', 77 'arc/net/arc_net_host_impl.cc',
78 'arc/net/arc_net_host_impl.h', 78 'arc/net/arc_net_host_impl.h',
79 'arc/obb_mounter/arc_obb_mounter_bridge.cc', 79 'arc/obb_mounter/arc_obb_mounter_bridge.cc',
80 'arc/obb_mounter/arc_obb_mounter_bridge.h', 80 'arc/obb_mounter/arc_obb_mounter_bridge.h',
81 'arc/power/arc_power_bridge.cc', 81 'arc/power/arc_power_bridge.cc',
82 'arc/power/arc_power_bridge.h', 82 'arc/power/arc_power_bridge.h',
83 'arc/set_wallpaper_delegate.h', 83 'arc/set_wallpaper_delegate.h',
84 'arc/storage_manager/arc_storage_manager.cc', 84 'arc/storage_manager/arc_storage_manager.cc',
85 'arc/storage_manager/arc_storage_manager.h', 85 'arc/storage_manager/arc_storage_manager.h',
86 'arc/tts/arc_tts_service.cc',
87 'arc/tts/arc_tts_service.h',
86 'arc/user_data/arc_user_data_service.cc', 88 'arc/user_data/arc_user_data_service.cc',
87 'arc/user_data/arc_user_data_service.h', 89 'arc/user_data/arc_user_data_service.h',
88 ], 90 ],
89 }, 91 },
90 { 92 {
91 # GN version: //components/arc:arc_base 93 # GN version: //components/arc:arc_base
92 'target_name': 'arc_base', 94 'target_name': 'arc_base',
93 'type': 'static_library', 95 'type': 'static_library',
94 'include_dirs': [ 96 'include_dirs': [
95 '..', 97 '..',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 '../base/base.gyp:base', 236 '../base/base.gyp:base',
235 '../ipc/ipc.gyp:ipc', 237 '../ipc/ipc.gyp:ipc',
236 '../mojo/mojo_edk.gyp:mojo_system_impl', 238 '../mojo/mojo_edk.gyp:mojo_system_impl',
237 ], 239 ],
238 'sources': [ 240 'sources': [
239 'arc/standalone/arc_standalone_bridge_main.cc', 241 'arc/standalone/arc_standalone_bridge_main.cc',
240 ] 242 ]
241 } 243 }
242 ], 244 ],
243 } 245 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698