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

Side by Side Diff: content/content_child.gypi

Issue 1660383002: Refactoring: Move some classes from content/child to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add PLATFORM_EXPORT; Address haraken's review Created 4 years, 10 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/child/web_process_memory_dump_impl_unittest.cc ('k') | content/content_tests.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 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'child/threaded_data_provider.cc', 255 'child/threaded_data_provider.cc',
256 'child/threaded_data_provider.h', 256 'child/threaded_data_provider.h',
257 'child/v8_value_converter_impl.cc', 257 'child/v8_value_converter_impl.cc',
258 'child/v8_value_converter_impl.h', 258 'child/v8_value_converter_impl.h',
259 'child/web_data_consumer_handle_impl.cc', 259 'child/web_data_consumer_handle_impl.cc',
260 'child/web_data_consumer_handle_impl.h', 260 'child/web_data_consumer_handle_impl.h',
261 'child/web_database_observer_impl.cc', 261 'child/web_database_observer_impl.cc',
262 'child/web_database_observer_impl.h', 262 'child/web_database_observer_impl.h',
263 'child/web_discardable_memory_impl.cc', 263 'child/web_discardable_memory_impl.cc',
264 'child/web_discardable_memory_impl.h', 264 'child/web_discardable_memory_impl.h',
265 'child/web_memory_allocator_dump_impl.cc',
266 'child/web_memory_allocator_dump_impl.h',
267 'child/web_memory_dump_provider_adapter.cc',
268 'child/web_memory_dump_provider_adapter.h',
269 'child/web_process_memory_dump_impl.cc',
270 'child/web_process_memory_dump_impl.h',
271 'child/web_url_loader_impl.cc', 265 'child/web_url_loader_impl.cc',
272 'child/web_url_loader_impl.h', 266 'child/web_url_loader_impl.h',
273 'child/web_url_request_util.cc', 267 'child/web_url_request_util.cc',
274 'child/web_url_request_util.h', 268 'child/web_url_request_util.h',
275 'child/webblobregistry_impl.cc', 269 'child/webblobregistry_impl.cc',
276 'child/webblobregistry_impl.h', 270 'child/webblobregistry_impl.h',
277 'child/webfallbackthemeengine_impl.cc', 271 'child/webfallbackthemeengine_impl.cc',
278 'child/webfallbackthemeengine_impl.h', 272 'child/webfallbackthemeengine_impl.h',
279 'child/webfileutilities_impl.cc', 273 'child/webfileutilities_impl.cc',
280 'child/webfileutilities_impl.h', 274 'child/webfileutilities_impl.h',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 'child/npapi/webplugin_delegate_impl_mac.mm', 323 'child/npapi/webplugin_delegate_impl_mac.mm',
330 ], 324 ],
331 }], 325 }],
332 ['OS=="win"', { 326 ['OS=="win"', {
333 'sources!': [ 327 'sources!': [
334 'child/npapi/webplugin_delegate_impl_aura.cc', 328 'child/npapi/webplugin_delegate_impl_aura.cc',
335 ], 329 ],
336 }], 330 }],
337 ], 331 ],
338 } 332 }
OLDNEW
« no previous file with comments | « content/child/web_process_memory_dump_impl_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698