| OLD | NEW |
| 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 Loading... |
| 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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 823 ['target_arch=="arm"', { | 825 ['target_arch=="arm"', { |
| 824 'sources!': [ | 826 'sources!': [ |
| 825 'base/decoder_vp8_unittest.cc', | 827 'base/decoder_vp8_unittest.cc', |
| 826 'base/encoder_vp8_unittest.cc', | 828 'base/encoder_vp8_unittest.cc', |
| 827 ], | 829 ], |
| 828 }], | 830 }], |
| 829 ], # end of 'conditions' | 831 ], # end of 'conditions' |
| 830 }, # end of target 'remoting_unittests' | 832 }, # end of target 'remoting_unittests' |
| 831 ], # end of targets | 833 ], # end of targets |
| 832 } | 834 } |
| OLD | NEW |