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

Side by Side Diff: content/content_browser.gypi

Issue 1088673003: CompressedStringDataSink for trace_controller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win compile and tests. Created 5 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
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_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 1423 matching lines...) Expand 10 before | Expand all | Expand 10 after
1434 'browser/time_zone_monitor_chromeos.cc', 1434 'browser/time_zone_monitor_chromeos.cc',
1435 'browser/time_zone_monitor_linux.cc', 1435 'browser/time_zone_monitor_linux.cc',
1436 'browser/time_zone_monitor_mac.mm', 1436 'browser/time_zone_monitor_mac.mm',
1437 'browser/time_zone_monitor_win.cc', 1437 'browser/time_zone_monitor_win.cc',
1438 'browser/tracing/etw_system_event_consumer_win.cc', 1438 'browser/tracing/etw_system_event_consumer_win.cc',
1439 'browser/tracing/etw_system_event_consumer_win.h', 1439 'browser/tracing/etw_system_event_consumer_win.h',
1440 'browser/tracing/trace_message_filter.cc', 1440 'browser/tracing/trace_message_filter.cc',
1441 'browser/tracing/trace_message_filter.h', 1441 'browser/tracing/trace_message_filter.h',
1442 'browser/tracing/tracing_controller_impl.cc', 1442 'browser/tracing/tracing_controller_impl.cc',
1443 'browser/tracing/tracing_controller_impl.h', 1443 'browser/tracing/tracing_controller_impl.h',
1444 'browser/tracing/tracing_controller_impl_data_sinks.cc',
1445 'browser/tracing/tracing_controller_impl_data_sinks.h',
1444 'browser/tracing/tracing_ui.cc', 1446 'browser/tracing/tracing_ui.cc',
1445 'browser/tracing/tracing_ui.h', 1447 'browser/tracing/tracing_ui.h',
1446 'browser/transition_request_manager.cc', 1448 'browser/transition_request_manager.cc',
1447 'browser/transition_request_manager.h', 1449 'browser/transition_request_manager.h',
1448 'browser/udev_linux.cc', 1450 'browser/udev_linux.cc',
1449 'browser/udev_linux.h', 1451 'browser/udev_linux.h',
1450 'browser/user_metrics.cc', 1452 'browser/user_metrics.cc',
1451 'browser/utility_process_host_impl.cc', 1453 'browser/utility_process_host_impl.cc',
1452 'browser/utility_process_host_impl.h', 1454 'browser/utility_process_host_impl.h',
1453 'browser/web_contents/aura/gesture_nav_simple.cc', 1455 'browser/web_contents/aura/gesture_nav_simple.cc',
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
2031 'browser/media/media_web_contents_observer.h', 2033 'browser/media/media_web_contents_observer.h',
2032 ], 2034 ],
2033 }], 2035 }],
2034 ['OS == "linux" and use_openssl==1', { 2036 ['OS == "linux" and use_openssl==1', {
2035 'dependencies': [ 2037 'dependencies': [
2036 '../third_party/boringssl/boringssl.gyp:boringssl', 2038 '../third_party/boringssl/boringssl.gyp:boringssl',
2037 ], 2039 ],
2038 }], 2040 }],
2039 ], 2041 ],
2040 } 2042 }
OLDNEW
« no previous file with comments | « content/browser/tracing/tracing_controller_impl_data_sinks.cc ('k') | content/public/browser/tracing_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698