| 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 928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 939 'client/chromoting_stats.h', | 939 'client/chromoting_stats.h', |
| 940 'client/chromoting_view.h', | 940 'client/chromoting_view.h', |
| 941 'client/client_config.cc', | 941 'client/client_config.cc', |
| 942 'client/client_config.h', | 942 'client/client_config.h', |
| 943 'client/client_context.cc', | 943 'client/client_context.cc', |
| 944 'client/client_context.h', | 944 'client/client_context.h', |
| 945 'client/frame_consumer.h', | 945 'client/frame_consumer.h', |
| 946 'client/frame_consumer_proxy.cc', | 946 'client/frame_consumer_proxy.cc', |
| 947 'client/frame_consumer_proxy.h', | 947 'client/frame_consumer_proxy.h', |
| 948 'client/frame_producer.h', | 948 'client/frame_producer.h', |
| 949 'client/key_event_mapper.cc', |
| 950 'client/key_event_mapper.h', |
| 949 'client/mouse_input_filter.cc', | 951 'client/mouse_input_filter.cc', |
| 950 'client/mouse_input_filter.h', | 952 'client/mouse_input_filter.h', |
| 951 'client/rectangle_update_decoder.cc', | 953 'client/rectangle_update_decoder.cc', |
| 952 'client/rectangle_update_decoder.h', | 954 'client/rectangle_update_decoder.h', |
| 953 ], | 955 ], |
| 954 }, # end of target 'remoting_client' | 956 }, # end of target 'remoting_client' |
| 955 | 957 |
| 956 { | 958 { |
| 957 'target_name': 'remoting_simple_host', | 959 'target_name': 'remoting_simple_host', |
| 958 'type': 'executable', | 960 'type': 'executable', |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1290 'base/compound_buffer_unittest.cc', | 1292 'base/compound_buffer_unittest.cc', |
| 1291 'base/compressor_zlib_unittest.cc', | 1293 'base/compressor_zlib_unittest.cc', |
| 1292 'base/decoder_vp8_unittest.cc', | 1294 'base/decoder_vp8_unittest.cc', |
| 1293 'base/decompressor_zlib_unittest.cc', | 1295 'base/decompressor_zlib_unittest.cc', |
| 1294 'base/encode_decode_unittest.cc', | 1296 'base/encode_decode_unittest.cc', |
| 1295 'base/encoder_vp8_unittest.cc', | 1297 'base/encoder_vp8_unittest.cc', |
| 1296 'base/encoder_row_based_unittest.cc', | 1298 'base/encoder_row_based_unittest.cc', |
| 1297 'base/base_mock_objects.cc', | 1299 'base/base_mock_objects.cc', |
| 1298 'base/base_mock_objects.h', | 1300 'base/base_mock_objects.h', |
| 1299 'base/util_unittest.cc', | 1301 'base/util_unittest.cc', |
| 1302 'client/key_event_mapper_unittest.cc', |
| 1300 'client/mouse_input_filter_unittest.cc', | 1303 'client/mouse_input_filter_unittest.cc', |
| 1301 'host/capturer_linux_unittest.cc', | 1304 'host/capturer_linux_unittest.cc', |
| 1302 'host/capturer_mac_unittest.cc', | 1305 'host/capturer_mac_unittest.cc', |
| 1303 'host/capturer_win_unittest.cc', | 1306 'host/capturer_win_unittest.cc', |
| 1304 'host/remote_input_filter_unittest.cc', | 1307 'host/remote_input_filter_unittest.cc', |
| 1305 'host/test_key_pair.h', | 1308 'host/test_key_pair.h', |
| 1306 'jingle_glue/fake_signal_strategy.cc', | 1309 'jingle_glue/fake_signal_strategy.cc', |
| 1307 'jingle_glue/fake_signal_strategy.h', | 1310 'jingle_glue/fake_signal_strategy.h', |
| 1308 'jingle_glue/iq_sender_unittest.cc', | 1311 'jingle_glue/iq_sender_unittest.cc', |
| 1309 'jingle_glue/jingle_thread_unittest.cc', | 1312 'jingle_glue/jingle_thread_unittest.cc', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1379 '../base/allocator/allocator.gyp:allocator', | 1382 '../base/allocator/allocator.gyp:allocator', |
| 1380 ], | 1383 ], |
| 1381 }, | 1384 }, |
| 1382 ], | 1385 ], |
| 1383 ], | 1386 ], |
| 1384 }], | 1387 }], |
| 1385 ], # end of 'conditions' | 1388 ], # end of 'conditions' |
| 1386 }, # end of target 'remoting_unittests' | 1389 }, # end of target 'remoting_unittests' |
| 1387 ], # end of targets | 1390 ], # end of targets |
| 1388 } | 1391 } |
| OLD | NEW |