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

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: Fixed typo in gypi file. 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
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/webrtc_logging_handler_impl.h » ('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 (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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'renderer/text_input_client_observer.cc', 286 'renderer/text_input_client_observer.cc',
287 'renderer/text_input_client_observer.h', 287 'renderer/text_input_client_observer.h',
288 'renderer/v8_value_converter_impl.cc', 288 'renderer/v8_value_converter_impl.cc',
289 'renderer/v8_value_converter_impl.h', 289 'renderer/v8_value_converter_impl.h',
290 'renderer/web_ui_extension.cc', 290 'renderer/web_ui_extension.cc',
291 'renderer/web_ui_extension.h', 291 'renderer/web_ui_extension.h',
292 'renderer/web_ui_extension_data.cc', 292 'renderer/web_ui_extension_data.cc',
293 'renderer/web_ui_extension_data.h', 293 'renderer/web_ui_extension_data.h',
294 'renderer/webplugin_delegate_proxy.cc', 294 'renderer/webplugin_delegate_proxy.cc',
295 'renderer/webplugin_delegate_proxy.h', 295 'renderer/webplugin_delegate_proxy.h',
296 'renderer/webrtc_logging_handler_impl.cc',
297 'renderer/webrtc_logging_handler_impl.h',
298 'renderer/webrtc_logging_message_filter.cc',
299 'renderer/webrtc_logging_message_filter.h',
296 'renderer/websharedworker_proxy.cc', 300 'renderer/websharedworker_proxy.cc',
297 'renderer/websharedworker_proxy.h', 301 'renderer/websharedworker_proxy.h',
298 'renderer/websharedworkerrepository_impl.cc', 302 'renderer/websharedworkerrepository_impl.cc',
299 'renderer/websharedworkerrepository_impl.h', 303 'renderer/websharedworkerrepository_impl.h',
300 ], 304 ],
301 'conditions': [ 305 'conditions': [
302 ['notifications==0', { 306 ['notifications==0', {
303 'sources!': [ 307 'sources!': [
304 'renderer/notification_provider.cc', 308 'renderer/notification_provider.cc',
305 'renderer/active_notification_tracker.cc', 309 'renderer/active_notification_tracker.cc',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 }], 428 }],
425 ], 429 ],
426 'target_conditions': [ 430 'target_conditions': [
427 ['OS=="android"', { 431 ['OS=="android"', {
428 'sources/': [ 432 'sources/': [
429 ['include', '^renderer/render_view_linux\\.cc$'], 433 ['include', '^renderer/render_view_linux\\.cc$'],
430 ], 434 ],
431 }], 435 }],
432 ], 436 ],
433 } 437 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/webrtc_logging_handler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698