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

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: Changing log message delegation path to go via content. 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 | 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'common/mac/font_loader.mm', 270 'common/mac/font_loader.mm',
271 'common/media/audio_messages.h', 271 'common/media/audio_messages.h',
272 'common/media/media_param_traits.cc', 272 'common/media/media_param_traits.cc',
273 'common/media/media_param_traits.h', 273 'common/media/media_param_traits.h',
274 'common/media/media_player_messages_android.h', 274 'common/media/media_player_messages_android.h',
275 'common/media/media_stream_messages.h', 275 'common/media/media_stream_messages.h',
276 'common/media/media_stream_options.cc', 276 'common/media/media_stream_options.cc',
277 'common/media/media_stream_options.h', 277 'common/media/media_stream_options.h',
278 'common/media/video_capture.h', 278 'common/media/video_capture.h',
279 'common/media/video_capture_messages.h', 279 'common/media/video_capture_messages.h',
280 'common/media/webrtc_logging_messages.h',
281 'common/memory_benchmark_messages.h', 280 'common/memory_benchmark_messages.h',
282 'common/message_router.cc', 281 'common/message_router.cc',
283 'common/message_router.h', 282 'common/message_router.h',
284 'common/mime_registry_messages.h', 283 'common/mime_registry_messages.h',
285 'common/navigation_gesture.h', 284 'common/navigation_gesture.h',
286 'common/net/url_fetcher.cc', 285 'common/net/url_fetcher.cc',
287 'common/net/url_request_user_data.cc', 286 'common/net/url_request_user_data.cc',
288 'common/net/url_request_user_data.h', 287 'common/net/url_request_user_data.h',
289 'common/p2p_messages.h', 288 'common/p2p_messages.h',
290 'common/p2p_sockets.h', 289 'common/p2p_sockets.h',
291 'common/page_zoom.cc', 290 'common/page_zoom.cc',
292 'common/partial_circular_buffer.cc',
293 'common/partial_circular_buffer.h',
294 'common/pepper_messages.h', 291 'common/pepper_messages.h',
295 'common/pepper_plugin_registry.cc', 292 'common/pepper_plugin_registry.cc',
296 'common/pepper_plugin_registry.h', 293 'common/pepper_plugin_registry.h',
297 'common/pepper_renderer_instance_data.cc', 294 'common/pepper_renderer_instance_data.cc',
298 'common/pepper_renderer_instance_data.h', 295 'common/pepper_renderer_instance_data.h',
299 'common/plugin_carbon_interpose_constants_mac.cc', 296 'common/plugin_carbon_interpose_constants_mac.cc',
300 'common/plugin_carbon_interpose_constants_mac.h', 297 'common/plugin_carbon_interpose_constants_mac.h',
301 'common/plugin_process_messages.h', 298 'common/plugin_process_messages.h',
302 'common/process_type.cc', 299 'common/process_type.cc',
303 'common/quota_messages.h', 300 'common/quota_messages.h',
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 558 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
562 '<(output)', 559 '<(output)',
563 '<(PRODUCT_DIR)', 560 '<(PRODUCT_DIR)',
564 ], 561 ],
565 'msvs_cygwin_shell': 1, 562 'msvs_cygwin_shell': 1,
566 }, 563 },
567 ] 564 ]
568 }], 565 }],
569 ], 566 ],
570 } 567 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698