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

Side by Side Diff: content/common/BUILD.gn

Issue 2459733002: Move discardable memory to //components from //content (Closed)
Patch Set: Fix build error Created 4 years, 1 month 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/child_thread_impl_browsertest.cc ('k') | content/common/DEPS » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "cursors/webcursor.h", 86 "cursors/webcursor.h",
87 "cursors/webcursor_android.cc", 87 "cursors/webcursor_android.cc",
88 "cursors/webcursor_aura.cc", 88 "cursors/webcursor_aura.cc",
89 "cursors/webcursor_aurawin.cc", 89 "cursors/webcursor_aurawin.cc",
90 "cursors/webcursor_aurax11.cc", 90 "cursors/webcursor_aurax11.cc",
91 "cursors/webcursor_mac.mm", 91 "cursors/webcursor_mac.mm",
92 "cursors/webcursor_ozone.cc", 92 "cursors/webcursor_ozone.cc",
93 "database_messages.h", 93 "database_messages.h",
94 "date_time_suggestion.h", 94 "date_time_suggestion.h",
95 "devtools_messages.h", 95 "devtools_messages.h",
96 "discardable_shared_memory_heap.cc",
97 "discardable_shared_memory_heap.h",
98 "dom_storage/dom_storage_map.cc", 96 "dom_storage/dom_storage_map.cc",
99 "dom_storage/dom_storage_map.h", 97 "dom_storage/dom_storage_map.h",
100 "dom_storage/dom_storage_messages.h", 98 "dom_storage/dom_storage_messages.h",
101 "drag_event_source_info.h", 99 "drag_event_source_info.h",
102 "drag_messages.h", 100 "drag_messages.h",
103 "drag_traits.h", 101 "drag_traits.h",
104 "dwrite_font_proxy_messages.h", 102 "dwrite_font_proxy_messages.h",
105 "edit_command.h", 103 "edit_command.h",
106 "establish_channel_params.cc", 104 "establish_channel_params.cc",
107 "establish_channel_params.h", 105 "establish_channel_params.h",
(...skipping 20 matching lines...) Expand all
128 "gamepad_param_traits.cc", 126 "gamepad_param_traits.cc",
129 "gamepad_param_traits.h", 127 "gamepad_param_traits.h",
130 "generic_shared_memory_id_generator.cc", 128 "generic_shared_memory_id_generator.cc",
131 "generic_shared_memory_id_generator.h", 129 "generic_shared_memory_id_generator.h",
132 "gin_java_bridge_messages.h", 130 "gin_java_bridge_messages.h",
133 "gpu/client/command_buffer_metrics.cc", 131 "gpu/client/command_buffer_metrics.cc",
134 "gpu/client/command_buffer_metrics.h", 132 "gpu/client/command_buffer_metrics.h",
135 "gpu/client/context_provider_command_buffer.cc", 133 "gpu/client/context_provider_command_buffer.cc",
136 "gpu/client/context_provider_command_buffer.h", 134 "gpu/client/context_provider_command_buffer.h",
137 "gpu_host_messages.h", 135 "gpu_host_messages.h",
138 "host_discardable_shared_memory_manager.cc",
139 "host_discardable_shared_memory_manager.h",
140 "host_shared_bitmap_manager.cc", 136 "host_shared_bitmap_manager.cc",
141 "host_shared_bitmap_manager.h", 137 "host_shared_bitmap_manager.h",
142 "in_process_child_thread_params.cc", 138 "in_process_child_thread_params.cc",
143 "in_process_child_thread_params.h", 139 "in_process_child_thread_params.h",
144 "indexed_db/indexed_db_constants.h", 140 "indexed_db/indexed_db_constants.h",
145 "indexed_db/indexed_db_key.cc", 141 "indexed_db/indexed_db_key.cc",
146 "indexed_db/indexed_db_key.h", 142 "indexed_db/indexed_db_key.h",
147 "indexed_db/indexed_db_key_path.cc", 143 "indexed_db/indexed_db_key_path.cc",
148 "indexed_db/indexed_db_key_path.h", 144 "indexed_db/indexed_db_key_path.h",
149 "indexed_db/indexed_db_key_range.cc", 145 "indexed_db/indexed_db_key_range.cc",
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 ] 345 ]
350 deps = [ 346 deps = [
351 # This looks needless as we have :mojo_bindings in public_deps, but it's 347 # This looks needless as we have :mojo_bindings in public_deps, but it's
352 # needed because of allow_circular_includes_from. 348 # needed because of allow_circular_includes_from.
353 ":mojo_bindings_cpp_sources", 349 ":mojo_bindings_cpp_sources",
354 "//base", 350 "//base",
355 "//base/third_party/dynamic_annotations", 351 "//base/third_party/dynamic_annotations",
356 "//build/util:webkit_version", 352 "//build/util:webkit_version",
357 "//cc/ipc", 353 "//cc/ipc",
358 "//cc/surfaces", 354 "//cc/surfaces",
355 "//components/discardable_memory/common",
359 "//components/tracing", 356 "//components/tracing",
360 "//components/tracing:startup_tracing", 357 "//components/tracing:startup_tracing",
361 "//content:resources", 358 "//content:resources",
362 "//content/app/resources", 359 "//content/app/resources",
363 "//device/base/synchronization", 360 "//device/base/synchronization",
364 "//device/bluetooth", 361 "//device/bluetooth",
365 "//gpu", 362 "//gpu",
366 "//gpu/command_buffer/client:gles2_c_lib", 363 "//gpu/command_buffer/client:gles2_c_lib",
367 "//gpu/command_buffer/client:gles2_cmd_helper", 364 "//gpu/command_buffer/client:gles2_cmd_helper",
368 "//gpu/command_buffer/client:gles2_implementation", 365 "//gpu/command_buffer/client:gles2_implementation",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 "//ui/gfx/geometry/mojo", 602 "//ui/gfx/geometry/mojo",
606 "//ui/gfx/mojo", 603 "//ui/gfx/mojo",
607 "//url/mojo:url_mojom_gurl", 604 "//url/mojo:url_mojom_gurl",
608 "//url/mojo:url_mojom_origin", 605 "//url/mojo:url_mojom_origin",
609 ] 606 ]
610 607
611 export_class_attribute = "CONTENT_EXPORT" 608 export_class_attribute = "CONTENT_EXPORT"
612 export_define = "CONTENT_IMPLEMENTATION=1" 609 export_define = "CONTENT_IMPLEMENTATION=1"
613 export_header = "content/common/content_export.h" 610 export_header = "content/common/content_export.h"
614 } 611 }
OLDNEW
« no previous file with comments | « content/child/child_thread_impl_browsertest.cc ('k') | content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698