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

Side by Side Diff: content/content_renderer.gypi

Issue 13119009: Adding WebRTC logging filter, handler and handler host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 8 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 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../third_party/hyphen/hyphen.gyp:hyphen', 10 '../third_party/hyphen/hyphen.gyp:hyphen',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'renderer/text_input_client_observer.cc', 284 'renderer/text_input_client_observer.cc',
285 'renderer/text_input_client_observer.h', 285 'renderer/text_input_client_observer.h',
286 'renderer/v8_value_converter_impl.cc', 286 'renderer/v8_value_converter_impl.cc',
287 'renderer/v8_value_converter_impl.h', 287 'renderer/v8_value_converter_impl.h',
288 'renderer/web_ui_extension.cc', 288 'renderer/web_ui_extension.cc',
289 'renderer/web_ui_extension.h', 289 'renderer/web_ui_extension.h',
290 'renderer/web_ui_extension_data.cc', 290 'renderer/web_ui_extension_data.cc',
291 'renderer/web_ui_extension_data.h', 291 'renderer/web_ui_extension_data.h',
292 'renderer/webplugin_delegate_proxy.cc', 292 'renderer/webplugin_delegate_proxy.cc',
293 'renderer/webplugin_delegate_proxy.h', 293 'renderer/webplugin_delegate_proxy.h',
294 'renderer/webrtc_logging_handler_impl.cc',
295 'renderer/webrtc_logging_handler_impl.h',
296 'renderer/webrtc_logging_message_filter.cc',
297 'renderer/webrtc_logging_message_filter.h',
294 'renderer/websharedworker_proxy.cc', 298 'renderer/websharedworker_proxy.cc',
295 'renderer/websharedworker_proxy.h', 299 'renderer/websharedworker_proxy.h',
296 'renderer/websharedworkerrepository_impl.cc', 300 'renderer/websharedworkerrepository_impl.cc',
297 'renderer/websharedworkerrepository_impl.h', 301 'renderer/websharedworkerrepository_impl.h',
298 ], 302 ],
299 'conditions': [ 303 'conditions': [
300 ['notifications==0', { 304 ['notifications==0', {
301 'sources!': [ 305 'sources!': [
302 'renderer/notification_provider.cc', 306 'renderer/notification_provider.cc',
303 'renderer/active_notification_tracker.cc', 307 'renderer/active_notification_tracker.cc',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 }], 426 }],
423 ], 427 ],
424 'target_conditions': [ 428 'target_conditions': [
425 ['OS=="android"', { 429 ['OS=="android"', {
426 'sources/': [ 430 'sources/': [
427 ['include', '^renderer/render_view_linux\\.cc$'], 431 ['include', '^renderer/render_view_linux\\.cc$'],
428 ], 432 ],
429 }], 433 }],
430 ], 434 ],
431 } 435 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698