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

Side by Side Diff: remoting/remoting.gyp

Issue 7992011: Move us fully from gfx:: over to skia types for consistency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for bad DEPS Created 9 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « remoting/host/screen_recorder_unittest.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use a consistent MIME-type independent of branding. 10 # Use a consistent MIME-type independent of branding.
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'host/heartbeat_sender.h', 454 'host/heartbeat_sender.h',
455 'host/host_config.cc', 455 'host/host_config.cc',
456 'host/host_config.h', 456 'host/host_config.h',
457 'host/host_key_pair.cc', 457 'host/host_key_pair.cc',
458 'host/host_key_pair.h', 458 'host/host_key_pair.h',
459 'host/host_status_observer.h', 459 'host/host_status_observer.h',
460 'host/in_memory_host_config.cc', 460 'host/in_memory_host_config.cc',
461 'host/in_memory_host_config.h', 461 'host/in_memory_host_config.h',
462 'host/json_host_config.cc', 462 'host/json_host_config.cc',
463 'host/json_host_config.h', 463 'host/json_host_config.h',
464 'host/local_input_monitor.h',
464 'host/local_input_monitor_linux.cc', 465 'host/local_input_monitor_linux.cc',
465 'host/local_input_monitor_mac.mm', 466 'host/local_input_monitor_mac.mm',
467 'host/local_input_monitor_thread_linux.h',
466 'host/local_input_monitor_thread_linux.cc', 468 'host/local_input_monitor_thread_linux.cc',
467 'host/local_input_monitor_win.cc', 469 'host/local_input_monitor_win.cc',
468 'host/register_support_host_request.cc', 470 'host/register_support_host_request.cc',
469 'host/register_support_host_request.h', 471 'host/register_support_host_request.h',
470 'host/self_access_verifier.cc', 472 'host/self_access_verifier.cc',
471 'host/self_access_verifier.h', 473 'host/self_access_verifier.h',
472 'host/screen_recorder.cc', 474 'host/screen_recorder.cc',
473 'host/screen_recorder.h', 475 'host/screen_recorder.h',
474 'host/support_access_verifier.cc', 476 'host/support_access_verifier.cc',
475 'host/support_access_verifier.h', 477 'host/support_access_verifier.h',
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 '../base/allocator/allocator.gyp:allocator', 871 '../base/allocator/allocator.gyp:allocator',
870 ], 872 ],
871 }, 873 },
872 ], 874 ],
873 ], 875 ],
874 }], 876 }],
875 ], # end of 'conditions' 877 ], # end of 'conditions'
876 }, # end of target 'remoting_unittests' 878 }, # end of target 'remoting_unittests'
877 ], # end of targets 879 ], # end of targets
878 } 880 }
OLDNEW
« no previous file with comments | « remoting/host/screen_recorder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698