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

Side by Side Diff: webrtc/webrtc_examples.gyp

Issue 2296613002: Delete talk directory, and references from build_ios_libs.sh. (Closed)
Patch Set: Update filenames for c -> c++ conversion. Created 4 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 | « webrtc/build/ios/merge_ios_libs.gyp ('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 WebRTC Project Authors. All rights reserved. 1 # Copyright (c) 2012 The WebRTC Project Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 { 8 {
9 'includes': [
10 '../talk/build/common.gypi',
11 ],
12
13 'conditions': [ 9 'conditions': [
14 ['OS=="linux" or OS=="win"', { 10 ['OS=="linux" or OS=="win"', {
15 'targets': [ 11 'targets': [
16 { 12 {
17 'target_name': 'relayserver', 13 'target_name': 'relayserver',
18 'type': 'executable', 14 'type': 'executable',
19 'dependencies': [ 15 'dependencies': [
20 '<(webrtc_root)/base/base.gyp:rtc_base_approved', 16 '<(webrtc_root)/base/base.gyp:rtc_base_approved',
21 '<(webrtc_root)/pc/pc.gyp:rtc_pc', 17 '<(webrtc_root)/pc/pc.gyp:rtc_pc',
22 ], 18 ],
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 }, 479 },
484 'includes': [ 480 'includes': [
485 '../build/host_jar.gypi', 481 '../build/host_jar.gypi',
486 '../build/android/test_runner.gypi', 482 '../build/android/test_runner.gypi',
487 ], 483 ],
488 }, 484 },
489 ], # targets 485 ], # targets
490 }], # OS=="android" 486 }], # OS=="android"
491 ], 487 ],
492 } 488 }
OLDNEW
« no previous file with comments | « webrtc/build/ios/merge_ios_libs.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698