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

Side by Side Diff: content/content_child.gypi

Issue 1787973002: Replace blink::WebDiscardableMemory with base::DiscardableMemory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use StringPiece::as_string Created 4 years, 9 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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', 7 '../base/base.gyp:base',
8 '../components/mime_util/mime_util.gyp:mime_util', 8 '../components/mime_util/mime_util.gyp:mime_util',
9 '../components/scheduler/scheduler.gyp:scheduler', 9 '../components/scheduler/scheduler.gyp:scheduler',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'child/sync_load_response.cc', 250 'child/sync_load_response.cc',
251 'child/sync_load_response.h', 251 'child/sync_load_response.h',
252 'child/thread_safe_sender.cc', 252 'child/thread_safe_sender.cc',
253 'child/thread_safe_sender.h', 253 'child/thread_safe_sender.h',
254 'child/v8_value_converter_impl.cc', 254 'child/v8_value_converter_impl.cc',
255 'child/v8_value_converter_impl.h', 255 'child/v8_value_converter_impl.h',
256 'child/web_data_consumer_handle_impl.cc', 256 'child/web_data_consumer_handle_impl.cc',
257 'child/web_data_consumer_handle_impl.h', 257 'child/web_data_consumer_handle_impl.h',
258 'child/web_database_observer_impl.cc', 258 'child/web_database_observer_impl.cc',
259 'child/web_database_observer_impl.h', 259 'child/web_database_observer_impl.h',
260 'child/web_discardable_memory_impl.cc',
261 'child/web_discardable_memory_impl.h',
262 'child/web_url_loader_impl.cc', 260 'child/web_url_loader_impl.cc',
263 'child/web_url_loader_impl.h', 261 'child/web_url_loader_impl.h',
264 'child/web_url_request_util.cc', 262 'child/web_url_request_util.cc',
265 'child/web_url_request_util.h', 263 'child/web_url_request_util.h',
266 'child/webblobregistry_impl.cc', 264 'child/webblobregistry_impl.cc',
267 'child/webblobregistry_impl.h', 265 'child/webblobregistry_impl.h',
268 'child/webfallbackthemeengine_impl.cc', 266 'child/webfallbackthemeengine_impl.cc',
269 'child/webfallbackthemeengine_impl.h', 267 'child/webfallbackthemeengine_impl.h',
270 'child/webfileutilities_impl.cc', 268 'child/webfileutilities_impl.cc',
271 'child/webfileutilities_impl.h', 269 'child/webfileutilities_impl.h',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 'child/npapi/webplugin_delegate_impl_mac.mm', 318 'child/npapi/webplugin_delegate_impl_mac.mm',
321 ], 319 ],
322 }], 320 }],
323 ['OS=="win"', { 321 ['OS=="win"', {
324 'sources!': [ 322 'sources!': [
325 'child/npapi/webplugin_delegate_impl_aura.cc', 323 'child/npapi/webplugin_delegate_impl_aura.cc',
326 ], 324 ],
327 }], 325 }],
328 ], 326 ],
329 } 327 }
OLDNEW
« no previous file with comments | « content/child/web_discardable_memory_impl.cc ('k') | third_party/WebKit/Source/platform/PurgeableVector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698