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

Side by Side Diff: remoting/remoting_host.gypi

Issue 690183002: Remote assistance on Chrome OS Part V - It2MeHost Continue Window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix views dependencies Created 6 years, 1 month 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/host/continue_window_chromeos.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 6 'includes': [
7 'remoting_host_linux.gypi', 7 'remoting_host_linux.gypi',
8 'remoting_host_mac.gypi', 8 'remoting_host_mac.gypi',
9 'remoting_host_win.gypi', 9 'remoting_host_win.gypi',
10 ], 10 ],
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'host/audio_silence_detector.cc', 67 'host/audio_silence_detector.cc',
68 'host/audio_silence_detector.h', 68 'host/audio_silence_detector.h',
69 'host/basic_desktop_environment.cc', 69 'host/basic_desktop_environment.cc',
70 'host/basic_desktop_environment.h', 70 'host/basic_desktop_environment.h',
71 'host/branding.cc', 71 'host/branding.cc',
72 'host/branding.h', 72 'host/branding.h',
73 'host/capture_scheduler.cc', 73 'host/capture_scheduler.cc',
74 'host/capture_scheduler.h', 74 'host/capture_scheduler.h',
75 'host/chromeos/aura_desktop_capturer.cc', 75 'host/chromeos/aura_desktop_capturer.cc',
76 'host/chromeos/aura_desktop_capturer.h', 76 'host/chromeos/aura_desktop_capturer.h',
77 'host/chromeos/message_box.cc',
78 'host/chromeos/message_box.h',
77 'host/chromium_port_allocator_factory.cc', 79 'host/chromium_port_allocator_factory.cc',
78 'host/chromium_port_allocator_factory.h', 80 'host/chromium_port_allocator_factory.h',
79 'host/chromoting_host.cc', 81 'host/chromoting_host.cc',
80 'host/chromoting_host.h', 82 'host/chromoting_host.h',
81 'host/chromoting_host_context.cc', 83 'host/chromoting_host_context.cc',
82 'host/chromoting_host_context.h', 84 'host/chromoting_host_context.h',
83 'host/chromoting_messages.cc', 85 'host/chromoting_messages.cc',
84 'host/chromoting_messages.h', 86 'host/chromoting_messages.h',
85 'host/chromoting_param_traits.cc', 87 'host/chromoting_param_traits.cc',
86 'host/chromoting_param_traits.h', 88 'host/chromoting_param_traits.h',
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 }], 323 }],
322 ['chromeos==1', { 324 ['chromeos==1', {
323 'dependencies' : [ 325 'dependencies' : [
324 '../cc/cc.gyp:cc', 326 '../cc/cc.gyp:cc',
325 '../components/components.gyp:policy_component_common', 327 '../components/components.gyp:policy_component_common',
326 '../content/content.gyp:content', 328 '../content/content.gyp:content',
327 '../ppapi/ppapi_internal.gyp:ppapi_host', 329 '../ppapi/ppapi_internal.gyp:ppapi_host',
328 '../skia/skia.gyp:skia', 330 '../skia/skia.gyp:skia',
329 '../ui/aura/aura.gyp:aura', 331 '../ui/aura/aura.gyp:aura',
330 '../ui/compositor/compositor.gyp:compositor', 332 '../ui/compositor/compositor.gyp:compositor',
333 '../ui/events/events.gyp:events',
334 '../ui/views/views.gyp:views',
331 ], 335 ],
332 'include_dirs': [ 336 'include_dirs': [
333 '../third_party/skia/include/utils', 337 '../third_party/skia/include/utils',
334 ], 338 ],
335 'sources!' : [ 339 'sources!' : [
336 'host/policy_hack/policy_watcher_linux.cc', 340 'host/policy_hack/policy_watcher_linux.cc',
337 'host/continue_window_linux.cc', 341 'host/continue_window_linux.cc',
338 'host/disconnect_window.cc', 342 'host/disconnect_window.cc',
339 'host/disconnect_window_linux.cc', 343 'host/disconnect_window_linux.cc',
340 'host/remoting_me2me_host.cc', 344 'host/remoting_me2me_host.cc',
341 ] 345 ]
342 }, { # chromeos==0 346 }, { # chromeos==0
343 'sources!' : [ 347 'sources!' : [
344 'host/chromeos/aura_desktop_capturer.cc', 348 'host/chromeos/aura_desktop_capturer.cc',
345 'host/chromeos/aura_desktop_capturer.h', 349 'host/chromeos/aura_desktop_capturer.h',
350 'host/chromeos/message_box.cc',
351 'host/chromeos/message_box.h',
346 'host/continue_window_chromeos.cc', 352 'host/continue_window_chromeos.cc',
347 'host/disconnect_window_chromeos.cc', 353 'host/disconnect_window_chromeos.cc',
348 'host/policy_hack/policy_watcher_chromeos.cc', 354 'host/policy_hack/policy_watcher_chromeos.cc',
349 ], 355 ],
350 }], 356 }],
351 ['OS=="mac"', { 357 ['OS=="mac"', {
352 'dependencies': [ 358 'dependencies': [
353 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gy p:google_toolbox_for_mac', 359 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gy p:google_toolbox_for_mac',
354 ], 360 ],
355 'link_settings': { 361 'link_settings': {
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 }], # mac_breakpad==1 959 }], # mac_breakpad==1
954 ], # conditions 960 ], # conditions
955 }], # OS=mac 961 }], # OS=mac
956 ], 962 ],
957 }, # end of target 'remoting_it2me_native_messaging_host' 963 }, # end of target 'remoting_it2me_native_messaging_host'
958 ], # end of 'targets' 964 ], # end of 'targets'
959 }], # # end of OS!="win" and enable_it2me_host==1 965 }], # # end of OS!="win" and enable_it2me_host==1
960 966
961 ], # end of 'conditions' 967 ], # end of 'conditions'
962 } 968 }
OLDNEW
« no previous file with comments | « remoting/host/continue_window_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698