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

Side by Side Diff: content/content_browser.gypi

Issue 1468993003: [Eraser] Remove chrome://tcmalloc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address primiano comment, remove declaration from gpu_child_thread Created 5 years 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
« no previous file with comments | « content/common/child_process_messages.h ('k') | content/gpu/gpu_child_thread.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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../components/url_formatter/url_formatter.gyp:url_formatter', 8 '../components/url_formatter/url_formatter.gyp:url_formatter',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../device/battery/battery.gyp:device_battery', 10 '../device/battery/battery.gyp:device_battery',
(...skipping 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 'browser/streams/stream_handle_impl.h', 1451 'browser/streams/stream_handle_impl.h',
1452 'browser/streams/stream_read_observer.h', 1452 'browser/streams/stream_read_observer.h',
1453 'browser/streams/stream_register_observer.h', 1453 'browser/streams/stream_register_observer.h',
1454 'browser/streams/stream_registry.cc', 1454 'browser/streams/stream_registry.cc',
1455 'browser/streams/stream_registry.h', 1455 'browser/streams/stream_registry.h',
1456 'browser/streams/stream_url_request_job.cc', 1456 'browser/streams/stream_url_request_job.cc',
1457 'browser/streams/stream_url_request_job.h', 1457 'browser/streams/stream_url_request_job.h',
1458 'browser/streams/stream_write_observer.h', 1458 'browser/streams/stream_write_observer.h',
1459 'browser/system_message_window_win.cc', 1459 'browser/system_message_window_win.cc',
1460 'browser/system_message_window_win.h', 1460 'browser/system_message_window_win.h',
1461 'browser/tcmalloc_internals_request_job.cc',
1462 'browser/tcmalloc_internals_request_job.h',
1463 'browser/theme_helper_mac.h', 1461 'browser/theme_helper_mac.h',
1464 'browser/theme_helper_mac.mm', 1462 'browser/theme_helper_mac.mm',
1465 'browser/time_zone_monitor.cc', 1463 'browser/time_zone_monitor.cc',
1466 'browser/time_zone_monitor.h', 1464 'browser/time_zone_monitor.h',
1467 'browser/time_zone_monitor_android.cc', 1465 'browser/time_zone_monitor_android.cc',
1468 'browser/time_zone_monitor_android.h', 1466 'browser/time_zone_monitor_android.h',
1469 'browser/time_zone_monitor_chromeos.cc', 1467 'browser/time_zone_monitor_chromeos.cc',
1470 'browser/time_zone_monitor_linux.cc', 1468 'browser/time_zone_monitor_linux.cc',
1471 'browser/time_zone_monitor_mac.mm', 1469 'browser/time_zone_monitor_mac.mm',
1472 'browser/time_zone_monitor_win.cc', 1470 'browser/time_zone_monitor_win.cc',
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
2188 ['enable_webvr==1 and OS=="android"', { 2186 ['enable_webvr==1 and OS=="android"', {
2189 'sources': [ 2187 'sources': [
2190 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2188 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2191 'browser/vr/android/cardboard/cardboard_vr_device.h', 2189 'browser/vr/android/cardboard/cardboard_vr_device.h',
2192 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2190 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2193 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2191 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2194 ], 2192 ],
2195 }], 2193 }],
2196 ], 2194 ],
2197 } 2195 }
OLDNEW
« no previous file with comments | « content/common/child_process_messages.h ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698