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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 816903002: It2Me Confirmation Dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows bot failure. Created 5 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 | « remoting/remoting.gyp ('k') | remoting/remoting_test.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 'remoting_host_sources': [ 7 'remoting_host_sources': [
8 'host/audio_capturer.cc', 8 'host/audio_capturer.cc',
9 'host/audio_capturer.h', 9 'host/audio_capturer.h',
10 'host/audio_capturer_linux.cc', 10 'host/audio_capturer_linux.cc',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 ], 259 ],
260 'remoting_cast_sources' : [ 260 'remoting_cast_sources' : [
261 'host/cast_extension.cc', 261 'host/cast_extension.cc',
262 'host/cast_extension.h', 262 'host/cast_extension.h',
263 'host/cast_extension_session.cc', 263 'host/cast_extension_session.cc',
264 'host/cast_extension_session.h', 264 'host/cast_extension_session.h',
265 'host/cast_video_capturer_adapter.cc', 265 'host/cast_video_capturer_adapter.cc',
266 'host/cast_video_capturer_adapter.h', 266 'host/cast_video_capturer_adapter.h',
267 ], 267 ],
268 'remoting_it2me_host_static_sources' : [ 268 'remoting_it2me_host_static_sources' : [
269 'host/it2me/it2me_confirmation_dialog.cc',
270 'host/it2me/it2me_confirmation_dialog.h',
271 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
272 'host/it2me/it2me_confirmation_dialog_proxy.cc',
273 'host/it2me/it2me_confirmation_dialog_proxy.h',
269 'host/it2me/it2me_host.cc', 274 'host/it2me/it2me_host.cc',
270 'host/it2me/it2me_host.h', 275 'host/it2me/it2me_host.h',
271 'host/it2me/it2me_native_messaging_host.cc', 276 'host/it2me/it2me_native_messaging_host.cc',
272 'host/it2me/it2me_native_messaging_host.h', 277 'host/it2me/it2me_native_messaging_host.h',
273 ], 278 ],
274 } 279 }
275 } 280 }
OLDNEW
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698