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

Side by Side Diff: content/content_browser.gypi

Issue 1332583002: Architecture for cross-process memory notification suppressing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment explaining the use of scoped_ptr in the browser test matcher Created 5 years, 3 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
« no previous file with comments | « content/common/memory_messages.h ('k') | content/content_child.gypi » ('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 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 'browser/media/media_internals_proxy.cc', 1056 'browser/media/media_internals_proxy.cc',
1057 'browser/media/media_internals_proxy.h', 1057 'browser/media/media_internals_proxy.h',
1058 'browser/media/media_internals_ui.cc', 1058 'browser/media/media_internals_ui.cc',
1059 'browser/media/media_internals_ui.h', 1059 'browser/media/media_internals_ui.h',
1060 'browser/media/midi_host.cc', 1060 'browser/media/midi_host.cc',
1061 'browser/media/midi_host.h', 1061 'browser/media/midi_host.h',
1062 'browser/media/webrtc_identity_store.cc', 1062 'browser/media/webrtc_identity_store.cc',
1063 'browser/media/webrtc_identity_store.h', 1063 'browser/media/webrtc_identity_store.h',
1064 'browser/media/webrtc_identity_store_backend.cc', 1064 'browser/media/webrtc_identity_store_backend.cc',
1065 'browser/media/webrtc_identity_store_backend.h', 1065 'browser/media/webrtc_identity_store_backend.h',
1066 'browser/memory/memory_message_filter.cc',
1067 'browser/memory/memory_message_filter.h',
1068 'browser/memory/memory_pressure_controller.cc',
1069 'browser/memory/memory_pressure_controller.h',
1066 'browser/message_port_message_filter.cc', 1070 'browser/message_port_message_filter.cc',
1067 'browser/message_port_message_filter.h', 1071 'browser/message_port_message_filter.h',
1068 'browser/message_port_provider.cc', 1072 'browser/message_port_provider.cc',
1069 'browser/message_port_service.cc', 1073 'browser/message_port_service.cc',
1070 'browser/message_port_service.h', 1074 'browser/message_port_service.h',
1071 'browser/mime_registry_message_filter.cc', 1075 'browser/mime_registry_message_filter.cc',
1072 'browser/mime_registry_message_filter.h', 1076 'browser/mime_registry_message_filter.h',
1073 'browser/mojo/mojo_app_connection_impl.cc', 1077 'browser/mojo/mojo_app_connection_impl.cc',
1074 'browser/mojo/mojo_app_connection_impl.h', 1078 'browser/mojo/mojo_app_connection_impl.h',
1075 'browser/mojo/mojo_application_host.cc', 1079 'browser/mojo/mojo_application_host.cc',
(...skipping 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after
2177 ['enable_webvr==1 and OS=="android"', { 2181 ['enable_webvr==1 and OS=="android"', {
2178 'sources': [ 2182 'sources': [
2179 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2183 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2180 'browser/vr/android/cardboard/cardboard_vr_device.h', 2184 'browser/vr/android/cardboard/cardboard_vr_device.h',
2181 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2185 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2182 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2186 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2183 ], 2187 ],
2184 }], 2188 }],
2185 ], 2189 ],
2186 } 2190 }
OLDNEW
« no previous file with comments | « content/common/memory_messages.h ('k') | content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698