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

Side by Side Diff: webrtc/base/base.gyp

Issue 1444323002: Add files required to link with WebRTC for Chromium on iOS. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Keep gyp & gn in sync Created 5 years, 1 month 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/base/BUILD.gn ('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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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 { 9 {
10 'includes': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 ], 504 ],
505 }, 505 },
506 }, { 506 }, {
507 'sources!': [ 507 'sources!': [
508 'ifaddrs-android.cc', 508 'ifaddrs-android.cc',
509 'ifaddrs-android.h', 509 'ifaddrs-android.h',
510 ], 510 ],
511 }], 511 }],
512 ['OS=="ios"', { 512 ['OS=="ios"', {
513 'sources/': [ 513 'sources/': [
514 ['include', 'macconversion.*'], 514 ['include', 'maccocoathreadhelper.h'],
515 ['include', 'maccocoathreadhelper.mm'],
516 ['include', 'macconversion.cc'],
517 ['include', 'macconversion.h'],
515 ], 518 ],
516 'all_dependent_settings': { 519 'all_dependent_settings': {
517 'xcode_settings': { 520 'xcode_settings': {
518 'OTHER_LDFLAGS': [ 521 'OTHER_LDFLAGS': [
519 '-framework CFNetwork', 522 '-framework CFNetwork',
520 '-framework Foundation', 523 '-framework Foundation',
521 '-framework Security', 524 '-framework Security',
522 '-framework SystemConfiguration', 525 '-framework SystemConfiguration',
523 '-framework UIKit', 526 '-framework UIKit',
524 ], 527 ],
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 ], 671 ],
669 }, { 672 }, {
670 'include_dirs': [ 673 'include_dirs': [
671 '<(ssl_root)', 674 '<(ssl_root)',
672 ], 675 ],
673 }], 676 }],
674 ], 677 ],
675 }, 678 },
676 ], 679 ],
677 } 680 }
OLDNEW
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698