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

Side by Side Diff: third_party/libjingle/libjingle.gyp

Issue 584623003: Fix Chrome component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | 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 'includes': [ 6 'includes': [
7 '../../build/win_precompile.gypi', 7 '../../build/win_precompile.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'enabled_libjingle_device_manager%': 0, 10 'enabled_libjingle_device_manager%': 0,
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 '-Wno-deprecated-declarations', 549 '-Wno-deprecated-declarations',
550 ], 550 ],
551 }, 551 },
552 }], 552 }],
553 ], 553 ],
554 }], 554 }],
555 ], 555 ],
556 'dependencies': [ 556 'dependencies': [
557 '<(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp', 557 '<(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp',
558 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:media_file', 558 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:media_file',
559 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_capture_modul e', 559 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_capture_modul e_impl',
560 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render_module ', 560 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render_module _impl',
561 'libjingle', 561 'libjingle',
562 ], 562 ],
563 }, # target libjingle_webrtc_common 563 }, # target libjingle_webrtc_common
564 { 564 {
565 # GN version: //third_party/libjingle:libjingle_webrtc 565 # GN version: //third_party/libjingle:libjingle_webrtc
566 'target_name': 'libjingle_webrtc', 566 'target_name': 'libjingle_webrtc',
567 'type': 'static_library', 567 'type': 'static_library',
568 'sources': [ 568 'sources': [
569 'overrides/init_webrtc.cc', 569 'overrides/init_webrtc.cc',
570 'overrides/init_webrtc.h', 570 'overrides/init_webrtc.h',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 # in this directory and not lib.target as will otherwise be 641 # in this directory and not lib.target as will otherwise be
642 # the case with make builds. 642 # the case with make builds.
643 'product_dir': '<(PRODUCT_DIR)/lib', 643 'product_dir': '<(PRODUCT_DIR)/lib',
644 }], 644 }],
645 ], 645 ],
646 }, # target libpeerconnection 646 }, # target libpeerconnection
647 ], 647 ],
648 }], 648 }],
649 ], 649 ],
650 } 650 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698