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

Side by Side Diff: remoting/remoting.gyp

Issue 7051014: Globally replace <(library) with static_library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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/proto/trace.gyp ('k') | sandbox/sandbox.gyp » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'conditions': [ 10 'conditions': [
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'python', 'webapp/build-webapp.py', 207 'python', 'webapp/build-webapp.py',
208 '<(host_plugin_mime_type)', 208 '<(host_plugin_mime_type)',
209 '<@(_inputs)', 209 '<@(_inputs)',
210 '<@(_outputs)' 210 '<@(_outputs)'
211 ], 211 ],
212 }, 212 },
213 ], 213 ],
214 }, # end of target 'webapp_me2mom' 214 }, # end of target 'webapp_me2mom'
215 { 215 {
216 'target_name': 'remoting_base', 216 'target_name': 'remoting_base',
217 'type': '<(library)', 217 'type': 'static_library',
218 'dependencies': [ 218 'dependencies': [
219 '../base/base.gyp:base', 219 '../base/base.gyp:base',
220 '../ui/ui.gyp:ui_gfx', 220 '../ui/ui.gyp:ui_gfx',
221 '../media/media.gyp:media', 221 '../media/media.gyp:media',
222 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 222 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
223 '../third_party/libvpx/libvpx.gyp:libvpx_include', 223 '../third_party/libvpx/libvpx.gyp:libvpx_include',
224 '../third_party/zlib/zlib.gyp:zlib', 224 '../third_party/zlib/zlib.gyp:zlib',
225 'remoting_jingle_glue', 225 'remoting_jingle_glue',
226 'proto/chromotocol.gyp:chromotocol_proto_lib', 226 'proto/chromotocol.gyp:chromotocol_proto_lib',
227 'proto/trace.gyp:trace_proto_lib', 227 'proto/trace.gyp:trace_proto_lib',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 'base/decoder_vp8.h', 280 'base/decoder_vp8.h',
281 'base/encoder_vp8.cc', 281 'base/encoder_vp8.cc',
282 'base/encoder_vp8.h', 282 'base/encoder_vp8.h',
283 ], 283 ],
284 }], 284 }],
285 ], 285 ],
286 }, # end of target 'remoting_base' 286 }, # end of target 'remoting_base'
287 287
288 { 288 {
289 'target_name': 'remoting_host', 289 'target_name': 'remoting_host',
290 'type': '<(library)', 290 'type': 'static_library',
291 'dependencies': [ 291 'dependencies': [
292 'remoting_base', 292 'remoting_base',
293 'remoting_jingle_glue', 293 'remoting_jingle_glue',
294 'remoting_protocol', 294 'remoting_protocol',
295 'differ_block', 295 'differ_block',
296 '../crypto/crypto.gyp:crypto', 296 '../crypto/crypto.gyp:crypto',
297 ], 297 ],
298 'sources': [ 298 'sources': [
299 'host/access_verifier.h', 299 'host/access_verifier.h',
300 'host/capturer.h', 300 'host/capturer.h',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'libraries': [ 371 'libraries': [
372 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 372 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
373 ], 373 ],
374 }, 374 },
375 }], 375 }],
376 ], 376 ],
377 }, # end of target 'remoting_host' 377 }, # end of target 'remoting_host'
378 378
379 { 379 {
380 'target_name': 'remoting_client', 380 'target_name': 'remoting_client',
381 'type': '<(library)', 381 'type': 'static_library',
382 'dependencies': [ 382 'dependencies': [
383 'remoting_base', 383 'remoting_base',
384 'remoting_jingle_glue', 384 'remoting_jingle_glue',
385 'remoting_protocol', 385 'remoting_protocol',
386 ], 386 ],
387 'sources': [ 387 'sources': [
388 'client/chromoting_client.cc', 388 'client/chromoting_client.cc',
389 'client/chromoting_client.h', 389 'client/chromoting_client.h',
390 'client/chromoting_stats.cc', 390 'client/chromoting_stats.cc',
391 'client/chromoting_stats.h', 391 'client/chromoting_stats.h',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 '../base/base.gyp:base_i18n', 433 '../base/base.gyp:base_i18n',
434 '../crypto/crypto.gyp:crypto', 434 '../crypto/crypto.gyp:crypto',
435 ], 435 ],
436 'sources': [ 436 'sources': [
437 'host/keygen_main.cc', 437 'host/keygen_main.cc',
438 ], 438 ],
439 }, # end of target 'remoting_host_keygen' 439 }, # end of target 'remoting_host_keygen'
440 440
441 { 441 {
442 'target_name': 'remoting_jingle_glue', 442 'target_name': 'remoting_jingle_glue',
443 'type': '<(library)', 443 'type': 'static_library',
444 'dependencies': [ 444 'dependencies': [
445 '../base/base.gyp:base', 445 '../base/base.gyp:base',
446 '../jingle/jingle.gyp:jingle_glue', 446 '../jingle/jingle.gyp:jingle_glue',
447 '../jingle/jingle.gyp:notifier', 447 '../jingle/jingle.gyp:notifier',
448 '../third_party/libjingle/libjingle.gyp:libjingle', 448 '../third_party/libjingle/libjingle.gyp:libjingle',
449 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', 449 '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
450 ], 450 ],
451 'export_dependent_settings': [ 451 'export_dependent_settings': [
452 '../third_party/libjingle/libjingle.gyp:libjingle', 452 '../third_party/libjingle/libjingle.gyp:libjingle',
453 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', 453 '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
(...skipping 12 matching lines...) Expand all
466 'jingle_glue/ssl_socket_adapter.cc', 466 'jingle_glue/ssl_socket_adapter.cc',
467 'jingle_glue/ssl_socket_adapter.h', 467 'jingle_glue/ssl_socket_adapter.h',
468 'jingle_glue/xmpp_proxy.h', 468 'jingle_glue/xmpp_proxy.h',
469 'jingle_glue/xmpp_socket_adapter.cc', 469 'jingle_glue/xmpp_socket_adapter.cc',
470 'jingle_glue/xmpp_socket_adapter.h', 470 'jingle_glue/xmpp_socket_adapter.h',
471 ], 471 ],
472 }, # end of target 'remoting_jingle_glue' 472 }, # end of target 'remoting_jingle_glue'
473 473
474 { 474 {
475 'target_name': 'remoting_protocol', 475 'target_name': 'remoting_protocol',
476 'type': '<(library)', 476 'type': 'static_library',
477 'dependencies': [ 477 'dependencies': [
478 'remoting_base', 478 'remoting_base',
479 'remoting_jingle_glue', 479 'remoting_jingle_glue',
480 '../crypto/crypto.gyp:crypto', 480 '../crypto/crypto.gyp:crypto',
481 '../jingle/jingle.gyp:jingle_glue', 481 '../jingle/jingle.gyp:jingle_glue',
482 ], 482 ],
483 'export_dependent_settings': [ 483 'export_dependent_settings': [
484 'remoting_jingle_glue', 484 'remoting_jingle_glue',
485 ], 485 ],
486 'sources': [ 486 'sources': [
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'protocol/video_reader.cc', 542 'protocol/video_reader.cc',
543 'protocol/video_reader.h', 543 'protocol/video_reader.h',
544 'protocol/video_stub.h', 544 'protocol/video_stub.h',
545 'protocol/video_writer.cc', 545 'protocol/video_writer.cc',
546 'protocol/video_writer.h', 546 'protocol/video_writer.h',
547 ], 547 ],
548 }, # end of target 'remoting_protocol' 548 }, # end of target 'remoting_protocol'
549 549
550 { 550 {
551 'target_name': 'differ_block', 551 'target_name': 'differ_block',
552 'type': '<(library)', 552 'type': 'static_library',
553 'include_dirs': [ 553 'include_dirs': [
554 '..', 554 '..',
555 ], 555 ],
556 'dependencies': [ 556 'dependencies': [
557 '../media/media.gyp:cpu_features', 557 '../media/media.gyp:cpu_features',
558 ], 558 ],
559 'conditions': [ 559 'conditions': [
560 [ 'target_arch == "ia32" or target_arch == "x64"', { 560 [ 'target_arch == "ia32" or target_arch == "x64"', {
561 'dependencies': [ 561 'dependencies': [
562 'differ_block_sse2', 562 'differ_block_sse2',
563 ], 563 ],
564 }], 564 }],
565 ], 565 ],
566 'sources': [ 566 'sources': [
567 'host/differ_block.cc', 567 'host/differ_block.cc',
568 'host/differ_block.h', 568 'host/differ_block.h',
569 ], 569 ],
570 }, # end of target differ_block 570 }, # end of target differ_block
571 571
572 { 572 {
573 'target_name': 'differ_block_sse2', 573 'target_name': 'differ_block_sse2',
574 'type': '<(library)', 574 'type': 'static_library',
575 'include_dirs': [ 575 'include_dirs': [
576 '..', 576 '..',
577 ], 577 ],
578 'conditions': [ 578 'conditions': [
579 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { 579 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
580 'cflags': [ 580 'cflags': [
581 '-msse2', 581 '-msse2',
582 ], 582 ],
583 }], 583 }],
584 ], 584 ],
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 ], # end of 'conditions' 698 ], # end of 'conditions'
699 }, # end of target 'remoting_unittests' 699 }, # end of target 'remoting_unittests'
700 ], # end of targets 700 ], # end of targets
701 } 701 }
702 702
703 # Local Variables: 703 # Local Variables:
704 # tab-width:2 704 # tab-width:2
705 # indent-tabs-mode:nil 705 # indent-tabs-mode:nil
706 # End: 706 # End:
707 # vim: set expandtab tabstop=2 shiftwidth=2: 707 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « remoting/proto/trace.gyp ('k') | sandbox/sandbox.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698