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

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

Issue 343233004: Add chrome/renderer to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: work around lack of hunspell Created 6 years, 6 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 | « components/BUILD.gn ('k') | media/cast/logging/proto/BUILD.gn » ('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 'conditions': [ 10 'conditions': [
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'logging/stats_event_subscriber.h', 59 'logging/stats_event_subscriber.h',
60 'rtp_timestamp_helper.cc', 60 'rtp_timestamp_helper.cc',
61 'rtp_timestamp_helper.h', 61 'rtp_timestamp_helper.h',
62 'transport/cast_transport_config.cc', 62 'transport/cast_transport_config.cc',
63 'transport/cast_transport_config.h', 63 'transport/cast_transport_config.h',
64 'transport/cast_transport_defines.h', 64 'transport/cast_transport_defines.h',
65 'transport/cast_transport_sender.h', 65 'transport/cast_transport_sender.h',
66 ], # source 66 ], # source
67 }, 67 },
68 { 68 {
69 # GN version: //media/cast/logging/proto
69 'target_name': 'cast_logging_proto', 70 'target_name': 'cast_logging_proto',
70 'type': 'static_library', 71 'type': 'static_library',
71 'include_dirs': [ 72 'include_dirs': [
72 '<(DEPTH)/', 73 '<(DEPTH)/',
73 ], 74 ],
74 'sources': [ 75 'sources': [
75 'logging/proto/proto_utils.cc', 76 'logging/proto/proto_utils.cc',
76 'logging/proto/raw_events.proto', 77 'logging/proto/raw_events.proto',
77 ], 78 ],
78 'variables': { 79 'variables': {
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'transport/rtp_sender/rtp_sender.cc', 217 'transport/rtp_sender/rtp_sender.cc',
217 'transport/rtp_sender/rtp_sender.h', 218 'transport/rtp_sender/rtp_sender.h',
218 'transport/transport/udp_transport.cc', 219 'transport/transport/udp_transport.cc',
219 'transport/transport/udp_transport.h', 220 'transport/transport/udp_transport.h',
220 'transport/utility/transport_encryption_handler.cc', 221 'transport/utility/transport_encryption_handler.cc',
221 'transport/utility/transport_encryption_handler.h', 222 'transport/utility/transport_encryption_handler.h',
222 ], # source 223 ], # source
223 }, 224 },
224 ], 225 ],
225 } 226 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | media/cast/logging/proto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698