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

Side by Side Diff: content/content_common.gypi

Issue 15741003: Moving WebRTC logging related files from content to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'common/mac/font_loader.mm', 289 'common/mac/font_loader.mm',
290 'common/media/audio_messages.h', 290 'common/media/audio_messages.h',
291 'common/media/media_param_traits.cc', 291 'common/media/media_param_traits.cc',
292 'common/media/media_param_traits.h', 292 'common/media/media_param_traits.h',
293 'common/media/media_player_messages_android.h', 293 'common/media/media_player_messages_android.h',
294 'common/media/media_stream_messages.h', 294 'common/media/media_stream_messages.h',
295 'common/media/media_stream_options.cc', 295 'common/media/media_stream_options.cc',
296 'common/media/media_stream_options.h', 296 'common/media/media_stream_options.h',
297 'common/media/video_capture.h', 297 'common/media/video_capture.h',
298 'common/media/video_capture_messages.h', 298 'common/media/video_capture_messages.h',
299 'common/media/webrtc_logging_messages.h',
300 'common/message_router.cc', 299 'common/message_router.cc',
301 'common/message_router.h', 300 'common/message_router.h',
302 'common/mime_registry_messages.h', 301 'common/mime_registry_messages.h',
303 'common/navigation_gesture.h', 302 'common/navigation_gesture.h',
304 'common/net/url_fetcher.cc', 303 'common/net/url_fetcher.cc',
305 'common/net/url_request_user_data.cc', 304 'common/net/url_request_user_data.cc',
306 'common/net/url_request_user_data.h', 305 'common/net/url_request_user_data.h',
307 'common/p2p_messages.h', 306 'common/p2p_messages.h',
308 'common/p2p_sockets.h', 307 'common/p2p_sockets.h',
309 'common/page_zoom.cc', 308 'common/page_zoom.cc',
310 'common/partial_circular_buffer.cc',
311 'common/partial_circular_buffer.h',
312 'common/pepper_messages.h', 309 'common/pepper_messages.h',
313 'common/pepper_plugin_registry.cc', 310 'common/pepper_plugin_registry.cc',
314 'common/pepper_plugin_registry.h', 311 'common/pepper_plugin_registry.h',
315 'common/pepper_renderer_instance_data.cc', 312 'common/pepper_renderer_instance_data.cc',
316 'common/pepper_renderer_instance_data.h', 313 'common/pepper_renderer_instance_data.h',
317 'common/plugin_carbon_interpose_constants_mac.cc', 314 'common/plugin_carbon_interpose_constants_mac.cc',
318 'common/plugin_carbon_interpose_constants_mac.h', 315 'common/plugin_carbon_interpose_constants_mac.h',
319 'common/plugin_process_messages.h', 316 'common/plugin_process_messages.h',
320 'common/process_type.cc', 317 'common/process_type.cc',
321 'common/quota_messages.h', 318 'common/quota_messages.h',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 573 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
577 '<(output)', 574 '<(output)',
578 '<(PRODUCT_DIR)', 575 '<(PRODUCT_DIR)',
579 ], 576 ],
580 'msvs_cygwin_shell': 1, 577 'msvs_cygwin_shell': 1,
581 }, 578 },
582 ] 579 ]
583 }], 580 }],
584 ], 581 ],
585 } 582 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698