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

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

Issue 346113002: Revert of Add chrome/renderer to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
70 'target_name': 'cast_logging_proto', 69 'target_name': 'cast_logging_proto',
71 'type': 'static_library', 70 'type': 'static_library',
72 'include_dirs': [ 71 'include_dirs': [
73 '<(DEPTH)/', 72 '<(DEPTH)/',
74 ], 73 ],
75 'sources': [ 74 'sources': [
76 'logging/proto/proto_utils.cc', 75 'logging/proto/proto_utils.cc',
77 'logging/proto/raw_events.proto', 76 'logging/proto/raw_events.proto',
78 ], 77 ],
79 'variables': { 78 'variables': {
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'transport/rtp_sender/rtp_sender.cc', 216 'transport/rtp_sender/rtp_sender.cc',
218 'transport/rtp_sender/rtp_sender.h', 217 'transport/rtp_sender/rtp_sender.h',
219 'transport/transport/udp_transport.cc', 218 'transport/transport/udp_transport.cc',
220 'transport/transport/udp_transport.h', 219 'transport/transport/udp_transport.h',
221 'transport/utility/transport_encryption_handler.cc', 220 'transport/utility/transport_encryption_handler.cc',
222 'transport/utility/transport_encryption_handler.h', 221 'transport/utility/transport_encryption_handler.h',
223 ], # source 222 ], # source
224 }, 223 },
225 ], 224 ],
226 } 225 }
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