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

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

Issue 2224323003: WIP roll gtest/gmock DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
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 # Most of these settings have been split according to their scope into 9 # Most of these settings have been split according to their scope into
10 # :jingle_unexported_configs and :jingle_public_config in the GN build. 10 # :jingle_unexported_configs and :jingle_public_config in the GN build.
11 'target_defaults': { 11 'target_defaults': {
12 'include_dirs': [ 12 'include_dirs': [
13 '../../third_party/webrtc_overrides', 13 '../../third_party/webrtc_overrides',
14 '../..', 14 '../..',
15 '../../testing/gtest/include',
16 '../../third_party', 15 '../../third_party',
16 '../../third_party/gtest/googletest/include',
17 '../../third_party/libyuv/include', 17 '../../third_party/libyuv/include',
18 '../../third_party/usrsctp/usrsctplib', 18 '../../third_party/usrsctp/usrsctplib',
19 ], 19 ],
20 # These dependencies have been translated into :jingle_deps in the GN build. 20 # These dependencies have been translated into :jingle_deps in the GN build.
21 'dependencies': [ 21 'dependencies': [
22 '<(DEPTH)/base/base.gyp:base', 22 '<(DEPTH)/base/base.gyp:base',
23 '<(DEPTH)/net/net.gyp:net', 23 '<(DEPTH)/net/net.gyp:net',
24 '<(DEPTH)/third_party/boringssl/boringssl.gyp:boringssl', 24 '<(DEPTH)/third_party/boringssl/boringssl.gyp:boringssl',
25 '<(DEPTH)/third_party/expat/expat.gyp:expat', 25 '<(DEPTH)/third_party/expat/expat.gyp:expat',
26 ], 26 ],
27 'export_dependent_settings': [ 27 'export_dependent_settings': [
28 '<(DEPTH)/third_party/expat/expat.gyp:expat', 28 '<(DEPTH)/third_party/expat/expat.gyp:expat',
29 ], 29 ],
30 'direct_dependent_settings': { 30 'direct_dependent_settings': {
31 'include_dirs': [ 31 'include_dirs': [
32 '../..',
33 '../../third_party',
34 '../../third_party/gtest/googletest/include',
32 '../../third_party/webrtc_overrides', 35 '../../third_party/webrtc_overrides',
33 '../..',
34 '../../testing/gtest/include',
35 '../../third_party',
36 ], 36 ],
37 'conditions': [ 37 'conditions': [
38 ['OS=="win"', { 38 ['OS=="win"', {
39 'link_settings': { 39 'link_settings': {
40 'libraries': [ 40 'libraries': [
41 '-lsecur32.lib', 41 '-lsecur32.lib',
42 '-lcrypt32.lib', 42 '-lcrypt32.lib',
43 '-liphlpapi.lib', 43 '-liphlpapi.lib',
44 ], 44 ],
45 }, 45 },
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 ], 120 ],
121 'dependencies': [ 121 'dependencies': [
122 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:audio_processing', 122 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:audio_processing',
123 'libjingle_webrtc_common', 123 'libjingle_webrtc_common',
124 ], 124 ],
125 }, 125 },
126 ], 126 ],
127 }], 127 }],
128 ], 128 ],
129 } 129 }
OLDNEW
« no previous file with comments | « testing/testing/gtest/include/gtest/internal/gtest-type-util.h ('k') | tools/checklicenses/checklicenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698