OLD | NEW |
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 '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 consistent strings across all platforms. Note that the plugin name | 10 # Use consistent strings across all platforms. Note that the plugin name |
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
861 'host/scoped_thread_desktop_win.h', | 861 'host/scoped_thread_desktop_win.h', |
862 'host/ui_strings.cc', | 862 'host/ui_strings.cc', |
863 'host/ui_strings.h', | 863 'host/ui_strings.h', |
864 'host/url_request_context.cc', | 864 'host/url_request_context.cc', |
865 'host/url_request_context.h', | 865 'host/url_request_context.h', |
866 'host/usb_keycode_map.h', | 866 'host/usb_keycode_map.h', |
867 'host/user_authenticator.h', | 867 'host/user_authenticator.h', |
868 'host/user_authenticator_linux.cc', | 868 'host/user_authenticator_linux.cc', |
869 'host/user_authenticator_mac.cc', | 869 'host/user_authenticator_mac.cc', |
870 'host/user_authenticator_win.cc', | 870 'host/user_authenticator_win.cc', |
| 871 'host/vlog_net_log.cc', |
| 872 'host/vlog_net_log.h', |
871 ], | 873 ], |
872 'conditions': [ | 874 'conditions': [ |
873 ['toolkit_uses_gtk == 1', { | 875 ['toolkit_uses_gtk == 1', { |
874 'dependencies': [ | 876 'dependencies': [ |
875 '../build/linux/system.gyp:gtk', | 877 '../build/linux/system.gyp:gtk', |
876 ], | 878 ], |
877 'sources': [ | 879 'sources': [ |
878 'host/x_server_pixel_buffer.cc', | 880 'host/x_server_pixel_buffer.cc', |
879 'host/x_server_pixel_buffer.h', | 881 'host/x_server_pixel_buffer.h', |
880 ], | 882 ], |
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1378 '../base/allocator/allocator.gyp:allocator', | 1380 '../base/allocator/allocator.gyp:allocator', |
1379 ], | 1381 ], |
1380 }, | 1382 }, |
1381 ], | 1383 ], |
1382 ], | 1384 ], |
1383 }], | 1385 }], |
1384 ], # end of 'conditions' | 1386 ], # end of 'conditions' |
1385 }, # end of target 'remoting_unittests' | 1387 }, # end of target 'remoting_unittests' |
1386 ], # end of targets | 1388 ], # end of targets |
1387 } | 1389 } |
OLD | NEW |