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

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

Issue 184853003: Cast: Add GetStats() extensions API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add files Created 6 years, 9 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 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 '<(DEPTH)/base/base.gyp:base', 61 '<(DEPTH)/base/base.gyp:base',
62 ], 62 ],
63 'export_dependent_settings': [ 63 'export_dependent_settings': [
64 'cast_logging_proto_lib', 64 'cast_logging_proto_lib',
65 ], 65 ],
66 'sources': [ 66 'sources': [
67 'logging/encoding_event_subscriber.cc', 67 'logging/encoding_event_subscriber.cc',
68 'logging/encoding_event_subscriber.h', 68 'logging/encoding_event_subscriber.h',
69 'logging/log_serializer.cc', 69 'logging/log_serializer.cc',
70 'logging/log_serializer.h', 70 'logging/log_serializer.h',
71 'logging/stats_converter.cc',
72 'logging/stats_converter.h',
71 ], # source 73 ], # source
72 }, 74 },
73 ], # targets, 75 ], # targets,
74 'conditions': [ 76 'conditions': [
75 ['include_tests==1', { 77 ['include_tests==1', {
76 'targets': [ 78 'targets': [
77 { 79 {
78 'target_name': 'cast_unittests', 80 'target_name': 'cast_unittests',
79 'type': '<(gtest_target_type)', 81 'type': '<(gtest_target_type)',
80 'dependencies': [ 82 'dependencies': [
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 '<(DEPTH)/media/cast/test/linux_output_window.cc', 201 '<(DEPTH)/media/cast/test/linux_output_window.cc',
200 '<(DEPTH)/media/cast/test/linux_output_window.h', 202 '<(DEPTH)/media/cast/test/linux_output_window.h',
201 ], 203 ],
202 }], 204 }],
203 ], 205 ],
204 }, 206 },
205 ], # targets 207 ], # targets
206 }], # include_tests 208 }], # include_tests
207 ], 209 ],
208 } 210 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698