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

Side by Side Diff: media/cast/cast.gyp

Issue 138843011: Cast: Adding helper crypto classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile issues Created 6 years, 10 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 | « media/cast/audio_sender/audio_sender.gypi ('k') | media/cast/cast_defines.h » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'include_tests%': 1, 7 'include_tests%': 1,
8 'chromium_code': 1, 8 'chromium_code': 1,
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 30 matching lines...) Expand all
41 'target_name': 'cast_unittests', 41 'target_name': 'cast_unittests',
42 'type': '<(gtest_target_type)', 42 'type': '<(gtest_target_type)',
43 'dependencies': [ 43 'dependencies': [
44 'cast_config', 44 'cast_config',
45 'cast_receiver.gyp:cast_receiver', 45 'cast_receiver.gyp:cast_receiver',
46 'cast_sender.gyp:cast_sender', 46 'cast_sender.gyp:cast_sender',
47 'test/utility/utility.gyp:cast_test_utility', 47 'test/utility/utility.gyp:cast_test_utility',
48 'transport/cast_transport.gyp:cast_transport', 48 'transport/cast_transport.gyp:cast_transport',
49 '<(DEPTH)/base/base.gyp:run_all_unittests', 49 '<(DEPTH)/base/base.gyp:run_all_unittests',
50 '<(DEPTH)/base/base.gyp:test_support_base', 50 '<(DEPTH)/base/base.gyp:test_support_base',
51 '<(DEPTH)/crypto/crypto.gyp:crypto',
52 '<(DEPTH)/net/net.gyp:net', 51 '<(DEPTH)/net/net.gyp:net',
53 '<(DEPTH)/testing/gmock.gyp:gmock', 52 '<(DEPTH)/testing/gmock.gyp:gmock',
54 '<(DEPTH)/testing/gtest.gyp:gtest', 53 '<(DEPTH)/testing/gtest.gyp:gtest',
55 ], 54 ],
56 'include_dirs': [ 55 'include_dirs': [
57 '<(DEPTH)/', 56 '<(DEPTH)/',
58 '<(DEPTH)/third_party/', 57 '<(DEPTH)/third_party/',
59 '<(DEPTH)/third_party/webrtc/', 58 '<(DEPTH)/third_party/webrtc/',
60 ], 59 ],
61 'sources': [ 60 'sources': [
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 '-lXext', 156 '-lXext',
158 '-lX11', 157 '-lX11',
159 ], 158 ],
160 }], 159 }],
161 ], 160 ],
162 }, 161 },
163 ], # targets 162 ], # targets
164 }], # include_tests 163 }], # include_tests
165 ], 164 ],
166 } 165 }
OLDNEW
« no previous file with comments | « media/cast/audio_sender/audio_sender.gypi ('k') | media/cast/cast_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698