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

Side by Side Diff: remoting/remoting.gyp

Issue 7635012: Host process i18n and Linux implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 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 | Annotate | Revision Log
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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 'host/local_input_monitor_thread_linux.cc', 415 'host/local_input_monitor_thread_linux.cc',
416 'host/local_input_monitor_win.cc', 416 'host/local_input_monitor_win.cc',
417 'host/register_support_host_request.cc', 417 'host/register_support_host_request.cc',
418 'host/register_support_host_request.h', 418 'host/register_support_host_request.h',
419 'host/self_access_verifier.cc', 419 'host/self_access_verifier.cc',
420 'host/self_access_verifier.h', 420 'host/self_access_verifier.h',
421 'host/screen_recorder.cc', 421 'host/screen_recorder.cc',
422 'host/screen_recorder.h', 422 'host/screen_recorder.h',
423 'host/support_access_verifier.cc', 423 'host/support_access_verifier.cc',
424 'host/support_access_verifier.h', 424 'host/support_access_verifier.h',
425 'host/ui_strings.cc',
426 'host/ui_strings.h',
425 'host/user_authenticator.h', 427 'host/user_authenticator.h',
426 'host/user_authenticator_linux.cc', 428 'host/user_authenticator_linux.cc',
427 'host/user_authenticator_mac.cc', 429 'host/user_authenticator_mac.cc',
428 'host/user_authenticator_win.cc', 430 'host/user_authenticator_win.cc',
429 ], 431 ],
430 'conditions': [ 432 'conditions': [
431 ['toolkit_uses_gtk == 1', { 433 ['toolkit_uses_gtk == 1', {
432 'dependencies': [ 434 'dependencies': [
433 '../build/linux/system.gyp:gtk', 435 '../build/linux/system.gyp:gtk',
434 ], 436 ],
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 '../base/allocator/allocator.gyp:allocator', 813 '../base/allocator/allocator.gyp:allocator',
812 ], 814 ],
813 }, 815 },
814 ], 816 ],
815 ], 817 ],
816 }], 818 }],
817 ], # end of 'conditions' 819 ], # end of 'conditions'
818 }, # end of target 'remoting_unittests' 820 }, # end of target 'remoting_unittests'
819 ], # end of targets 821 ], # end of targets
820 } 822 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698