Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(643)

Side by Side Diff: remoting/remoting.gyp

Issue 11195029: Remove ZLib codec support from chromoting host and client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/client_session.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1311 matching lines...) Expand 10 before | Expand all | Expand 10 after
1322 'variables': { 'enable_wexit_time_destructors': 1, }, 1322 'variables': { 'enable_wexit_time_destructors': 1, },
1323 'dependencies': [ 1323 'dependencies': [
1324 '../base/base.gyp:base', 1324 '../base/base.gyp:base',
1325 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1325 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1326 '../ui/ui.gyp:ui', 1326 '../ui/ui.gyp:ui',
1327 '../net/net.gyp:net', 1327 '../net/net.gyp:net',
1328 '../skia/skia.gyp:skia', 1328 '../skia/skia.gyp:skia',
1329 '../third_party/libvpx/libvpx.gyp:libvpx', 1329 '../third_party/libvpx/libvpx.gyp:libvpx',
1330 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1330 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1331 '../third_party/speex/speex.gyp:libspeex', 1331 '../third_party/speex/speex.gyp:libspeex',
1332 '../third_party/zlib/zlib.gyp:zlib',
1333 '../media/media.gyp:yuv_convert', 1332 '../media/media.gyp:yuv_convert',
1334 'remoting_jingle_glue', 1333 'remoting_jingle_glue',
1335 'remoting_resources', 1334 'remoting_resources',
1336 'proto/chromotocol.gyp:chromotocol_proto_lib', 1335 'proto/chromotocol.gyp:chromotocol_proto_lib',
1337 ], 1336 ],
1338 'export_dependent_settings': [ 1337 'export_dependent_settings': [
1339 '../base/base.gyp:base', 1338 '../base/base.gyp:base',
1340 '../net/net.gyp:net', 1339 '../net/net.gyp:net',
1341 '../skia/skia.gyp:skia', 1340 '../skia/skia.gyp:skia',
1342 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1341 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1343 'proto/chromotocol.gyp:chromotocol_proto_lib', 1342 'proto/chromotocol.gyp:chromotocol_proto_lib',
1344 ], 1343 ],
1345 # This target needs a hard dependency because dependent targets 1344 # This target needs a hard dependency because dependent targets
1346 # depend on chromotocol_proto_lib for headers. 1345 # depend on chromotocol_proto_lib for headers.
1347 'hard_dependency': 1, 1346 'hard_dependency': 1,
1348 'sources': [ 1347 'sources': [
1349 'base/auto_thread.cc', 1348 'base/auto_thread.cc',
1350 'base/auto_thread.h', 1349 'base/auto_thread.h',
1351 'base/auto_thread_task_runner.cc', 1350 'base/auto_thread_task_runner.cc',
1352 'base/auto_thread_task_runner.h', 1351 'base/auto_thread_task_runner.h',
1353 'base/auth_token_util.cc', 1352 'base/auth_token_util.cc',
1354 'base/auth_token_util.h', 1353 'base/auth_token_util.h',
1355 'base/capture_data.cc', 1354 'base/capture_data.cc',
1356 'base/capture_data.h', 1355 'base/capture_data.h',
1357 'base/compound_buffer.cc', 1356 'base/compound_buffer.cc',
1358 'base/compound_buffer.h', 1357 'base/compound_buffer.h',
1359 'base/compressor.h',
1360 'base/compressor_verbatim.cc',
1361 'base/compressor_verbatim.h',
1362 'base/compressor_zlib.cc',
1363 'base/compressor_zlib.h',
1364 'base/constants.cc', 1358 'base/constants.cc',
1365 'base/constants.h', 1359 'base/constants.h',
1366 'base/decompressor.h',
1367 'base/decompressor_verbatim.cc',
1368 'base/decompressor_verbatim.h',
1369 'base/decompressor_zlib.cc',
1370 'base/decompressor_zlib.h',
1371 'base/plugin_thread_task_runner.cc', 1360 'base/plugin_thread_task_runner.cc',
1372 'base/plugin_thread_task_runner.h', 1361 'base/plugin_thread_task_runner.h',
1373 'base/rate_counter.cc', 1362 'base/rate_counter.cc',
1374 'base/rate_counter.h', 1363 'base/rate_counter.h',
1375 'base/resources.cc', 1364 'base/resources.cc',
1376 'base/resources.h', 1365 'base/resources.h',
1377 'base/running_average.cc', 1366 'base/running_average.cc',
1378 'base/running_average.h', 1367 'base/running_average.h',
1379 'base/stoppable.cc', 1368 'base/stoppable.cc',
1380 'base/stoppable.h', 1369 'base/stoppable.h',
1381 'base/util.cc', 1370 'base/util.cc',
1382 'base/util.h', 1371 'base/util.h',
1383 'codec/audio_decoder.cc', 1372 'codec/audio_decoder.cc',
1384 'codec/audio_decoder.h', 1373 'codec/audio_decoder.h',
1385 'codec/audio_decoder_speex.cc', 1374 'codec/audio_decoder_speex.cc',
1386 'codec/audio_decoder_speex.h', 1375 'codec/audio_decoder_speex.h',
1387 'codec/audio_decoder_verbatim.cc', 1376 'codec/audio_decoder_verbatim.cc',
1388 'codec/audio_decoder_verbatim.h', 1377 'codec/audio_decoder_verbatim.h',
1389 'codec/audio_encoder.h', 1378 'codec/audio_encoder.h',
1390 'codec/audio_encoder_speex.cc', 1379 'codec/audio_encoder_speex.cc',
1391 'codec/audio_encoder_speex.h', 1380 'codec/audio_encoder_speex.h',
1392 'codec/audio_encoder_verbatim.cc', 1381 'codec/audio_encoder_verbatim.cc',
1393 'codec/audio_encoder_verbatim.h', 1382 'codec/audio_encoder_verbatim.h',
1394 'codec/video_decoder.h', 1383 'codec/video_decoder.h',
1384 'codec/video_decoder_verbatim.cc',
1385 'codec/video_decoder_verbatim.h',
1395 'codec/video_decoder_vp8.cc', 1386 'codec/video_decoder_vp8.cc',
1396 'codec/video_decoder_vp8.h', 1387 'codec/video_decoder_vp8.h',
1397 'codec/video_decoder_row_based.cc',
1398 'codec/video_decoder_row_based.h',
1399 'codec/video_encoder.h', 1388 'codec/video_encoder.h',
1389 'codec/video_encoder_verbatim.cc',
1390 'codec/video_encoder_verbatim.h',
1400 'codec/video_encoder_vp8.cc', 1391 'codec/video_encoder_vp8.cc',
1401 'codec/video_encoder_vp8.h', 1392 'codec/video_encoder_vp8.h',
1402 'codec/video_encoder_row_based.cc',
1403 'codec/video_encoder_row_based.h',
1404 ], 1393 ],
1405 }, # end of target 'remoting_base' 1394 }, # end of target 'remoting_base'
1406 1395
1407 { 1396 {
1408 'target_name': 'remoting_host', 1397 'target_name': 'remoting_host',
1409 'type': 'static_library', 1398 'type': 'static_library',
1410 'variables': { 'enable_wexit_time_destructors': 1, }, 1399 'variables': { 'enable_wexit_time_destructors': 1, },
1411 'dependencies': [ 1400 'dependencies': [
1412 'remoting_base', 1401 'remoting_base',
1413 'remoting_jingle_glue', 1402 'remoting_jingle_glue',
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
1998 'include_dirs': [ 1987 'include_dirs': [
1999 '../testing/gmock/include', 1988 '../testing/gmock/include',
2000 ], 1989 ],
2001 'sources': [ 1990 'sources': [
2002 '../chrome/test/base/run_all_remoting_unittests.cc', 1991 '../chrome/test/base/run_all_remoting_unittests.cc',
2003 'base/auth_token_util_unittest.cc', 1992 'base/auth_token_util_unittest.cc',
2004 'base/auto_thread_unittest.cc', 1993 'base/auto_thread_unittest.cc',
2005 'base/auto_thread_task_runner_unittest.cc', 1994 'base/auto_thread_task_runner_unittest.cc',
2006 'base/breakpad_win_unittest.cc', 1995 'base/breakpad_win_unittest.cc',
2007 'base/compound_buffer_unittest.cc', 1996 'base/compound_buffer_unittest.cc',
2008 'base/compressor_zlib_unittest.cc',
2009 'base/decompressor_zlib_unittest.cc',
2010 'base/resources_unittest.cc', 1997 'base/resources_unittest.cc',
2011 'base/util_unittest.cc', 1998 'base/util_unittest.cc',
2012 'client/audio_player_unittest.cc', 1999 'client/audio_player_unittest.cc',
2013 'client/key_event_mapper_unittest.cc', 2000 'client/key_event_mapper_unittest.cc',
2014 'client/plugin/mac_key_event_processor_unittest.cc', 2001 'client/plugin/mac_key_event_processor_unittest.cc',
2015 'codec/codec_test.cc', 2002 'codec/codec_test.cc',
2016 'codec/codec_test.h', 2003 'codec/codec_test.h',
2017 'codec/video_decoder_vp8_unittest.cc', 2004 'codec/video_decoder_vp8_unittest.cc',
2018 'codec/video_encode_decode_unittest.cc', 2005 'codec/video_encoder_verbatim_unittest.cc',
2019 'codec/video_encoder_row_based_unittest.cc',
2020 'codec/video_encoder_vp8_unittest.cc', 2006 'codec/video_encoder_vp8_unittest.cc',
2021 'host/audio_capturer_win_unittest.cc', 2007 'host/audio_capturer_win_unittest.cc',
2022 'host/chromoting_host_context_unittest.cc', 2008 'host/chromoting_host_context_unittest.cc',
2023 'host/chromoting_host_unittest.cc', 2009 'host/chromoting_host_unittest.cc',
2024 'host/client_session_unittest.cc', 2010 'host/client_session_unittest.cc',
2025 'host/differ_block_unittest.cc', 2011 'host/differ_block_unittest.cc',
2026 'host/differ_unittest.cc', 2012 'host/differ_unittest.cc',
2027 'host/heartbeat_sender_unittest.cc', 2013 'host/heartbeat_sender_unittest.cc',
2028 'host/host_key_pair_unittest.cc', 2014 'host/host_key_pair_unittest.cc',
2029 'host/host_mock_objects.cc', 2015 'host/host_mock_objects.cc',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
2152 '../base/allocator/allocator.gyp:allocator', 2138 '../base/allocator/allocator.gyp:allocator',
2153 ], 2139 ],
2154 }, 2140 },
2155 ], 2141 ],
2156 ], 2142 ],
2157 }], # end of 'toolkit_uses_gtk == 1' 2143 }], # end of 'toolkit_uses_gtk == 1'
2158 ], # end of 'conditions' 2144 ], # end of 'conditions'
2159 }, # end of target 'remoting_unittests' 2145 }, # end of target 'remoting_unittests'
2160 ], # end of targets 2146 ], # end of targets
2161 } 2147 }
OLDNEW
« no previous file with comments | « remoting/host/client_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698