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

Side by Side Diff: content/content_common.gypi

Issue 15969025: Generates the DTLS identity in browser process and returns it to render process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'common/inter_process_time_ticks_converter.cc', 264 'common/inter_process_time_ticks_converter.cc',
265 'common/inter_process_time_ticks_converter.h', 265 'common/inter_process_time_ticks_converter.h',
266 'common/java_bridge_messages.h', 266 'common/java_bridge_messages.h',
267 'common/mac/attributed_string_coder.h', 267 'common/mac/attributed_string_coder.h',
268 'common/mac/attributed_string_coder.mm', 268 'common/mac/attributed_string_coder.mm',
269 'common/mac/font_descriptor.h', 269 'common/mac/font_descriptor.h',
270 'common/mac/font_descriptor.mm', 270 'common/mac/font_descriptor.mm',
271 'common/mac/font_loader.h', 271 'common/mac/font_loader.h',
272 'common/mac/font_loader.mm', 272 'common/mac/font_loader.mm',
273 'common/media/audio_messages.h', 273 'common/media/audio_messages.h',
274 'common/media/dtls_identity_messages.h',
274 'common/media/media_param_traits.cc', 275 'common/media/media_param_traits.cc',
275 'common/media/media_param_traits.h', 276 'common/media/media_param_traits.h',
276 'common/media/media_player_messages_android.h', 277 'common/media/media_player_messages_android.h',
277 'common/media/media_stream_messages.h', 278 'common/media/media_stream_messages.h',
278 'common/media/media_stream_options.cc', 279 'common/media/media_stream_options.cc',
279 'common/media/media_stream_options.h', 280 'common/media/media_stream_options.h',
280 'common/media/video_capture.h', 281 'common/media/video_capture.h',
281 'common/media/video_capture_messages.h', 282 'common/media/video_capture_messages.h',
282 'common/media/webrtc_logging_messages.h', 283 'common/media/webrtc_logging_messages.h',
283 'common/memory_benchmark_messages.h', 284 'common/memory_benchmark_messages.h',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 564 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
564 '<(output)', 565 '<(output)',
565 '<(PRODUCT_DIR)', 566 '<(PRODUCT_DIR)',
566 ], 567 ],
567 'msvs_cygwin_shell': 1, 568 'msvs_cygwin_shell': 1,
568 }, 569 },
569 ] 570 ]
570 }], 571 }],
571 ], 572 ],
572 } 573 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698