| 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 | 10 |
| (...skipping 1462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1473 'base/constants.cc', | 1473 'base/constants.cc', |
| 1474 'base/constants.h', | 1474 'base/constants.h', |
| 1475 'base/plugin_thread_task_runner.cc', | 1475 'base/plugin_thread_task_runner.cc', |
| 1476 'base/plugin_thread_task_runner.h', | 1476 'base/plugin_thread_task_runner.h', |
| 1477 'base/rate_counter.cc', | 1477 'base/rate_counter.cc', |
| 1478 'base/rate_counter.h', | 1478 'base/rate_counter.h', |
| 1479 'base/resources.cc', | 1479 'base/resources.cc', |
| 1480 'base/resources.h', | 1480 'base/resources.h', |
| 1481 'base/running_average.cc', | 1481 'base/running_average.cc', |
| 1482 'base/running_average.h', | 1482 'base/running_average.h', |
| 1483 'base/socket_reader.cc', |
| 1484 'base/socket_reader.h', |
| 1483 'base/stoppable.cc', | 1485 'base/stoppable.cc', |
| 1484 'base/stoppable.h', | 1486 'base/stoppable.h', |
| 1485 'base/util.cc', | 1487 'base/util.cc', |
| 1486 'base/util.h', | 1488 'base/util.h', |
| 1487 'codec/audio_decoder.cc', | 1489 'codec/audio_decoder.cc', |
| 1488 'codec/audio_decoder.h', | 1490 'codec/audio_decoder.h', |
| 1489 'codec/audio_decoder_opus.cc', | 1491 'codec/audio_decoder_opus.cc', |
| 1490 'codec/audio_decoder_opus.h', | 1492 'codec/audio_decoder_opus.h', |
| 1491 'codec/audio_decoder_speex.cc', | 1493 'codec/audio_decoder_speex.cc', |
| 1492 'codec/audio_decoder_speex.h', | 1494 'codec/audio_decoder_speex.h', |
| (...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2026 'protocol/negotiating_authenticator.cc', | 2028 'protocol/negotiating_authenticator.cc', |
| 2027 'protocol/negotiating_authenticator.h', | 2029 'protocol/negotiating_authenticator.h', |
| 2028 'protocol/protobuf_video_reader.cc', | 2030 'protocol/protobuf_video_reader.cc', |
| 2029 'protocol/protobuf_video_reader.h', | 2031 'protocol/protobuf_video_reader.h', |
| 2030 'protocol/protobuf_video_writer.cc', | 2032 'protocol/protobuf_video_writer.cc', |
| 2031 'protocol/protobuf_video_writer.h', | 2033 'protocol/protobuf_video_writer.h', |
| 2032 'protocol/session.h', | 2034 'protocol/session.h', |
| 2033 'protocol/session_config.cc', | 2035 'protocol/session_config.cc', |
| 2034 'protocol/session_config.h', | 2036 'protocol/session_config.h', |
| 2035 'protocol/session_manager.h', | 2037 'protocol/session_manager.h', |
| 2036 'protocol/socket_reader_base.cc', | |
| 2037 'protocol/socket_reader_base.h', | |
| 2038 'protocol/ssl_hmac_channel_authenticator.cc', | 2038 'protocol/ssl_hmac_channel_authenticator.cc', |
| 2039 'protocol/ssl_hmac_channel_authenticator.h', | 2039 'protocol/ssl_hmac_channel_authenticator.h', |
| 2040 'protocol/transport.cc', | 2040 'protocol/transport.cc', |
| 2041 'protocol/transport.h', | 2041 'protocol/transport.h', |
| 2042 'protocol/transport_config.cc', | 2042 'protocol/transport_config.cc', |
| 2043 'protocol/transport_config.h', | 2043 'protocol/transport_config.h', |
| 2044 'protocol/util.cc', | 2044 'protocol/util.cc', |
| 2045 'protocol/util.h', | 2045 'protocol/util.h', |
| 2046 'protocol/v2_authenticator.cc', | 2046 'protocol/v2_authenticator.cc', |
| 2047 'protocol/v2_authenticator.h', | 2047 'protocol/v2_authenticator.h', |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2280 '../base/allocator/allocator.gyp:allocator', | 2280 '../base/allocator/allocator.gyp:allocator', |
| 2281 ], | 2281 ], |
| 2282 }, | 2282 }, |
| 2283 ], | 2283 ], |
| 2284 ], | 2284 ], |
| 2285 }], # end of 'toolkit_uses_gtk == 1' | 2285 }], # end of 'toolkit_uses_gtk == 1' |
| 2286 ], # end of 'conditions' | 2286 ], # end of 'conditions' |
| 2287 }, # end of target 'remoting_unittests' | 2287 }, # end of target 'remoting_unittests' |
| 2288 ], # end of targets | 2288 ], # end of targets |
| 2289 } | 2289 } |
| OLD | NEW |