| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 | 9 |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 'export_dependent_settings': [ | 122 'export_dependent_settings': [ |
| 123 '../third_party/protobuf2/protobuf.gyp:protobuf_lite', | 123 '../third_party/protobuf2/protobuf.gyp:protobuf_lite', |
| 124 'base/protocol/chromotocol.gyp:chromotocol_proto_lib', | 124 'base/protocol/chromotocol.gyp:chromotocol_proto_lib', |
| 125 # TODO(hclam): Enable VP8 in the build. | 125 # TODO(hclam): Enable VP8 in the build. |
| 126 #'third_party/on2/on2.gyp:vp8', | 126 #'third_party/on2/on2.gyp:vp8', |
| 127 ], | 127 ], |
| 128 # This target needs a hard dependency because dependent targets | 128 # This target needs a hard dependency because dependent targets |
| 129 # depend on chromotocol_proto_lib for headers. | 129 # depend on chromotocol_proto_lib for headers. |
| 130 'hard_dependency': 1, | 130 'hard_dependency': 1, |
| 131 'sources': [ | 131 'sources': [ |
| 132 'base/capture_data.h', |
| 132 'base/compressor.h', | 133 'base/compressor.h', |
| 133 'base/compressor_zlib.cc', | 134 'base/compressor_zlib.cc', |
| 134 'base/compressor_zlib.h', | 135 'base/compressor_zlib.h', |
| 135 'base/constants.cc', | 136 'base/constants.cc', |
| 136 'base/constants.h', | 137 'base/constants.h', |
| 138 'base/decoder.h', |
| 139 'base/decoder_verbatim.cc', |
| 140 'base/decoder_verbatim.h', |
| 137 'base/decompressor.h', | 141 'base/decompressor.h', |
| 138 'base/decompressor_zlib.cc', | 142 'base/decompressor_zlib.cc', |
| 139 'base/decompressor_zlib.h', | 143 'base/decompressor_zlib.h', |
| 144 'base/encoder.h', |
| 145 'base/encoder_verbatim.cc', |
| 146 'base/encoder_verbatim.h', |
| 147 # TODO(hclam): Enable VP8 in the build. |
| 148 #'base/encoder_vp8.cc', |
| 149 #'base/encoder_vp8.h', |
| 140 'base/multiple_array_input_stream.cc', | 150 'base/multiple_array_input_stream.cc', |
| 141 'base/multiple_array_input_stream.h', | 151 'base/multiple_array_input_stream.h', |
| 142 'base/protocol_decoder.cc', | 152 'base/protocol_decoder.cc', |
| 143 'base/protocol_decoder.h', | 153 'base/protocol_decoder.h', |
| 144 'base/protocol_util.cc', | 154 'base/protocol_util.cc', |
| 145 'base/protocol_util.h', | 155 'base/protocol_util.h', |
| 146 ], | 156 ], |
| 147 }, # end of target 'chromoting_base' | 157 }, # end of target 'chromoting_base' |
| 148 | 158 |
| 149 { | 159 { |
| 150 'target_name': 'chromoting_host', | 160 'target_name': 'chromoting_host', |
| 151 'type': '<(library)', | 161 'type': '<(library)', |
| 152 'dependencies': [ | 162 'dependencies': [ |
| 153 'chromoting_base', | 163 'chromoting_base', |
| 154 'chromoting_jingle_glue', | 164 'chromoting_jingle_glue', |
| 155 ], | 165 ], |
| 156 'sources': [ | 166 'sources': [ |
| 157 'host/capturer.cc', | 167 'host/capturer.cc', |
| 158 'host/capturer.h', | 168 'host/capturer.h', |
| 159 'host/chromoting_host.cc', | 169 'host/chromoting_host.cc', |
| 160 'host/chromoting_host.h', | 170 'host/chromoting_host.h', |
| 161 'host/chromoting_host_context.cc', | 171 'host/chromoting_host_context.cc', |
| 162 'host/chromoting_host_context.h', | 172 'host/chromoting_host_context.h', |
| 163 'host/client_connection.cc', | 173 'host/client_connection.cc', |
| 164 'host/client_connection.h', | 174 'host/client_connection.h', |
| 165 'host/differ.h', | 175 'host/differ.h', |
| 166 'host/differ.cc', | 176 'host/differ.cc', |
| 167 'host/differ_block.h', | 177 'host/differ_block.h', |
| 168 'host/differ_block.cc', | 178 'host/differ_block.cc', |
| 169 'host/encoder.h', | |
| 170 'host/encoder_verbatim.cc', | |
| 171 'host/encoder_verbatim.h', | |
| 172 # TODO(hclam): Enable VP8 in the build. | |
| 173 #'host/encoder_vp8.cc', | |
| 174 #'host/encoder_vp8.h', | |
| 175 'host/event_executor.h', | 179 'host/event_executor.h', |
| 176 'host/session_manager.cc', | 180 'host/session_manager.cc', |
| 177 'host/session_manager.h', | 181 'host/session_manager.h', |
| 178 'host/heartbeat_sender.cc', | 182 'host/heartbeat_sender.cc', |
| 179 'host/heartbeat_sender.h', | 183 'host/heartbeat_sender.h', |
| 180 'host/host_config.cc', | 184 'host/host_config.cc', |
| 181 'host/host_config.h', | 185 'host/host_config.h', |
| 182 'host/json_host_config.cc', | 186 'host/json_host_config.cc', |
| 183 'host/json_host_config.h', | 187 'host/json_host_config.h', |
| 184 ], | 188 ], |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 ], | 228 ], |
| 225 'sources': [ | 229 'sources': [ |
| 226 'client/chromoting_client.cc', | 230 'client/chromoting_client.cc', |
| 227 'client/chromoting_client.h', | 231 'client/chromoting_client.h', |
| 228 'client/chromoting_view.h', | 232 'client/chromoting_view.h', |
| 229 'client/client_config.h', | 233 'client/client_config.h', |
| 230 'client/client_context.cc', | 234 'client/client_context.cc', |
| 231 'client/client_context.h', | 235 'client/client_context.h', |
| 232 'client/client_util.cc', | 236 'client/client_util.cc', |
| 233 'client/client_util.h', | 237 'client/client_util.h', |
| 234 'client/decoder.h', | |
| 235 'client/decoder_verbatim.cc', | |
| 236 'client/decoder_verbatim.h', | |
| 237 'client/host_connection.h', | 238 'client/host_connection.h', |
| 238 'client/input_handler.h', | 239 'client/input_handler.h', |
| 239 'client/jingle_host_connection.cc', | 240 'client/jingle_host_connection.cc', |
| 240 'client/jingle_host_connection.h', | 241 'client/jingle_host_connection.h', |
| 241 ], | 242 ], |
| 242 }, # end of target 'chromoting_client' | 243 }, # end of target 'chromoting_client' |
| 243 | 244 |
| 244 { | 245 { |
| 245 'target_name': 'chromoting_simple_host', | 246 'target_name': 'chromoting_simple_host', |
| 246 'type': 'executable', | 247 'type': 'executable', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 '../base/base.gyp:base_i18n', | 336 '../base/base.gyp:base_i18n', |
| 336 '../gfx/gfx.gyp:gfx', | 337 '../gfx/gfx.gyp:gfx', |
| 337 '../testing/gmock.gyp:gmock', | 338 '../testing/gmock.gyp:gmock', |
| 338 '../testing/gtest.gyp:gtest', | 339 '../testing/gtest.gyp:gtest', |
| 339 ], | 340 ], |
| 340 'include_dirs': [ | 341 'include_dirs': [ |
| 341 '../testing/gmock/include', | 342 '../testing/gmock/include', |
| 342 ], | 343 ], |
| 343 'sources': [ | 344 'sources': [ |
| 344 'base/compressor_zlib_unittest.cc', | 345 'base/compressor_zlib_unittest.cc', |
| 346 'base/decoder_verbatim_unittest.cc', |
| 345 'base/decompressor_zlib_unittest.cc', | 347 'base/decompressor_zlib_unittest.cc', |
| 348 # TODO(hclam): Enable VP8 in the build. |
| 349 #'base/encoder_vp8_unittest.cc', |
| 346 'base/mock_objects.h', | 350 'base/mock_objects.h', |
| 347 'base/multiple_array_input_stream_unittest.cc', | 351 'base/multiple_array_input_stream_unittest.cc', |
| 348 'base/protocol_decoder_unittest.cc', | 352 'base/protocol_decoder_unittest.cc', |
| 349 'client/mock_objects.h', | 353 'client/mock_objects.h', |
| 350 'client/decoder_verbatim_unittest.cc', | |
| 351 'host/chromoting_host_context_unittest.cc', | 354 'host/chromoting_host_context_unittest.cc', |
| 352 'host/client_connection_unittest.cc', | 355 'host/client_connection_unittest.cc', |
| 353 'host/differ_unittest.cc', | 356 'host/differ_unittest.cc', |
| 354 'host/differ_block_unittest.cc', | 357 'host/differ_block_unittest.cc', |
| 355 'host/json_host_config_unittest.cc', | 358 'host/json_host_config_unittest.cc', |
| 356 'host/mock_objects.h', | 359 'host/mock_objects.h', |
| 357 'host/session_manager_unittest.cc', | 360 'host/session_manager_unittest.cc', |
| 358 # TODO(hclam): Enable VP8 in the build. | |
| 359 #'host/encoder_vp8_unittest.cc', | |
| 360 'jingle_glue/jingle_thread_unittest.cc', | 361 'jingle_glue/jingle_thread_unittest.cc', |
| 361 'jingle_glue/jingle_channel_unittest.cc', | 362 'jingle_glue/jingle_channel_unittest.cc', |
| 362 'jingle_glue/iq_request_unittest.cc', | 363 'jingle_glue/iq_request_unittest.cc', |
| 363 'jingle_glue/mock_objects.h', | 364 'jingle_glue/mock_objects.h', |
| 364 'run_all_unittests.cc', | 365 'run_all_unittests.cc', |
| 365 ], | 366 ], |
| 366 'conditions': [ | 367 'conditions': [ |
| 367 ['OS=="win"', { | 368 ['OS=="win"', { |
| 368 'sources': [ | 369 'sources': [ |
| 369 'host/capturer_gdi_unittest.cc', | 370 'host/capturer_gdi_unittest.cc', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 389 ], # end of 'conditions' | 390 ], # end of 'conditions' |
| 390 }, # end of target 'chromoting_unittests' | 391 }, # end of target 'chromoting_unittests' |
| 391 ], # end of targets | 392 ], # end of targets |
| 392 } | 393 } |
| 393 | 394 |
| 394 # Local Variables: | 395 # Local Variables: |
| 395 # tab-width:2 | 396 # tab-width:2 |
| 396 # indent-tabs-mode:nil | 397 # indent-tabs-mode:nil |
| 397 # End: | 398 # End: |
| 398 # vim: set expandtab tabstop=2 shiftwidth=2: | 399 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |