[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 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 |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | import("//build/config/features.gni") |
| 6 | import("//build/config/ui.gni") |
cjhopman | 2fd48fd | 2014-09-24 00:52:56 | [diff] [blame] | 7 | import("//media/media_options.gni") |
Brett Wilson | 65f951c | 2016-11-03 22:06:12 | [diff] [blame] | 8 | import("//printing/features/features.gni") |
brettw | 2cf0a69 | 2016-11-11 23:14:12 | [diff] [blame^] | 9 | import("//third_party/WebKit/public/public_features.gni") |
ochang | dd89a1e | 2016-06-08 16:39:01 | [diff] [blame] | 10 | import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 11 | |
| 12 | source_set("browser") { |
Brett Wilson | 8f132304 | 2014-09-11 16:58:56 | [diff] [blame] | 13 | # Only the public target should depend on this. All other targets (even |
| 14 | # internal content ones) should depend on the public one. |
brettw | b78fc9e | 2016-03-25 21:02:51 | [diff] [blame] | 15 | visibility = [ |
| 16 | ":for_content_tests", # See top of //content/BUILD.gn for why. |
| 17 | "//content/public/browser:browser_sources", |
| 18 | ] |
brettw | d064ace4e | 2016-07-21 21:38:53 | [diff] [blame] | 19 | if (is_android) { |
| 20 | # See comment in content/app/BUILD.gn above content_app_deps. |
| 21 | visibility += [ "//content/app:*" ] |
| 22 | } |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 23 | |
ben | 3f5f999 | 2015-11-19 10:38:30 | [diff] [blame] | 24 | configs += [ |
| 25 | "//build/config:precompiled_headers", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 26 | "//content:content_implementation", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 27 | "//v8:external_startup_data", |
ben | 3f5f999 | 2015-11-19 10:38:30 | [diff] [blame] | 28 | ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 29 | defines = [] |
| 30 | libs = [] |
| 31 | ldflags = [] |
[email protected] | 9786502 | 2014-06-13 23:18:04 | [diff] [blame] | 32 | |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 33 | deps = [ |
| 34 | "//base", |
[email protected] | 22fe91d | 2014-08-12 17:07:12 | [diff] [blame] | 35 | "//base:base_static", |
brettw | c15ed73 | 2016-03-21 23:14:29 | [diff] [blame] | 36 | "//base/third_party/dynamic_annotations", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 37 | "//cc", |
| 38 | "//cc/surfaces", |
penghuang | d81c1a6 | 2016-11-02 20:06:06 | [diff] [blame] | 39 | "//components/discardable_memory/common", |
| 40 | "//components/discardable_memory/service", |
fsamuel | 540b8c1 | 2016-04-21 18:47:10 | [diff] [blame] | 41 | "//components/display_compositor", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 42 | "//components/filesystem:lib", |
| 43 | "//components/leveldb:lib", |
mek | 9b28f42 | 2016-05-13 21:46:23 | [diff] [blame] | 44 | "//components/link_header_util", |
rsleevi | c327b48f8 | 2015-04-30 02:03:25 | [diff] [blame] | 45 | "//components/mime_util", |
jinho.bang | ef456ad | 2016-11-08 23:36:14 | [diff] [blame] | 46 | "//components/payments:payment_app", |
brettw | c15ed73 | 2016-03-21 23:14:29 | [diff] [blame] | 47 | "//components/tracing", |
| 48 | "//components/tracing:startup_tracing", |
rsleevi | 24f64dc2 | 2015-08-07 21:39:21 | [diff] [blame] | 49 | "//components/url_formatter", |
altimin | 56bb594b | 2016-11-09 19:45:17 | [diff] [blame] | 50 | "//components/variations", |
[email protected] | d28b3cb8 | 2014-05-31 04:46:18 | [diff] [blame] | 51 | "//content:resources", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 52 | "//content/app/resources", |
| 53 | "//content/app/strings", |
jkarlin | 34ee23cf | 2015-03-26 13:58:50 | [diff] [blame] | 54 | "//content/browser/background_sync:background_sync_proto", |
jsbell | 279efb4 | 2015-03-31 17:02:46 | [diff] [blame] | 55 | "//content/browser/cache_storage:cache_storage_proto", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 56 | "//content/browser/devtools:gen_devtools_protocol_handler", |
| 57 | "//content/browser/devtools:resources", |
peter | 05cb4db | 2015-03-13 14:33:38 | [diff] [blame] | 58 | "//content/browser/notifications:notification_proto", |
jkarlin | d678ae4b | 2015-01-27 15:04:53 | [diff] [blame] | 59 | "//content/browser/service_worker:service_worker_proto", |
[email protected] | b506cdf | 2014-06-09 17:13:21 | [diff] [blame] | 60 | "//content/browser/speech/proto", |
brettw | b78fc9e | 2016-03-25 21:02:51 | [diff] [blame] | 61 | "//content/common", |
Brett Wilson | 8f132304 | 2014-09-11 16:58:56 | [diff] [blame] | 62 | "//content/public/common:common_sources", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 63 | "//crypto", |
ppi | 2438a3e | 2014-10-28 21:55:10 | [diff] [blame] | 64 | "//device/battery", |
sammc | 5a139ba | 2016-09-29 01:49:14 | [diff] [blame] | 65 | "//device/battery:mojo_bindings", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 66 | "//device/bluetooth", |
bajones | b9bb4c4 | 2016-07-07 00:10:51 | [diff] [blame] | 67 | "//device/gamepad", |
mikhail.pozdnyakov | 66ac3d4 | 2016-08-23 18:27:15 | [diff] [blame] | 68 | "//device/generic_sensor", |
lethalantidote | 893681c | 2016-09-13 19:36:31 | [diff] [blame] | 69 | "//device/geolocation", |
mcasas | 8720394f | 2016-08-03 22:42:38 | [diff] [blame] | 70 | "//device/geolocation/public/interfaces", |
sammc | 5a139ba | 2016-09-29 01:49:14 | [diff] [blame] | 71 | "//device/nfc:mojo_bindings", |
ke.he | bef99097 | 2016-11-11 07:47:02 | [diff] [blame] | 72 | "//device/power_monitor", |
scottmg | c40e882 | 2016-06-17 17:57:48 | [diff] [blame] | 73 | "//device/power_save_blocker", |
blundell | b8138c3 | 2016-10-10 16:05:28 | [diff] [blame] | 74 | "//device/sensors/public/cpp", |
leon.han | c6c6dca9 | 2016-09-26 17:59:53 | [diff] [blame] | 75 | "//device/time_zone_monitor", |
leon.han | 7a219524 | 2016-11-09 04:23:37 | [diff] [blame] | 76 | "//device/time_zone_monitor/public/interfaces", |
timvolodine | 8e29c14 | 2014-12-06 13:49:01 | [diff] [blame] | 77 | "//device/vibration", |
blundell | d46e883 | 2016-10-07 10:34:27 | [diff] [blame] | 78 | "//device/wake_lock", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 79 | "//gin", |
[email protected] | 44a5a36 | 2014-05-30 20:01:51 | [diff] [blame] | 80 | "//google_apis", |
brettw | c15ed73 | 2016-03-21 23:14:29 | [diff] [blame] | 81 | "//gpu", |
| 82 | "//gpu/command_buffer/client:gles2_implementation", |
jbroman | 84ba684 | 2016-04-28 00:34:50 | [diff] [blame] | 83 | "//gpu/command_buffer/client:gles2_interface", |
rockot | ff1b853 | 2016-08-09 16:30:05 | [diff] [blame] | 84 | "//ipc", |
| 85 | "//ipc:mojom", |
brettw | c15ed73 | 2016-03-21 23:14:29 | [diff] [blame] | 86 | "//media", |
mcasas | e40d752 | 2016-06-21 16:11:40 | [diff] [blame] | 87 | "//media/capture", |
jbroman | 79c079be | 2016-04-20 00:17:27 | [diff] [blame] | 88 | "//media/gpu/ipc/client", |
brettw | c15ed73 | 2016-03-21 23:14:29 | [diff] [blame] | 89 | "//media/midi", |
toyoshim | 729663f | 2016-10-17 08:54:13 | [diff] [blame] | 90 | "//media/midi:mojo_cpp_sources", |
ben | dd157e1a | 2016-07-22 03:15:57 | [diff] [blame] | 91 | "//media/mojo/interfaces", |
mcasas | afcfc05 | 2016-06-06 20:47:47 | [diff] [blame] | 92 | "//media/mojo/interfaces:image_capture", |
rockot | b814a58 | 2015-06-05 00:30:52 | [diff] [blame] | 93 | "//mojo/common", |
amistry | cafcdff | 2016-06-17 03:33:48 | [diff] [blame] | 94 | "//mojo/edk/system", |
rockot | 85dce086 | 2015-11-13 01:33:59 | [diff] [blame] | 95 | "//mojo/public/cpp/bindings", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 96 | "//mojo/public/js", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 97 | "//net", |
rohitrao | 1860223c | 2015-05-16 01:07:14 | [diff] [blame] | 98 | "//net:extras", |
pfeldman | 1062876 | 2016-09-08 07:59:26 | [diff] [blame] | 99 | "//net:http_server", |
brettw | c5fcdd0 | 2016-10-12 07:25:12 | [diff] [blame] | 100 | "//ppapi/features", |
Brett Wilson | 65f951c | 2016-11-03 22:06:12 | [diff] [blame] | 101 | "//printing/features", |
blundell | 372d47d28 | 2016-11-01 01:34:30 | [diff] [blame] | 102 | "//services/device:lib", |
| 103 | "//services/device/public/cpp", |
ben | 768c8dc | 2016-08-12 00:26:50 | [diff] [blame] | 104 | "//services/file:lib", |
| 105 | "//services/file/public/cpp", |
| 106 | "//services/file/public/interfaces", |
rockot | 734fb66 | 2016-10-15 16:41:30 | [diff] [blame] | 107 | "//services/service_manager", |
| 108 | "//services/service_manager/public/cpp", |
| 109 | "//services/service_manager/public/interfaces", |
| 110 | "//services/service_manager/runner/common", |
| 111 | "//services/service_manager/runner/host:lib", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 112 | "//skia", |
| 113 | "//sql", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 114 | "//storage/browser", |
| 115 | "//storage/common", |
fsamuel | 9cf7bdf | 2015-11-20 02:19:32 | [diff] [blame] | 116 | "//third_party/WebKit/public:blink_headers", |
brettw | 2cf0a69 | 2016-11-11 23:14:12 | [diff] [blame^] | 117 | "//third_party/WebKit/public:features", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 118 | "//third_party/WebKit/public:image_resources", |
juncai | 30a0e93 | 2016-05-11 00:09:51 | [diff] [blame] | 119 | "//third_party/WebKit/public:mojo_bindings", |
xlai | 8f40538 | 2016-09-01 19:46:22 | [diff] [blame] | 120 | "//third_party/WebKit/public:offscreen_canvas_mojo_bindings", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 121 | "//third_party/WebKit/public:resources", |
jbroman | 79c079be | 2016-04-20 00:17:27 | [diff] [blame] | 122 | "//third_party/angle:angle_common", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 123 | "//third_party/icu", |
brettw | d0a794a | 2016-01-11 19:38:34 | [diff] [blame] | 124 | "//third_party/kasko:kasko_features", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 125 | "//third_party/libyuv", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 126 | "//third_party/re2", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 127 | "//third_party/zlib", |
| 128 | "//third_party/zlib:zip", |
| 129 | "//ui/accessibility", |
| 130 | "//ui/accessibility:ax_gen", |
[email protected] | 52140d88 | 2014-05-30 19:22:40 | [diff] [blame] | 131 | "//ui/base", |
spang | 1c36fac | 2015-02-05 19:55:12 | [diff] [blame] | 132 | "//ui/base/ime", |
robliao | 8d63729c | 2016-03-29 17:49:47 | [diff] [blame] | 133 | "//ui/display", |
dcastagna | 0a50f64 | 2016-08-10 20:12:22 | [diff] [blame] | 134 | "//ui/display/types", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 135 | "//ui/events", |
| 136 | "//ui/events:gesture_detection", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 137 | "//ui/events/blink", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 138 | "//ui/gfx", |
| 139 | "//ui/gfx/geometry", |
ben | 7a77e85 | 2016-05-26 05:50:44 | [diff] [blame] | 140 | "//ui/gfx/geometry/mojo", |
Brett Wilson | e748794 | 2014-09-09 23:37:29 | [diff] [blame] | 141 | "//ui/gl", |
| 142 | "//ui/native_theme", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 143 | "//ui/resources", |
brettw | c15ed73 | 2016-03-21 23:14:29 | [diff] [blame] | 144 | "//ui/shell_dialogs", |
[email protected] | d28b3cb8 | 2014-05-31 04:46:18 | [diff] [blame] | 145 | "//ui/snapshot", |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 146 | "//ui/touch_selection", |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 147 | ] |
| 148 | |
jam | 447407fb | 2016-05-06 17:57:40 | [diff] [blame] | 149 | public_deps = [ |
| 150 | "//third_party/leveldatabase", |
| 151 | ] |
| 152 | |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 153 | sources = [ |
| 154 | # devtools_protocol_dispatcher.* is generated by |
| 155 | # //content/browser/devtools:gen_devtools_protocol_handler. |
| 156 | "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatcher.cc", |
| 157 | "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatcher.h", |
ben | d32292b | 2016-10-07 00:21:58 | [diff] [blame] | 158 | "../common/service_manager/child_connection.cc", |
| 159 | "../common/service_manager/child_connection.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 160 | "../zygote/zygote_linux.cc", |
| 161 | "../zygote/zygote_linux.h", |
| 162 | "../zygote/zygote_main_linux.cc", |
| 163 | "accessibility/accessibility_mode_helper.cc", |
| 164 | "accessibility/accessibility_mode_helper.h", |
| 165 | "accessibility/accessibility_tree_formatter.cc", |
| 166 | "accessibility/accessibility_tree_formatter.h", |
| 167 | "accessibility/accessibility_tree_formatter_blink.cc", |
| 168 | "accessibility/accessibility_tree_formatter_blink.h", |
| 169 | "accessibility/accessibility_tree_formatter_mac.mm", |
| 170 | "accessibility/accessibility_tree_formatter_stub.cc", |
| 171 | "accessibility/accessibility_tree_formatter_utils_win.cc", |
| 172 | "accessibility/accessibility_tree_formatter_utils_win.h", |
| 173 | "accessibility/accessibility_tree_formatter_win.cc", |
| 174 | "accessibility/accessibility_ui.cc", |
| 175 | "accessibility/accessibility_ui.h", |
nektar | 9de71d4 | 2016-10-21 21:57:00 | [diff] [blame] | 176 | "accessibility/ax_platform_position.cc", |
| 177 | "accessibility/ax_platform_position.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 178 | "accessibility/ax_tree_id_registry.cc", |
| 179 | "accessibility/ax_tree_id_registry.h", |
| 180 | "accessibility/browser_accessibility.cc", |
| 181 | "accessibility/browser_accessibility.h", |
| 182 | "accessibility/browser_accessibility_cocoa.h", |
| 183 | "accessibility/browser_accessibility_cocoa.mm", |
| 184 | "accessibility/browser_accessibility_event.cc", |
| 185 | "accessibility/browser_accessibility_event.h", |
| 186 | "accessibility/browser_accessibility_event_win.cc", |
| 187 | "accessibility/browser_accessibility_event_win.h", |
| 188 | "accessibility/browser_accessibility_mac.h", |
| 189 | "accessibility/browser_accessibility_mac.mm", |
| 190 | "accessibility/browser_accessibility_manager.cc", |
| 191 | "accessibility/browser_accessibility_manager.h", |
| 192 | "accessibility/browser_accessibility_manager_mac.h", |
| 193 | "accessibility/browser_accessibility_manager_mac.mm", |
| 194 | "accessibility/browser_accessibility_manager_win.cc", |
| 195 | "accessibility/browser_accessibility_manager_win.h", |
| 196 | "accessibility/browser_accessibility_state_impl.cc", |
| 197 | "accessibility/browser_accessibility_state_impl.h", |
| 198 | "accessibility/browser_accessibility_state_impl_mac.mm", |
| 199 | "accessibility/browser_accessibility_state_impl_win.cc", |
| 200 | "accessibility/browser_accessibility_win.cc", |
| 201 | "accessibility/browser_accessibility_win.h", |
| 202 | "accessibility/one_shot_accessibility_tree_search.cc", |
| 203 | "accessibility/one_shot_accessibility_tree_search.h", |
yusufo | ed66fc0 | 2016-10-11 20:59:04 | [diff] [blame] | 204 | "android/app_web_message_port_message_filter.cc", |
| 205 | "android/app_web_message_port_message_filter.h", |
| 206 | "android/app_web_message_port_service_impl.cc", |
| 207 | "android/app_web_message_port_service_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 208 | "android/background_sync_network_observer_android.cc", |
| 209 | "android/background_sync_network_observer_android.h", |
| 210 | "android/browser_jni_registrar.cc", |
| 211 | "android/browser_jni_registrar.h", |
| 212 | "android/browser_startup_controller.cc", |
| 213 | "android/browser_startup_controller.h", |
| 214 | "android/browser_surface_texture_manager.cc", |
| 215 | "android/browser_surface_texture_manager.h", |
| 216 | "android/child_process_launcher_android.cc", |
| 217 | "android/child_process_launcher_android.h", |
| 218 | "android/content_protocol_handler_impl.cc", |
| 219 | "android/content_protocol_handler_impl.h", |
| 220 | "android/content_startup_flags.cc", |
| 221 | "android/content_startup_flags.h", |
| 222 | "android/content_video_view.cc", |
| 223 | "android/content_video_view.h", |
| 224 | "android/devtools_auth.cc", |
sammc | f5f1b0f | 2016-09-20 23:05:11 | [diff] [blame] | 225 | "android/java_interfaces_impl.cc", |
| 226 | "android/java_interfaces_impl.h", |
tguilbert | f08485bf | 2016-09-21 04:11:41 | [diff] [blame] | 227 | "android/scoped_surface_request_manager.cc", |
| 228 | "android/scoped_surface_request_manager.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 229 | "android/url_request_content_job.cc", |
| 230 | "android/url_request_content_job.h", |
| 231 | "appcache/appcache.cc", |
| 232 | "appcache/appcache.h", |
| 233 | "appcache/appcache_backend_impl.cc", |
| 234 | "appcache/appcache_backend_impl.h", |
| 235 | "appcache/appcache_database.cc", |
| 236 | "appcache/appcache_database.h", |
| 237 | "appcache/appcache_disk_cache.cc", |
| 238 | "appcache/appcache_disk_cache.h", |
| 239 | "appcache/appcache_dispatcher_host.cc", |
| 240 | "appcache/appcache_dispatcher_host.h", |
| 241 | "appcache/appcache_entry.h", |
| 242 | "appcache/appcache_executable_handler.h", |
| 243 | "appcache/appcache_frontend_proxy.cc", |
| 244 | "appcache/appcache_frontend_proxy.h", |
| 245 | "appcache/appcache_group.cc", |
| 246 | "appcache/appcache_group.h", |
| 247 | "appcache/appcache_histograms.cc", |
| 248 | "appcache/appcache_histograms.h", |
| 249 | "appcache/appcache_host.cc", |
| 250 | "appcache/appcache_host.h", |
| 251 | "appcache/appcache_interceptor.cc", |
| 252 | "appcache/appcache_interceptor.h", |
| 253 | "appcache/appcache_internals_ui.cc", |
| 254 | "appcache/appcache_internals_ui.h", |
| 255 | "appcache/appcache_manifest_parser.cc", |
| 256 | "appcache/appcache_manifest_parser.h", |
| 257 | "appcache/appcache_policy.h", |
| 258 | "appcache/appcache_quota_client.cc", |
| 259 | "appcache/appcache_quota_client.h", |
| 260 | "appcache/appcache_request_handler.cc", |
| 261 | "appcache/appcache_request_handler.h", |
| 262 | "appcache/appcache_response.cc", |
| 263 | "appcache/appcache_response.h", |
| 264 | "appcache/appcache_service_impl.cc", |
| 265 | "appcache/appcache_service_impl.h", |
| 266 | "appcache/appcache_storage.cc", |
| 267 | "appcache/appcache_storage.h", |
| 268 | "appcache/appcache_storage_impl.cc", |
| 269 | "appcache/appcache_storage_impl.h", |
| 270 | "appcache/appcache_update_job.cc", |
| 271 | "appcache/appcache_update_job.h", |
| 272 | "appcache/appcache_url_request_job.cc", |
| 273 | "appcache/appcache_url_request_job.h", |
| 274 | "appcache/appcache_working_set.cc", |
| 275 | "appcache/appcache_working_set.h", |
| 276 | "appcache/chrome_appcache_service.cc", |
| 277 | "appcache/chrome_appcache_service.h", |
| 278 | "background_sync/background_sync_context.cc", |
| 279 | "background_sync/background_sync_context.h", |
| 280 | "background_sync/background_sync_manager.cc", |
| 281 | "background_sync/background_sync_manager.h", |
| 282 | "background_sync/background_sync_metrics.cc", |
| 283 | "background_sync/background_sync_metrics.h", |
| 284 | "background_sync/background_sync_network_observer.cc", |
| 285 | "background_sync/background_sync_network_observer.h", |
| 286 | "background_sync/background_sync_registration.cc", |
| 287 | "background_sync/background_sync_registration.h", |
| 288 | "background_sync/background_sync_registration_options.cc", |
| 289 | "background_sync/background_sync_registration_options.h", |
| 290 | "background_sync/background_sync_service_impl.cc", |
| 291 | "background_sync/background_sync_service_impl.h", |
| 292 | "background_sync/background_sync_status.h", |
| 293 | "bad_message.cc", |
| 294 | "bad_message.h", |
| 295 | "blob_storage/blob_dispatcher_host.cc", |
| 296 | "blob_storage/blob_dispatcher_host.h", |
| 297 | "blob_storage/chrome_blob_storage_context.cc", |
| 298 | "blob_storage/chrome_blob_storage_context.h", |
| 299 | "bluetooth/bluetooth_allowed_devices_map.cc", |
| 300 | "bluetooth/bluetooth_allowed_devices_map.h", |
| 301 | "bluetooth/bluetooth_blacklist.cc", |
| 302 | "bluetooth/bluetooth_blacklist.h", |
| 303 | "bluetooth/bluetooth_device_chooser_controller.cc", |
| 304 | "bluetooth/bluetooth_device_chooser_controller.h", |
| 305 | "bluetooth/bluetooth_metrics.cc", |
| 306 | "bluetooth/bluetooth_metrics.h", |
| 307 | "bluetooth/cache_query_result.h", |
| 308 | "bluetooth/frame_connected_bluetooth_devices.cc", |
| 309 | "bluetooth/frame_connected_bluetooth_devices.h", |
| 310 | "bluetooth/web_bluetooth_service_impl.cc", |
| 311 | "bluetooth/web_bluetooth_service_impl.h", |
| 312 | "bootstrap_sandbox_manager_mac.cc", |
| 313 | "bootstrap_sandbox_manager_mac.h", |
| 314 | "broadcast_channel/broadcast_channel_provider.cc", |
| 315 | "broadcast_channel/broadcast_channel_provider.h", |
| 316 | "browser_child_process_host_impl.cc", |
| 317 | "browser_child_process_host_impl.h", |
| 318 | "browser_context.cc", |
| 319 | "browser_ipc_logging.cc", |
| 320 | "browser_main.cc", |
| 321 | "browser_main.h", |
| 322 | "browser_main_loop.cc", |
| 323 | "browser_main_loop.h", |
| 324 | "browser_main_runner.cc", |
| 325 | "browser_plugin/browser_plugin_embedder.cc", |
| 326 | "browser_plugin/browser_plugin_embedder.h", |
| 327 | "browser_plugin/browser_plugin_guest.cc", |
| 328 | "browser_plugin/browser_plugin_guest.h", |
| 329 | "browser_plugin/browser_plugin_message_filter.cc", |
| 330 | "browser_plugin/browser_plugin_message_filter.h", |
| 331 | "browser_plugin/browser_plugin_popup_menu_helper_mac.h", |
| 332 | "browser_plugin/browser_plugin_popup_menu_helper_mac.mm", |
| 333 | "browser_process_sub_thread.cc", |
| 334 | "browser_process_sub_thread.h", |
| 335 | "browser_shutdown_profile_dumper.cc", |
| 336 | "browser_shutdown_profile_dumper.h", |
| 337 | "browser_thread_impl.cc", |
| 338 | "browser_thread_impl.h", |
| 339 | "browser_url_handler_impl.cc", |
| 340 | "browser_url_handler_impl.h", |
| 341 | "browsing_data/clear_site_data_throttle.cc", |
| 342 | "browsing_data/clear_site_data_throttle.h", |
| 343 | "browsing_instance.cc", |
| 344 | "browsing_instance.h", |
| 345 | "byte_stream.cc", |
| 346 | "byte_stream.h", |
| 347 | "cache_storage/cache_storage.cc", |
| 348 | "cache_storage/cache_storage.h", |
| 349 | "cache_storage/cache_storage_blob_to_disk_cache.cc", |
| 350 | "cache_storage/cache_storage_blob_to_disk_cache.h", |
| 351 | "cache_storage/cache_storage_cache.cc", |
| 352 | "cache_storage/cache_storage_cache.h", |
| 353 | "cache_storage/cache_storage_cache_handle.cc", |
| 354 | "cache_storage/cache_storage_cache_handle.h", |
| 355 | "cache_storage/cache_storage_context_impl.cc", |
| 356 | "cache_storage/cache_storage_context_impl.h", |
| 357 | "cache_storage/cache_storage_dispatcher_host.cc", |
| 358 | "cache_storage/cache_storage_dispatcher_host.h", |
| 359 | "cache_storage/cache_storage_histogram_macros.h", |
| 360 | "cache_storage/cache_storage_manager.cc", |
| 361 | "cache_storage/cache_storage_manager.h", |
| 362 | "cache_storage/cache_storage_operation.cc", |
| 363 | "cache_storage/cache_storage_operation.h", |
| 364 | "cache_storage/cache_storage_quota_client.cc", |
| 365 | "cache_storage/cache_storage_quota_client.h", |
| 366 | "cache_storage/cache_storage_scheduler.cc", |
| 367 | "cache_storage/cache_storage_scheduler.h", |
| 368 | "cache_storage/cache_storage_scheduler_client.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 369 | "child_process_launcher.cc", |
| 370 | "child_process_launcher.h", |
| 371 | "child_process_security_policy_impl.cc", |
| 372 | "child_process_security_policy_impl.h", |
| 373 | "cocoa/system_hotkey_helper_mac.h", |
| 374 | "cocoa/system_hotkey_helper_mac.mm", |
| 375 | "cocoa/system_hotkey_map.h", |
| 376 | "cocoa/system_hotkey_map.mm", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 377 | |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 378 | # NOTE: These files are here instead of in compositor_browser_sources |
| 379 | # because the latter is not built on Android, whereas these files are |
| 380 | # needed on all platforms. |
| 381 | "compositor/surface_utils.cc", |
| 382 | "compositor/surface_utils.h", |
| 383 | "device_sensors/ambient_light_mac.cc", |
| 384 | "device_sensors/ambient_light_mac.h", |
| 385 | "device_sensors/data_fetcher_shared_memory.h", |
| 386 | "device_sensors/data_fetcher_shared_memory_android.cc", |
| 387 | "device_sensors/data_fetcher_shared_memory_base.cc", |
| 388 | "device_sensors/data_fetcher_shared_memory_base.h", |
| 389 | "device_sensors/data_fetcher_shared_memory_chromeos.cc", |
| 390 | "device_sensors/data_fetcher_shared_memory_default.cc", |
| 391 | "device_sensors/data_fetcher_shared_memory_mac.cc", |
| 392 | "device_sensors/data_fetcher_shared_memory_win.cc", |
| 393 | "device_sensors/device_sensor_host.cc", |
| 394 | "device_sensors/device_sensor_host.h", |
| 395 | "device_sensors/device_sensor_service.cc", |
| 396 | "device_sensors/device_sensor_service.h", |
| 397 | "device_sensors/device_sensors_consts.h", |
| 398 | "device_sensors/sensor_manager_android.cc", |
| 399 | "device_sensors/sensor_manager_android.h", |
| 400 | "device_sensors/sensor_manager_chromeos.cc", |
| 401 | "device_sensors/sensor_manager_chromeos.h", |
| 402 | "devtools/browser_devtools_agent_host.cc", |
| 403 | "devtools/browser_devtools_agent_host.h", |
| 404 | "devtools/devtools_agent_host_impl.cc", |
| 405 | "devtools/devtools_agent_host_impl.h", |
| 406 | "devtools/devtools_frame_trace_recorder.cc", |
| 407 | "devtools/devtools_frame_trace_recorder.h", |
| 408 | "devtools/devtools_frontend_host_impl.cc", |
| 409 | "devtools/devtools_frontend_host_impl.h", |
pfeldman | 1062876 | 2016-09-08 07:59:26 | [diff] [blame] | 410 | "devtools/devtools_http_handler.cc", |
| 411 | "devtools/devtools_http_handler.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 412 | "devtools/devtools_io_context.cc", |
| 413 | "devtools/devtools_io_context.h", |
| 414 | "devtools/devtools_manager.cc", |
| 415 | "devtools/devtools_manager.h", |
| 416 | "devtools/devtools_protocol_handler.cc", |
| 417 | "devtools/devtools_protocol_handler.h", |
| 418 | "devtools/forwarding_agent_host.cc", |
| 419 | "devtools/forwarding_agent_host.h", |
| 420 | "devtools/page_navigation_throttle.cc", |
| 421 | "devtools/page_navigation_throttle.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 422 | "devtools/protocol/color_picker.cc", |
| 423 | "devtools/protocol/color_picker.h", |
| 424 | "devtools/protocol/devtools_protocol_client.cc", |
| 425 | "devtools/protocol/devtools_protocol_client.h", |
| 426 | "devtools/protocol/devtools_protocol_delegate.h", |
| 427 | "devtools/protocol/dom_handler.cc", |
| 428 | "devtools/protocol/dom_handler.h", |
| 429 | "devtools/protocol/emulation_handler.cc", |
| 430 | "devtools/protocol/emulation_handler.h", |
| 431 | "devtools/protocol/input_handler.cc", |
| 432 | "devtools/protocol/input_handler.h", |
| 433 | "devtools/protocol/inspector_handler.cc", |
| 434 | "devtools/protocol/inspector_handler.h", |
| 435 | "devtools/protocol/io_handler.cc", |
| 436 | "devtools/protocol/io_handler.h", |
| 437 | "devtools/protocol/memory_handler.cc", |
| 438 | "devtools/protocol/memory_handler.h", |
| 439 | "devtools/protocol/network_handler.cc", |
| 440 | "devtools/protocol/network_handler.h", |
| 441 | "devtools/protocol/page_handler.cc", |
| 442 | "devtools/protocol/page_handler.h", |
| 443 | "devtools/protocol/schema_handler.cc", |
| 444 | "devtools/protocol/schema_handler.h", |
| 445 | "devtools/protocol/security_handler.cc", |
| 446 | "devtools/protocol/security_handler.h", |
| 447 | "devtools/protocol/service_worker_handler.cc", |
| 448 | "devtools/protocol/service_worker_handler.h", |
| 449 | "devtools/protocol/storage_handler.cc", |
| 450 | "devtools/protocol/storage_handler.h", |
| 451 | "devtools/protocol/system_info_handler.cc", |
| 452 | "devtools/protocol/system_info_handler.h", |
dgozman | c2cea7d | 2016-09-28 03:27:55 | [diff] [blame] | 453 | "devtools/protocol/target_handler.cc", |
| 454 | "devtools/protocol/target_handler.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 455 | "devtools/protocol/tethering_handler.cc", |
| 456 | "devtools/protocol/tethering_handler.h", |
| 457 | "devtools/protocol/tracing_handler.cc", |
| 458 | "devtools/protocol/tracing_handler.h", |
| 459 | "devtools/render_frame_devtools_agent_host.cc", |
| 460 | "devtools/render_frame_devtools_agent_host.h", |
| 461 | "devtools/service_worker_devtools_agent_host.cc", |
| 462 | "devtools/service_worker_devtools_agent_host.h", |
| 463 | "devtools/service_worker_devtools_manager.cc", |
| 464 | "devtools/service_worker_devtools_manager.h", |
| 465 | "devtools/shared_worker_devtools_agent_host.cc", |
| 466 | "devtools/shared_worker_devtools_agent_host.h", |
| 467 | "devtools/shared_worker_devtools_manager.cc", |
| 468 | "devtools/shared_worker_devtools_manager.h", |
| 469 | "devtools/worker_devtools_agent_host.cc", |
| 470 | "devtools/worker_devtools_agent_host.h", |
| 471 | "dom_storage/dom_storage_area.cc", |
| 472 | "dom_storage/dom_storage_area.h", |
| 473 | "dom_storage/dom_storage_context_impl.cc", |
| 474 | "dom_storage/dom_storage_context_impl.h", |
| 475 | "dom_storage/dom_storage_context_wrapper.cc", |
| 476 | "dom_storage/dom_storage_context_wrapper.h", |
| 477 | "dom_storage/dom_storage_database.cc", |
| 478 | "dom_storage/dom_storage_database.h", |
| 479 | "dom_storage/dom_storage_database_adapter.h", |
| 480 | "dom_storage/dom_storage_host.cc", |
| 481 | "dom_storage/dom_storage_host.h", |
| 482 | "dom_storage/dom_storage_message_filter.cc", |
| 483 | "dom_storage/dom_storage_message_filter.h", |
| 484 | "dom_storage/dom_storage_namespace.cc", |
| 485 | "dom_storage/dom_storage_namespace.h", |
| 486 | "dom_storage/dom_storage_session.cc", |
| 487 | "dom_storage/dom_storage_session.h", |
| 488 | "dom_storage/dom_storage_task_runner.cc", |
| 489 | "dom_storage/dom_storage_task_runner.h", |
| 490 | "dom_storage/local_storage_database_adapter.cc", |
| 491 | "dom_storage/local_storage_database_adapter.h", |
| 492 | "dom_storage/session_storage_database.cc", |
| 493 | "dom_storage/session_storage_database.h", |
| 494 | "dom_storage/session_storage_database_adapter.cc", |
| 495 | "dom_storage/session_storage_database_adapter.h", |
| 496 | "dom_storage/session_storage_namespace_impl.cc", |
| 497 | "dom_storage/session_storage_namespace_impl.h", |
| 498 | "download/base_file.cc", |
| 499 | "download/base_file.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 500 | "download/base_file_posix.cc", |
| 501 | "download/base_file_win.cc", |
| 502 | "download/download_create_info.cc", |
| 503 | "download/download_create_info.h", |
| 504 | "download/download_destination_observer.h", |
| 505 | "download/download_file.h", |
| 506 | "download/download_file_factory.cc", |
| 507 | "download/download_file_factory.h", |
| 508 | "download/download_file_impl.cc", |
| 509 | "download/download_file_impl.h", |
| 510 | "download/download_interrupt_reasons_impl.cc", |
| 511 | "download/download_interrupt_reasons_impl.h", |
| 512 | "download/download_item_factory.h", |
| 513 | "download/download_item_impl.cc", |
| 514 | "download/download_item_impl.h", |
| 515 | "download/download_item_impl_delegate.cc", |
| 516 | "download/download_item_impl_delegate.h", |
| 517 | "download/download_manager_impl.cc", |
| 518 | "download/download_manager_impl.h", |
| 519 | "download/download_net_log_parameters.cc", |
| 520 | "download/download_net_log_parameters.h", |
| 521 | "download/download_request_core.cc", |
| 522 | "download/download_request_core.h", |
| 523 | "download/download_request_handle.cc", |
| 524 | "download/download_request_handle.h", |
| 525 | "download/download_resource_handler.cc", |
| 526 | "download/download_resource_handler.h", |
| 527 | "download/download_stats.cc", |
| 528 | "download/download_stats.h", |
| 529 | "download/drag_download_file.cc", |
| 530 | "download/drag_download_file.h", |
| 531 | "download/drag_download_util.cc", |
| 532 | "download/drag_download_util.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 533 | "download/mhtml_generation_manager.cc", |
| 534 | "download/mhtml_generation_manager.h", |
asanka | bd57338 | 2016-09-21 15:03:44 | [diff] [blame] | 535 | "download/quarantine.cc", |
| 536 | "download/quarantine.h", |
| 537 | "download/quarantine_constants_linux.h", |
| 538 | "download/quarantine_linux.cc", |
| 539 | "download/quarantine_mac.mm", |
| 540 | "download/quarantine_win.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 541 | "download/rate_estimator.cc", |
| 542 | "download/rate_estimator.h", |
| 543 | "download/save_file.cc", |
| 544 | "download/save_file.h", |
| 545 | "download/save_file_manager.cc", |
| 546 | "download/save_file_manager.h", |
| 547 | "download/save_file_resource_handler.cc", |
| 548 | "download/save_file_resource_handler.h", |
| 549 | "download/save_item.cc", |
| 550 | "download/save_item.h", |
| 551 | "download/save_package.cc", |
| 552 | "download/save_package.h", |
| 553 | "download/save_types.cc", |
| 554 | "download/save_types.h", |
| 555 | "download/url_downloader.cc", |
| 556 | "download/url_downloader.h", |
| 557 | "fileapi/browser_file_system_helper.cc", |
| 558 | "fileapi/browser_file_system_helper.h", |
| 559 | "fileapi/fileapi_message_filter.cc", |
| 560 | "fileapi/fileapi_message_filter.h", |
| 561 | "fileapi/upload_file_system_file_element_reader.cc", |
| 562 | "fileapi/upload_file_system_file_element_reader.h", |
| 563 | "find_request_manager.cc", |
| 564 | "find_request_manager.h", |
| 565 | "font_list_async.cc", |
| 566 | "frame_host/cross_process_frame_connector.cc", |
| 567 | "frame_host/cross_process_frame_connector.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 568 | "frame_host/debug_urls.cc", |
| 569 | "frame_host/debug_urls.h", |
| 570 | "frame_host/frame_navigation_entry.cc", |
| 571 | "frame_host/frame_navigation_entry.h", |
| 572 | "frame_host/frame_tree.cc", |
| 573 | "frame_host/frame_tree.h", |
| 574 | "frame_host/frame_tree_node.cc", |
| 575 | "frame_host/frame_tree_node.h", |
| 576 | "frame_host/frame_tree_node_blame_context.cc", |
| 577 | "frame_host/frame_tree_node_blame_context.h", |
| 578 | "frame_host/interstitial_page_impl.cc", |
| 579 | "frame_host/interstitial_page_impl.h", |
| 580 | "frame_host/interstitial_page_navigator_impl.cc", |
| 581 | "frame_host/interstitial_page_navigator_impl.h", |
| 582 | "frame_host/navigation_controller_android.cc", |
| 583 | "frame_host/navigation_controller_android.h", |
| 584 | "frame_host/navigation_controller_delegate.h", |
| 585 | "frame_host/navigation_controller_impl.cc", |
| 586 | "frame_host/navigation_controller_impl.h", |
| 587 | "frame_host/navigation_entry_impl.cc", |
| 588 | "frame_host/navigation_entry_impl.h", |
| 589 | "frame_host/navigation_entry_screenshot_manager.cc", |
| 590 | "frame_host/navigation_entry_screenshot_manager.h", |
| 591 | "frame_host/navigation_handle_impl.cc", |
| 592 | "frame_host/navigation_handle_impl.h", |
| 593 | "frame_host/navigation_request.cc", |
| 594 | "frame_host/navigation_request.h", |
| 595 | "frame_host/navigation_request_info.cc", |
| 596 | "frame_host/navigation_request_info.h", |
| 597 | "frame_host/navigator.cc", |
| 598 | "frame_host/navigator.h", |
| 599 | "frame_host/navigator_delegate.cc", |
| 600 | "frame_host/navigator_delegate.h", |
| 601 | "frame_host/navigator_impl.cc", |
| 602 | "frame_host/navigator_impl.h", |
| 603 | "frame_host/popup_menu_helper_mac.h", |
| 604 | "frame_host/popup_menu_helper_mac.mm", |
| 605 | "frame_host/render_frame_host_delegate.cc", |
| 606 | "frame_host/render_frame_host_delegate.h", |
| 607 | "frame_host/render_frame_host_factory.cc", |
| 608 | "frame_host/render_frame_host_factory.h", |
| 609 | "frame_host/render_frame_host_impl.cc", |
| 610 | "frame_host/render_frame_host_impl.h", |
| 611 | "frame_host/render_frame_host_manager.cc", |
| 612 | "frame_host/render_frame_host_manager.h", |
| 613 | "frame_host/render_frame_message_filter.cc", |
| 614 | "frame_host/render_frame_message_filter.h", |
| 615 | "frame_host/render_frame_proxy_host.cc", |
| 616 | "frame_host/render_frame_proxy_host.h", |
| 617 | "frame_host/render_widget_host_view_child_frame.cc", |
| 618 | "frame_host/render_widget_host_view_child_frame.h", |
| 619 | "frame_host/render_widget_host_view_guest.cc", |
| 620 | "frame_host/render_widget_host_view_guest.h", |
| 621 | "gamepad/gamepad_service.cc", |
| 622 | "gamepad/gamepad_service.h", |
| 623 | "gamepad/gamepad_shared_buffer_impl.cc", |
| 624 | "gamepad/gamepad_shared_buffer_impl.h", |
| 625 | "gpu/browser_gpu_channel_host_factory.cc", |
| 626 | "gpu/browser_gpu_channel_host_factory.h", |
| 627 | "gpu/browser_gpu_memory_buffer_manager.cc", |
| 628 | "gpu/browser_gpu_memory_buffer_manager.h", |
| 629 | "gpu/compositor_util.cc", |
| 630 | "gpu/compositor_util.h", |
| 631 | "gpu/gpu_data_manager_impl.cc", |
| 632 | "gpu/gpu_data_manager_impl.h", |
| 633 | "gpu/gpu_data_manager_impl_private.cc", |
| 634 | "gpu/gpu_data_manager_impl_private.h", |
| 635 | "gpu/gpu_internals_ui.cc", |
| 636 | "gpu/gpu_internals_ui.h", |
| 637 | "gpu/gpu_process_host.cc", |
| 638 | "gpu/gpu_process_host.h", |
| 639 | "gpu/gpu_process_host_ui_shim.cc", |
| 640 | "gpu/gpu_process_host_ui_shim.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 641 | "gpu/shader_disk_cache.cc", |
| 642 | "gpu/shader_disk_cache.h", |
| 643 | "histogram_controller.cc", |
| 644 | "histogram_controller.h", |
| 645 | "histogram_internals_request_job.cc", |
| 646 | "histogram_internals_request_job.h", |
| 647 | "histogram_message_filter.cc", |
| 648 | "histogram_message_filter.h", |
| 649 | "histogram_subscriber.h", |
| 650 | "histogram_synchronizer.cc", |
| 651 | "histogram_synchronizer.h", |
| 652 | "host_zoom_level_context.cc", |
| 653 | "host_zoom_level_context.h", |
| 654 | "host_zoom_map_impl.cc", |
| 655 | "host_zoom_map_impl.h", |
scottmg | 276753cf | 2016-10-27 18:25:22 | [diff] [blame] | 656 | "host_zoom_map_observer.cc", |
| 657 | "host_zoom_map_observer.h", |
reillyg | 963ec6df | 2016-11-05 01:10:58 | [diff] [blame] | 658 | "indexed_db/database_impl.cc", |
| 659 | "indexed_db/database_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 660 | "indexed_db/indexed_db.h", |
| 661 | "indexed_db/indexed_db_active_blob_registry.cc", |
| 662 | "indexed_db/indexed_db_active_blob_registry.h", |
| 663 | "indexed_db/indexed_db_backing_store.cc", |
| 664 | "indexed_db/indexed_db_backing_store.h", |
| 665 | "indexed_db/indexed_db_blob_info.cc", |
| 666 | "indexed_db/indexed_db_blob_info.h", |
| 667 | "indexed_db/indexed_db_callbacks.cc", |
| 668 | "indexed_db/indexed_db_callbacks.h", |
| 669 | "indexed_db/indexed_db_class_factory.cc", |
| 670 | "indexed_db/indexed_db_class_factory.h", |
| 671 | "indexed_db/indexed_db_connection.cc", |
| 672 | "indexed_db/indexed_db_connection.h", |
| 673 | "indexed_db/indexed_db_context_impl.cc", |
| 674 | "indexed_db/indexed_db_context_impl.h", |
| 675 | "indexed_db/indexed_db_cursor.cc", |
| 676 | "indexed_db/indexed_db_cursor.h", |
| 677 | "indexed_db/indexed_db_data_loss_info.h", |
| 678 | "indexed_db/indexed_db_database.cc", |
| 679 | "indexed_db/indexed_db_database.h", |
| 680 | "indexed_db/indexed_db_database_callbacks.cc", |
| 681 | "indexed_db/indexed_db_database_callbacks.h", |
| 682 | "indexed_db/indexed_db_database_error.cc", |
| 683 | "indexed_db/indexed_db_database_error.h", |
| 684 | "indexed_db/indexed_db_dispatcher_host.cc", |
| 685 | "indexed_db/indexed_db_dispatcher_host.h", |
| 686 | "indexed_db/indexed_db_factory.h", |
| 687 | "indexed_db/indexed_db_factory_impl.cc", |
| 688 | "indexed_db/indexed_db_factory_impl.h", |
| 689 | "indexed_db/indexed_db_index_writer.cc", |
| 690 | "indexed_db/indexed_db_index_writer.h", |
| 691 | "indexed_db/indexed_db_internals_ui.cc", |
| 692 | "indexed_db/indexed_db_internals_ui.h", |
| 693 | "indexed_db/indexed_db_leveldb_coding.cc", |
| 694 | "indexed_db/indexed_db_leveldb_coding.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 695 | "indexed_db/indexed_db_observation.cc", |
| 696 | "indexed_db/indexed_db_observation.h", |
| 697 | "indexed_db/indexed_db_observer.cc", |
| 698 | "indexed_db/indexed_db_observer.h", |
| 699 | "indexed_db/indexed_db_observer_changes.cc", |
| 700 | "indexed_db/indexed_db_observer_changes.h", |
| 701 | "indexed_db/indexed_db_pending_connection.cc", |
| 702 | "indexed_db/indexed_db_pending_connection.h", |
| 703 | "indexed_db/indexed_db_quota_client.cc", |
| 704 | "indexed_db/indexed_db_quota_client.h", |
| 705 | "indexed_db/indexed_db_return_value.h", |
| 706 | "indexed_db/indexed_db_transaction.cc", |
| 707 | "indexed_db/indexed_db_transaction.h", |
| 708 | "indexed_db/indexed_db_transaction_coordinator.cc", |
| 709 | "indexed_db/indexed_db_transaction_coordinator.h", |
| 710 | "indexed_db/indexed_db_value.cc", |
| 711 | "indexed_db/indexed_db_value.h", |
| 712 | "indexed_db/leveldb/leveldb_comparator.h", |
| 713 | "indexed_db/leveldb/leveldb_database.cc", |
| 714 | "indexed_db/leveldb/leveldb_database.h", |
| 715 | "indexed_db/leveldb/leveldb_env.cc", |
| 716 | "indexed_db/leveldb/leveldb_env.h", |
| 717 | "indexed_db/leveldb/leveldb_factory.h", |
| 718 | "indexed_db/leveldb/leveldb_iterator.h", |
| 719 | "indexed_db/leveldb/leveldb_iterator_impl.cc", |
| 720 | "indexed_db/leveldb/leveldb_iterator_impl.h", |
| 721 | "indexed_db/leveldb/leveldb_transaction.cc", |
| 722 | "indexed_db/leveldb/leveldb_transaction.h", |
| 723 | "indexed_db/leveldb/leveldb_write_batch.cc", |
| 724 | "indexed_db/leveldb/leveldb_write_batch.h", |
| 725 | "leveldb_wrapper_impl.cc", |
| 726 | "leveldb_wrapper_impl.h", |
| 727 | "loader/async_resource_handler.cc", |
| 728 | "loader/async_resource_handler.h", |
| 729 | "loader/async_revalidation_driver.cc", |
| 730 | "loader/async_revalidation_driver.h", |
| 731 | "loader/async_revalidation_manager.cc", |
| 732 | "loader/async_revalidation_manager.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 733 | "loader/detachable_resource_handler.cc", |
| 734 | "loader/detachable_resource_handler.h", |
| 735 | "loader/global_routing_id.h", |
| 736 | "loader/intercepting_resource_handler.cc", |
| 737 | "loader/intercepting_resource_handler.h", |
| 738 | "loader/layered_resource_handler.cc", |
| 739 | "loader/layered_resource_handler.h", |
| 740 | "loader/loader_delegate.h", |
| 741 | "loader/loader_io_thread_notifier.cc", |
| 742 | "loader/loader_io_thread_notifier.h", |
| 743 | "loader/mime_sniffing_resource_handler.cc", |
| 744 | "loader/mime_sniffing_resource_handler.h", |
| 745 | "loader/mojo_async_resource_handler.cc", |
| 746 | "loader/mojo_async_resource_handler.h", |
| 747 | "loader/navigation_resource_handler.cc", |
| 748 | "loader/navigation_resource_handler.h", |
| 749 | "loader/navigation_resource_throttle.cc", |
| 750 | "loader/navigation_resource_throttle.h", |
| 751 | "loader/navigation_url_loader.cc", |
| 752 | "loader/navigation_url_loader.h", |
| 753 | "loader/navigation_url_loader_delegate.h", |
| 754 | "loader/navigation_url_loader_factory.h", |
| 755 | "loader/navigation_url_loader_impl.cc", |
| 756 | "loader/navigation_url_loader_impl.h", |
| 757 | "loader/navigation_url_loader_impl_core.cc", |
| 758 | "loader/navigation_url_loader_impl_core.h", |
| 759 | "loader/netlog_observer.cc", |
| 760 | "loader/netlog_observer.h", |
| 761 | "loader/power_save_block_resource_throttle.cc", |
| 762 | "loader/power_save_block_resource_throttle.h", |
| 763 | "loader/redirect_to_file_resource_handler.cc", |
| 764 | "loader/redirect_to_file_resource_handler.h", |
| 765 | "loader/resource_buffer.cc", |
| 766 | "loader/resource_buffer.h", |
| 767 | "loader/resource_dispatcher_host_impl.cc", |
| 768 | "loader/resource_dispatcher_host_impl.h", |
| 769 | "loader/resource_handler.cc", |
| 770 | "loader/resource_handler.h", |
| 771 | "loader/resource_hints_impl.cc", |
| 772 | "loader/resource_loader.cc", |
| 773 | "loader/resource_loader.h", |
| 774 | "loader/resource_loader_delegate.h", |
| 775 | "loader/resource_message_delegate.cc", |
| 776 | "loader/resource_message_delegate.h", |
| 777 | "loader/resource_message_filter.cc", |
| 778 | "loader/resource_message_filter.h", |
| 779 | "loader/resource_request_info_impl.cc", |
| 780 | "loader/resource_request_info_impl.h", |
| 781 | "loader/resource_scheduler.cc", |
| 782 | "loader/resource_scheduler.h", |
| 783 | "loader/resource_scheduler_filter.cc", |
| 784 | "loader/resource_scheduler_filter.h", |
| 785 | "loader/stream_resource_handler.cc", |
| 786 | "loader/stream_resource_handler.h", |
| 787 | "loader/stream_writer.cc", |
| 788 | "loader/stream_writer.h", |
| 789 | "loader/sync_resource_handler.cc", |
| 790 | "loader/sync_resource_handler.h", |
| 791 | "loader/temporary_file_stream.cc", |
| 792 | "loader/temporary_file_stream.h", |
| 793 | "loader/throttling_resource_handler.cc", |
| 794 | "loader/throttling_resource_handler.h", |
| 795 | "loader/upload_data_stream_builder.cc", |
| 796 | "loader/upload_data_stream_builder.h", |
| 797 | "loader/url_loader_factory_impl.cc", |
| 798 | "loader/url_loader_factory_impl.h", |
| 799 | "loader_delegate_impl.cc", |
| 800 | "loader_delegate_impl.h", |
| 801 | "mach_broker_mac.h", |
| 802 | "mach_broker_mac.mm", |
| 803 | "manifest/manifest_manager_host.cc", |
| 804 | "manifest/manifest_manager_host.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 805 | "media/android/browser_media_player_manager.cc", |
| 806 | "media/android/browser_media_player_manager.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 807 | "media/android/browser_surface_view_manager.cc", |
| 808 | "media/android/browser_surface_view_manager.h", |
| 809 | "media/android/media_player_renderer.cc", |
| 810 | "media/android/media_player_renderer.h", |
| 811 | "media/android/media_resource_getter_impl.cc", |
| 812 | "media/android/media_resource_getter_impl.h", |
| 813 | "media/android/media_throttler.cc", |
| 814 | "media/android/media_throttler.h", |
| 815 | "media/android/media_web_contents_observer_android.cc", |
| 816 | "media/android/media_web_contents_observer_android.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 817 | "media/audible_metrics.cc", |
| 818 | "media/audible_metrics.h", |
| 819 | "media/audio_stream_monitor.cc", |
| 820 | "media/audio_stream_monitor.h", |
| 821 | "media/capture/audio_mirroring_manager.cc", |
| 822 | "media/capture/audio_mirroring_manager.h", |
| 823 | "media/capture/cursor_renderer.h", |
| 824 | "media/capture/cursor_renderer_aura.cc", |
| 825 | "media/capture/cursor_renderer_aura.h", |
| 826 | "media/capture/cursor_renderer_mac.h", |
| 827 | "media/capture/cursor_renderer_mac.mm", |
| 828 | "media/capture/desktop_capture_device_uma_types.cc", |
| 829 | "media/capture/desktop_capture_device_uma_types.h", |
| 830 | "media/capture/image_capture_impl.cc", |
| 831 | "media/capture/image_capture_impl.h", |
| 832 | "media/capture/web_contents_audio_input_stream.cc", |
| 833 | "media/capture/web_contents_audio_input_stream.h", |
| 834 | "media/capture/web_contents_audio_muter.cc", |
| 835 | "media/capture/web_contents_audio_muter.h", |
| 836 | "media/capture/web_contents_tracker.cc", |
| 837 | "media/capture/web_contents_tracker.h", |
| 838 | "media/capture/web_contents_video_capture_device.cc", |
| 839 | "media/capture/web_contents_video_capture_device.h", |
| 840 | "media/capture/window_activity_tracker.cc", |
| 841 | "media/capture/window_activity_tracker.h", |
| 842 | "media/capture/window_activity_tracker_aura.cc", |
| 843 | "media/capture/window_activity_tracker_aura.h", |
| 844 | "media/capture/window_activity_tracker_mac.h", |
| 845 | "media/capture/window_activity_tracker_mac.mm", |
| 846 | "media/cdm_service_impl.cc", |
| 847 | "media/cdm_service_impl.h", |
guidou | df036b3 | 2016-10-31 14:51:14 | [diff] [blame] | 848 | "media/media_devices_permission_checker.cc", |
| 849 | "media/media_devices_permission_checker.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 850 | "media/media_internals.cc", |
| 851 | "media/media_internals.h", |
| 852 | "media/media_internals_handler.cc", |
| 853 | "media/media_internals_handler.h", |
| 854 | "media/media_internals_proxy.cc", |
| 855 | "media/media_internals_proxy.h", |
| 856 | "media/media_internals_ui.cc", |
| 857 | "media/media_internals_ui.h", |
| 858 | "media/media_web_contents_observer.cc", |
| 859 | "media/media_web_contents_observer.h", |
| 860 | "media/midi_host.cc", |
| 861 | "media/midi_host.h", |
zqzhang | a2147f8 | 2016-10-18 22:53:26 | [diff] [blame] | 862 | "media/session/audio_focus_delegate.h", |
| 863 | "media/session/audio_focus_delegate_android.cc", |
| 864 | "media/session/audio_focus_delegate_android.h", |
| 865 | "media/session/audio_focus_delegate_default.cc", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 866 | "media/session/audio_focus_manager.cc", |
| 867 | "media/session/audio_focus_manager.h", |
zqzhang | d84e7287 | 2016-10-07 19:22:03 | [diff] [blame] | 868 | "media/session/media_metadata_sanitizer.cc", |
| 869 | "media/session/media_metadata_sanitizer.h", |
zqzhang | 1adf3cb | 2016-11-01 11:26:45 | [diff] [blame] | 870 | "media/session/media_session_android.cc", |
| 871 | "media/session/media_session_android.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 872 | "media/session/media_session_controller.cc", |
| 873 | "media/session/media_session_controller.h", |
| 874 | "media/session/media_session_controllers_manager.cc", |
| 875 | "media/session/media_session_controllers_manager.h", |
zqzhang | 1adf3cb | 2016-11-01 11:26:45 | [diff] [blame] | 876 | "media/session/media_session_impl.cc", |
| 877 | "media/session/media_session_impl.h", |
zqzhang | a2147f8 | 2016-10-18 22:53:26 | [diff] [blame] | 878 | "media/session/media_session_player_observer.h", |
zqzhang | d84e7287 | 2016-10-07 19:22:03 | [diff] [blame] | 879 | "media/session/media_session_service_impl.cc", |
| 880 | "media/session/media_session_service_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 881 | "media/session/media_session_uma_helper.cc", |
| 882 | "media/session/media_session_uma_helper.h", |
slan | a0da430 | 2016-11-07 17:37:01 | [diff] [blame] | 883 | "media/url_provision_fetcher.cc", |
| 884 | "media/url_provision_fetcher.h", |
bashi | a626404 | 2016-09-15 04:49:51 | [diff] [blame] | 885 | "memory/memory_coordinator.cc", |
| 886 | "memory/memory_coordinator.h", |
bashi | 529cb14c | 2016-10-17 21:53:57 | [diff] [blame] | 887 | "memory/memory_coordinator_impl.cc", |
| 888 | "memory/memory_coordinator_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 889 | "memory/memory_message_filter.cc", |
| 890 | "memory/memory_message_filter.h", |
bashi | a626404 | 2016-09-15 04:49:51 | [diff] [blame] | 891 | "memory/memory_monitor.cc", |
| 892 | "memory/memory_monitor.h", |
bashi | 6626414 | 2016-09-27 06:26:40 | [diff] [blame] | 893 | "memory/memory_monitor_android.cc", |
| 894 | "memory/memory_monitor_android.h", |
bashi | a626404 | 2016-09-15 04:49:51 | [diff] [blame] | 895 | "memory/memory_monitor_win.cc", |
| 896 | "memory/memory_monitor_win.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 897 | "memory/memory_pressure_controller_impl.cc", |
| 898 | "memory/memory_pressure_controller_impl.h", |
| 899 | "message_port_message_filter.cc", |
| 900 | "message_port_message_filter.h", |
| 901 | "message_port_provider.cc", |
| 902 | "message_port_service.cc", |
| 903 | "message_port_service.h", |
| 904 | "mime_registry_impl.cc", |
| 905 | "mime_registry_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 906 | "net/browser_online_state_observer.cc", |
| 907 | "net/browser_online_state_observer.h", |
| 908 | "net/network_errors_listing_ui.cc", |
| 909 | "net/network_errors_listing_ui.h", |
| 910 | "net/quota_policy_cookie_store.cc", |
| 911 | "net/quota_policy_cookie_store.h", |
| 912 | "net/view_blob_internals_job_factory.cc", |
| 913 | "net/view_blob_internals_job_factory.h", |
| 914 | "net/view_http_cache_job_factory.cc", |
| 915 | "net/view_http_cache_job_factory.h", |
| 916 | "notification_service_impl.cc", |
| 917 | "notification_service_impl.h", |
| 918 | "notifications/blink_notification_service_impl.cc", |
| 919 | "notifications/blink_notification_service_impl.h", |
| 920 | "notifications/notification_database.cc", |
| 921 | "notifications/notification_database.h", |
| 922 | "notifications/notification_database_data_conversions.cc", |
| 923 | "notifications/notification_database_data_conversions.h", |
| 924 | "notifications/notification_event_dispatcher_impl.cc", |
| 925 | "notifications/notification_event_dispatcher_impl.h", |
| 926 | "notifications/notification_id_generator.cc", |
| 927 | "notifications/notification_id_generator.h", |
| 928 | "notifications/notification_message_filter.cc", |
| 929 | "notifications/notification_message_filter.h", |
| 930 | "notifications/page_notification_delegate.cc", |
| 931 | "notifications/page_notification_delegate.h", |
| 932 | "notifications/platform_notification_context_impl.cc", |
| 933 | "notifications/platform_notification_context_impl.h", |
| 934 | "notifications/type_converters.cc", |
| 935 | "notifications/type_converters.h", |
jinho.bang | ef456ad | 2016-11-08 23:36:14 | [diff] [blame] | 936 | "payments/payment_app_context.cc", |
| 937 | "payments/payment_app_context.h", |
| 938 | "payments/payment_app_manager.cc", |
| 939 | "payments/payment_app_manager.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 940 | "permissions/permission_service_context.cc", |
| 941 | "permissions/permission_service_context.h", |
| 942 | "permissions/permission_service_impl.cc", |
| 943 | "permissions/permission_service_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 944 | "presentation/presentation_service_impl.cc", |
| 945 | "presentation/presentation_service_impl.h", |
| 946 | "presentation/presentation_type_converters.cc", |
| 947 | "presentation/presentation_type_converters.h", |
| 948 | "profiler_controller_impl.cc", |
| 949 | "profiler_controller_impl.h", |
| 950 | "profiler_message_filter.cc", |
| 951 | "profiler_message_filter.h", |
| 952 | "push_messaging/push_messaging_message_filter.cc", |
| 953 | "push_messaging/push_messaging_message_filter.h", |
| 954 | "push_messaging/push_messaging_router.cc", |
| 955 | "push_messaging/push_messaging_router.h", |
| 956 | "quota_dispatcher_host.cc", |
| 957 | "quota_dispatcher_host.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 958 | "renderer_host/clipboard_message_filter.cc", |
| 959 | "renderer_host/clipboard_message_filter.h", |
| 960 | "renderer_host/clipboard_message_filter_mac.mm", |
| 961 | "renderer_host/compositor_resize_lock_aura.cc", |
| 962 | "renderer_host/compositor_resize_lock_aura.h", |
| 963 | "renderer_host/database_message_filter.cc", |
| 964 | "renderer_host/database_message_filter.h", |
| 965 | "renderer_host/delegated_frame_evictor.cc", |
| 966 | "renderer_host/delegated_frame_evictor.h", |
| 967 | "renderer_host/dip_util.cc", |
| 968 | "renderer_host/dip_util.h", |
| 969 | "renderer_host/dwrite_font_proxy_message_filter_win.cc", |
| 970 | "renderer_host/dwrite_font_proxy_message_filter_win.h", |
| 971 | "renderer_host/event_with_latency_info.h", |
| 972 | "renderer_host/file_utilities_message_filter.cc", |
| 973 | "renderer_host/file_utilities_message_filter.h", |
| 974 | "renderer_host/font_utils_linux.cc", |
| 975 | "renderer_host/font_utils_linux.h", |
| 976 | "renderer_host/frame_metadata_util.cc", |
| 977 | "renderer_host/frame_metadata_util.h", |
| 978 | "renderer_host/gamepad_browser_message_filter.cc", |
| 979 | "renderer_host/gamepad_browser_message_filter.h", |
| 980 | "renderer_host/input/gesture_event_queue.cc", |
| 981 | "renderer_host/input/gesture_event_queue.h", |
| 982 | "renderer_host/input/input_ack_handler.h", |
| 983 | "renderer_host/input/input_router.h", |
| 984 | "renderer_host/input/input_router_client.h", |
| 985 | "renderer_host/input/input_router_config_helper.cc", |
| 986 | "renderer_host/input/input_router_config_helper.h", |
| 987 | "renderer_host/input/input_router_impl.cc", |
| 988 | "renderer_host/input/input_router_impl.h", |
| 989 | "renderer_host/input/motion_event_web.cc", |
| 990 | "renderer_host/input/motion_event_web.h", |
| 991 | "renderer_host/input/mouse_wheel_event_queue.cc", |
| 992 | "renderer_host/input/mouse_wheel_event_queue.h", |
| 993 | "renderer_host/input/mouse_wheel_rails_filter_mac.cc", |
| 994 | "renderer_host/input/mouse_wheel_rails_filter_mac.h", |
| 995 | "renderer_host/input/render_widget_host_latency_tracker.cc", |
| 996 | "renderer_host/input/render_widget_host_latency_tracker.h", |
| 997 | "renderer_host/input/stylus_text_selector.cc", |
| 998 | "renderer_host/input/stylus_text_selector.h", |
| 999 | "renderer_host/input/synthetic_gesture.cc", |
| 1000 | "renderer_host/input/synthetic_gesture.h", |
| 1001 | "renderer_host/input/synthetic_gesture_controller.cc", |
| 1002 | "renderer_host/input/synthetic_gesture_controller.h", |
| 1003 | "renderer_host/input/synthetic_gesture_target.h", |
| 1004 | "renderer_host/input/synthetic_gesture_target_aura.cc", |
| 1005 | "renderer_host/input/synthetic_gesture_target_aura.h", |
| 1006 | "renderer_host/input/synthetic_gesture_target_base.cc", |
| 1007 | "renderer_host/input/synthetic_gesture_target_base.h", |
| 1008 | "renderer_host/input/synthetic_gesture_target_mac.h", |
| 1009 | "renderer_host/input/synthetic_gesture_target_mac.mm", |
| 1010 | "renderer_host/input/synthetic_mouse_pointer.cc", |
| 1011 | "renderer_host/input/synthetic_mouse_pointer.h", |
| 1012 | "renderer_host/input/synthetic_pinch_gesture.cc", |
| 1013 | "renderer_host/input/synthetic_pinch_gesture.h", |
| 1014 | "renderer_host/input/synthetic_pointer.cc", |
| 1015 | "renderer_host/input/synthetic_pointer.h", |
| 1016 | "renderer_host/input/synthetic_pointer_action.cc", |
| 1017 | "renderer_host/input/synthetic_pointer_action.h", |
| 1018 | "renderer_host/input/synthetic_smooth_drag_gesture.cc", |
| 1019 | "renderer_host/input/synthetic_smooth_drag_gesture.h", |
| 1020 | "renderer_host/input/synthetic_smooth_move_gesture.cc", |
| 1021 | "renderer_host/input/synthetic_smooth_move_gesture.h", |
| 1022 | "renderer_host/input/synthetic_smooth_scroll_gesture.cc", |
| 1023 | "renderer_host/input/synthetic_smooth_scroll_gesture.h", |
| 1024 | "renderer_host/input/synthetic_tap_gesture.cc", |
| 1025 | "renderer_host/input/synthetic_tap_gesture.h", |
| 1026 | "renderer_host/input/synthetic_touch_pointer.cc", |
| 1027 | "renderer_host/input/synthetic_touch_pointer.h", |
| 1028 | "renderer_host/input/synthetic_touchpad_pinch_gesture.cc", |
| 1029 | "renderer_host/input/synthetic_touchpad_pinch_gesture.h", |
| 1030 | "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc", |
| 1031 | "renderer_host/input/synthetic_touchscreen_pinch_gesture.h", |
| 1032 | "renderer_host/input/tap_suppression_controller.cc", |
| 1033 | "renderer_host/input/tap_suppression_controller.h", |
| 1034 | "renderer_host/input/tap_suppression_controller_client.h", |
| 1035 | "renderer_host/input/timeout_monitor.cc", |
| 1036 | "renderer_host/input/timeout_monitor.h", |
| 1037 | "renderer_host/input/touch_action_filter.cc", |
| 1038 | "renderer_host/input/touch_action_filter.h", |
| 1039 | "renderer_host/input/touch_emulator.cc", |
| 1040 | "renderer_host/input/touch_emulator.h", |
| 1041 | "renderer_host/input/touch_emulator_client.h", |
| 1042 | "renderer_host/input/touch_event_queue.cc", |
| 1043 | "renderer_host/input/touch_event_queue.h", |
| 1044 | "renderer_host/input/touch_selection_controller_client_aura.cc", |
| 1045 | "renderer_host/input/touch_selection_controller_client_aura.h", |
| 1046 | "renderer_host/input/touchpad_tap_suppression_controller.cc", |
| 1047 | "renderer_host/input/touchpad_tap_suppression_controller.h", |
| 1048 | "renderer_host/input/touchscreen_tap_suppression_controller.cc", |
| 1049 | "renderer_host/input/touchscreen_tap_suppression_controller.h", |
| 1050 | "renderer_host/input/web_input_event_builders_android.cc", |
| 1051 | "renderer_host/input/web_input_event_builders_android.h", |
| 1052 | "renderer_host/input/web_input_event_builders_mac.h", |
| 1053 | "renderer_host/input/web_input_event_builders_mac.mm", |
| 1054 | "renderer_host/legacy_render_widget_host_win.cc", |
| 1055 | "renderer_host/legacy_render_widget_host_win.h", |
| 1056 | "renderer_host/media/audio_input_debug_writer.cc", |
| 1057 | "renderer_host/media/audio_input_debug_writer.h", |
| 1058 | "renderer_host/media/audio_input_device_manager.cc", |
| 1059 | "renderer_host/media/audio_input_device_manager.h", |
| 1060 | "renderer_host/media/audio_input_renderer_host.cc", |
| 1061 | "renderer_host/media/audio_input_renderer_host.h", |
| 1062 | "renderer_host/media/audio_input_sync_writer.cc", |
| 1063 | "renderer_host/media/audio_input_sync_writer.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1064 | "renderer_host/media/audio_renderer_host.cc", |
| 1065 | "renderer_host/media/audio_renderer_host.h", |
| 1066 | "renderer_host/media/audio_sync_reader.cc", |
| 1067 | "renderer_host/media/audio_sync_reader.h", |
| 1068 | "renderer_host/media/media_capture_devices_impl.cc", |
| 1069 | "renderer_host/media/media_capture_devices_impl.h", |
guidou | 9357cc5 | 2016-10-11 19:53:36 | [diff] [blame] | 1070 | "renderer_host/media/media_devices_dispatcher_host.cc", |
| 1071 | "renderer_host/media/media_devices_dispatcher_host.h", |
guidou | cc6d460 | 2016-09-23 21:28:43 | [diff] [blame] | 1072 | "renderer_host/media/media_devices_manager.cc", |
| 1073 | "renderer_host/media/media_devices_manager.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1074 | "renderer_host/media/media_stream_dispatcher_host.cc", |
| 1075 | "renderer_host/media/media_stream_dispatcher_host.h", |
| 1076 | "renderer_host/media/media_stream_manager.cc", |
| 1077 | "renderer_host/media/media_stream_manager.h", |
| 1078 | "renderer_host/media/media_stream_provider.h", |
| 1079 | "renderer_host/media/media_stream_requester.h", |
| 1080 | "renderer_host/media/media_stream_track_metrics_host.cc", |
| 1081 | "renderer_host/media/media_stream_track_metrics_host.h", |
| 1082 | "renderer_host/media/media_stream_ui_proxy.cc", |
| 1083 | "renderer_host/media/media_stream_ui_proxy.h", |
chfremer | 71238fe | 2016-09-22 22:06:32 | [diff] [blame] | 1084 | "renderer_host/media/shared_memory_buffer_handle.cc", |
| 1085 | "renderer_host/media/shared_memory_buffer_handle.h", |
| 1086 | "renderer_host/media/shared_memory_buffer_tracker.cc", |
| 1087 | "renderer_host/media/shared_memory_buffer_tracker.h", |
chfremer | 162e19a8 | 2016-09-28 16:34:03 | [diff] [blame] | 1088 | "renderer_host/media/video_capture_buffer_tracker_factory_impl.cc", |
| 1089 | "renderer_host/media/video_capture_buffer_tracker_factory_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1090 | "renderer_host/media/video_capture_controller.cc", |
| 1091 | "renderer_host/media/video_capture_controller.h", |
| 1092 | "renderer_host/media/video_capture_controller_event_handler.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1093 | "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", |
| 1094 | "renderer_host/media/video_capture_gpu_jpeg_decoder.h", |
| 1095 | "renderer_host/media/video_capture_host.cc", |
| 1096 | "renderer_host/media/video_capture_host.h", |
| 1097 | "renderer_host/media/video_capture_manager.cc", |
| 1098 | "renderer_host/media/video_capture_manager.h", |
| 1099 | "renderer_host/native_web_keyboard_event_aura.cc", |
| 1100 | "renderer_host/native_web_keyboard_event_mac.mm", |
xidachen | 6267a77 | 2016-09-20 15:24:38 | [diff] [blame] | 1101 | "renderer_host/offscreen_canvas_compositor_frame_sink.cc", |
| 1102 | "renderer_host/offscreen_canvas_compositor_frame_sink.h", |
| 1103 | "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc", |
| 1104 | "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1105 | "renderer_host/offscreen_canvas_surface_impl.cc", |
| 1106 | "renderer_host/offscreen_canvas_surface_impl.h", |
| 1107 | "renderer_host/overscroll_configuration.cc", |
| 1108 | "renderer_host/overscroll_controller.cc", |
| 1109 | "renderer_host/overscroll_controller.h", |
| 1110 | "renderer_host/overscroll_controller_delegate.h", |
| 1111 | "renderer_host/render_message_filter.cc", |
| 1112 | "renderer_host/render_message_filter.h", |
| 1113 | "renderer_host/render_process_host_impl.cc", |
| 1114 | "renderer_host/render_process_host_impl.h", |
| 1115 | "renderer_host/render_sandbox_host_linux.cc", |
| 1116 | "renderer_host/render_sandbox_host_linux.h", |
| 1117 | "renderer_host/render_view_host_delegate.cc", |
| 1118 | "renderer_host/render_view_host_delegate.h", |
| 1119 | "renderer_host/render_view_host_delegate_view.h", |
| 1120 | "renderer_host/render_view_host_factory.cc", |
| 1121 | "renderer_host/render_view_host_factory.h", |
| 1122 | "renderer_host/render_view_host_impl.cc", |
| 1123 | "renderer_host/render_view_host_impl.h", |
| 1124 | "renderer_host/render_widget_helper.cc", |
| 1125 | "renderer_host/render_widget_helper.h", |
| 1126 | "renderer_host/render_widget_host_delegate.cc", |
| 1127 | "renderer_host/render_widget_host_delegate.h", |
| 1128 | "renderer_host/render_widget_host_impl.cc", |
| 1129 | "renderer_host/render_widget_host_impl.h", |
| 1130 | "renderer_host/render_widget_host_input_event_router.cc", |
| 1131 | "renderer_host/render_widget_host_input_event_router.h", |
| 1132 | "renderer_host/render_widget_host_owner_delegate.h", |
| 1133 | "renderer_host/render_widget_host_view_aura.cc", |
| 1134 | "renderer_host/render_widget_host_view_aura.h", |
| 1135 | "renderer_host/render_widget_host_view_base.cc", |
| 1136 | "renderer_host/render_widget_host_view_base.h", |
| 1137 | "renderer_host/render_widget_host_view_base_observer.cc", |
| 1138 | "renderer_host/render_widget_host_view_base_observer.h", |
| 1139 | "renderer_host/render_widget_host_view_mac.h", |
| 1140 | "renderer_host/render_widget_host_view_mac.mm", |
| 1141 | "renderer_host/render_widget_host_view_mac_dictionary_helper.h", |
| 1142 | "renderer_host/render_widget_host_view_mac_dictionary_helper.mm", |
| 1143 | "renderer_host/render_widget_host_view_mac_editcommand_helper.h", |
| 1144 | "renderer_host/render_widget_host_view_mac_editcommand_helper.mm", |
| 1145 | "renderer_host/renderer_frame_manager.cc", |
| 1146 | "renderer_host/renderer_frame_manager.h", |
| 1147 | "renderer_host/sandbox_ipc_linux.cc", |
| 1148 | "renderer_host/sandbox_ipc_linux.h", |
| 1149 | "renderer_host/text_input_client_mac.h", |
| 1150 | "renderer_host/text_input_client_mac.mm", |
| 1151 | "renderer_host/text_input_client_message_filter.h", |
| 1152 | "renderer_host/text_input_client_message_filter.mm", |
| 1153 | "renderer_host/text_input_manager.cc", |
| 1154 | "renderer_host/text_input_manager.h", |
| 1155 | "renderer_host/ui_events_helper.cc", |
| 1156 | "renderer_host/ui_events_helper.h", |
| 1157 | "renderer_host/webmenurunner_mac.h", |
| 1158 | "renderer_host/webmenurunner_mac.mm", |
| 1159 | "resolve_proxy_msg_helper.cc", |
| 1160 | "resolve_proxy_msg_helper.h", |
| 1161 | "resource_context_impl.cc", |
| 1162 | "resource_context_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1163 | "screen_orientation/screen_orientation_delegate_win.cc", |
| 1164 | "screen_orientation/screen_orientation_delegate_win.h", |
| 1165 | "screen_orientation/screen_orientation_dispatcher_host_impl.cc", |
| 1166 | "screen_orientation/screen_orientation_dispatcher_host_impl.h", |
ben | ff46163 | 2016-10-06 14:27:33 | [diff] [blame] | 1167 | "service_manager/merge_dictionary.cc", |
| 1168 | "service_manager/merge_dictionary.h", |
| 1169 | "service_manager/service_manager_context.cc", |
| 1170 | "service_manager/service_manager_context.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1171 | "service_worker/embedded_worker_instance.cc", |
| 1172 | "service_worker/embedded_worker_instance.h", |
| 1173 | "service_worker/embedded_worker_registry.cc", |
| 1174 | "service_worker/embedded_worker_registry.h", |
| 1175 | "service_worker/embedded_worker_status.h", |
| 1176 | "service_worker/foreign_fetch_request_handler.cc", |
| 1177 | "service_worker/foreign_fetch_request_handler.h", |
| 1178 | "service_worker/link_header_support.cc", |
| 1179 | "service_worker/link_header_support.h", |
| 1180 | "service_worker/service_worker_blob_reader.cc", |
| 1181 | "service_worker/service_worker_blob_reader.h", |
| 1182 | "service_worker/service_worker_cache_writer.cc", |
| 1183 | "service_worker/service_worker_cache_writer.h", |
| 1184 | "service_worker/service_worker_client_utils.cc", |
| 1185 | "service_worker/service_worker_client_utils.h", |
| 1186 | "service_worker/service_worker_context_core.cc", |
| 1187 | "service_worker/service_worker_context_core.h", |
| 1188 | "service_worker/service_worker_context_observer.h", |
| 1189 | "service_worker/service_worker_context_request_handler.cc", |
| 1190 | "service_worker/service_worker_context_request_handler.h", |
| 1191 | "service_worker/service_worker_context_watcher.cc", |
| 1192 | "service_worker/service_worker_context_watcher.h", |
| 1193 | "service_worker/service_worker_context_wrapper.cc", |
| 1194 | "service_worker/service_worker_context_wrapper.h", |
| 1195 | "service_worker/service_worker_controllee_request_handler.cc", |
| 1196 | "service_worker/service_worker_controllee_request_handler.h", |
| 1197 | "service_worker/service_worker_database.cc", |
| 1198 | "service_worker/service_worker_database.h", |
| 1199 | "service_worker/service_worker_database_task_manager.cc", |
| 1200 | "service_worker/service_worker_database_task_manager.h", |
| 1201 | "service_worker/service_worker_disk_cache.cc", |
| 1202 | "service_worker/service_worker_disk_cache.h", |
| 1203 | "service_worker/service_worker_dispatcher_host.cc", |
| 1204 | "service_worker/service_worker_dispatcher_host.h", |
| 1205 | "service_worker/service_worker_fetch_dispatcher.cc", |
| 1206 | "service_worker/service_worker_fetch_dispatcher.h", |
| 1207 | "service_worker/service_worker_handle.cc", |
| 1208 | "service_worker/service_worker_handle.h", |
| 1209 | "service_worker/service_worker_info.cc", |
| 1210 | "service_worker/service_worker_info.h", |
| 1211 | "service_worker/service_worker_internals_ui.cc", |
| 1212 | "service_worker/service_worker_internals_ui.h", |
| 1213 | "service_worker/service_worker_job_coordinator.cc", |
| 1214 | "service_worker/service_worker_job_coordinator.h", |
| 1215 | "service_worker/service_worker_metrics.cc", |
| 1216 | "service_worker/service_worker_metrics.h", |
clamy | df7927e | 2016-09-22 13:03:14 | [diff] [blame] | 1217 | "service_worker/service_worker_navigation_handle.cc", |
| 1218 | "service_worker/service_worker_navigation_handle.h", |
| 1219 | "service_worker/service_worker_navigation_handle_core.cc", |
| 1220 | "service_worker/service_worker_navigation_handle_core.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1221 | "service_worker/service_worker_process_manager.cc", |
| 1222 | "service_worker/service_worker_process_manager.h", |
| 1223 | "service_worker/service_worker_provider_host.cc", |
| 1224 | "service_worker/service_worker_provider_host.h", |
| 1225 | "service_worker/service_worker_quota_client.cc", |
| 1226 | "service_worker/service_worker_quota_client.h", |
| 1227 | "service_worker/service_worker_read_from_cache_job.cc", |
| 1228 | "service_worker/service_worker_read_from_cache_job.h", |
| 1229 | "service_worker/service_worker_register_job.cc", |
| 1230 | "service_worker/service_worker_register_job.h", |
| 1231 | "service_worker/service_worker_register_job_base.h", |
| 1232 | "service_worker/service_worker_registration.cc", |
| 1233 | "service_worker/service_worker_registration.h", |
| 1234 | "service_worker/service_worker_registration_handle.cc", |
| 1235 | "service_worker/service_worker_registration_handle.h", |
| 1236 | "service_worker/service_worker_registration_status.cc", |
| 1237 | "service_worker/service_worker_registration_status.h", |
| 1238 | "service_worker/service_worker_request_handler.cc", |
| 1239 | "service_worker/service_worker_request_handler.h", |
| 1240 | "service_worker/service_worker_response_info.cc", |
| 1241 | "service_worker/service_worker_response_info.h", |
| 1242 | "service_worker/service_worker_script_cache_map.cc", |
| 1243 | "service_worker/service_worker_script_cache_map.h", |
| 1244 | "service_worker/service_worker_storage.cc", |
| 1245 | "service_worker/service_worker_storage.h", |
| 1246 | "service_worker/service_worker_stream_reader.cc", |
| 1247 | "service_worker/service_worker_stream_reader.h", |
| 1248 | "service_worker/service_worker_unregister_job.cc", |
| 1249 | "service_worker/service_worker_unregister_job.h", |
| 1250 | "service_worker/service_worker_url_request_job.cc", |
| 1251 | "service_worker/service_worker_url_request_job.h", |
| 1252 | "service_worker/service_worker_version.cc", |
| 1253 | "service_worker/service_worker_version.h", |
| 1254 | "service_worker/service_worker_write_to_cache_job.cc", |
| 1255 | "service_worker/service_worker_write_to_cache_job.h", |
| 1256 | "shared_worker/shared_worker_host.cc", |
| 1257 | "shared_worker/shared_worker_host.h", |
| 1258 | "shared_worker/shared_worker_instance.cc", |
| 1259 | "shared_worker/shared_worker_instance.h", |
| 1260 | "shared_worker/shared_worker_message_filter.cc", |
| 1261 | "shared_worker/shared_worker_message_filter.h", |
| 1262 | "shared_worker/shared_worker_service_impl.cc", |
| 1263 | "shared_worker/shared_worker_service_impl.h", |
| 1264 | "shared_worker/worker_document_set.cc", |
| 1265 | "shared_worker/worker_document_set.h", |
| 1266 | "shared_worker/worker_storage_partition.cc", |
| 1267 | "shared_worker/worker_storage_partition.h", |
| 1268 | "site_instance_impl.cc", |
| 1269 | "site_instance_impl.h", |
| 1270 | "speech/audio_buffer.cc", |
| 1271 | "speech/audio_buffer.h", |
| 1272 | "speech/audio_encoder.cc", |
| 1273 | "speech/audio_encoder.h", |
| 1274 | "speech/chunked_byte_buffer.cc", |
| 1275 | "speech/chunked_byte_buffer.h", |
| 1276 | "speech/endpointer/endpointer.cc", |
| 1277 | "speech/endpointer/endpointer.h", |
| 1278 | "speech/endpointer/energy_endpointer.cc", |
| 1279 | "speech/endpointer/energy_endpointer.h", |
| 1280 | "speech/endpointer/energy_endpointer_params.cc", |
| 1281 | "speech/endpointer/energy_endpointer_params.h", |
| 1282 | "speech/speech_recognition_dispatcher_host.cc", |
| 1283 | "speech/speech_recognition_dispatcher_host.h", |
| 1284 | "speech/speech_recognition_engine.cc", |
| 1285 | "speech/speech_recognition_engine.h", |
| 1286 | "speech/speech_recognition_manager_impl.cc", |
| 1287 | "speech/speech_recognition_manager_impl.h", |
| 1288 | "speech/speech_recognizer.h", |
| 1289 | "speech/speech_recognizer_impl.cc", |
| 1290 | "speech/speech_recognizer_impl.h", |
| 1291 | "speech/speech_recognizer_impl_android.cc", |
| 1292 | "speech/speech_recognizer_impl_android.h", |
| 1293 | "ssl/ssl_client_auth_handler.cc", |
| 1294 | "ssl/ssl_client_auth_handler.h", |
| 1295 | "ssl/ssl_error_handler.cc", |
| 1296 | "ssl/ssl_error_handler.h", |
| 1297 | "ssl/ssl_manager.cc", |
| 1298 | "ssl/ssl_manager.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1299 | "startup_task_runner.cc", |
| 1300 | "startup_task_runner.h", |
| 1301 | "storage_partition_impl.cc", |
| 1302 | "storage_partition_impl.h", |
| 1303 | "storage_partition_impl_map.cc", |
| 1304 | "storage_partition_impl_map.h", |
| 1305 | "streams/stream.cc", |
| 1306 | "streams/stream.h", |
| 1307 | "streams/stream_context.cc", |
| 1308 | "streams/stream_context.h", |
| 1309 | "streams/stream_handle_impl.cc", |
| 1310 | "streams/stream_handle_impl.h", |
| 1311 | "streams/stream_read_observer.h", |
| 1312 | "streams/stream_register_observer.h", |
| 1313 | "streams/stream_registry.cc", |
| 1314 | "streams/stream_registry.h", |
| 1315 | "streams/stream_url_request_job.cc", |
| 1316 | "streams/stream_url_request_job.h", |
| 1317 | "streams/stream_write_observer.h", |
| 1318 | "theme_helper_mac.h", |
| 1319 | "theme_helper_mac.mm", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1320 | "tracing/background_tracing_config_impl.cc", |
| 1321 | "tracing/background_tracing_config_impl.h", |
| 1322 | "tracing/background_tracing_manager_impl.cc", |
| 1323 | "tracing/background_tracing_manager_impl.h", |
| 1324 | "tracing/background_tracing_rule.cc", |
| 1325 | "tracing/background_tracing_rule.h", |
| 1326 | "tracing/etw_tracing_agent_win.cc", |
| 1327 | "tracing/etw_tracing_agent_win.h", |
| 1328 | "tracing/file_tracing_provider_impl.cc", |
| 1329 | "tracing/file_tracing_provider_impl.h", |
| 1330 | "tracing/trace_message_filter.cc", |
| 1331 | "tracing/trace_message_filter.h", |
| 1332 | "tracing/tracing_controller_impl.cc", |
| 1333 | "tracing/tracing_controller_impl.h", |
| 1334 | "tracing/tracing_controller_impl_data_sinks.cc", |
| 1335 | "tracing/tracing_ui.cc", |
| 1336 | "tracing/tracing_ui.h", |
| 1337 | "user_metrics.cc", |
| 1338 | "utility_process_host_impl.cc", |
| 1339 | "utility_process_host_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1340 | "web_contents/aura/gesture_nav_simple.cc", |
| 1341 | "web_contents/aura/gesture_nav_simple.h", |
| 1342 | "web_contents/aura/overscroll_navigation_overlay.cc", |
| 1343 | "web_contents/aura/overscroll_navigation_overlay.h", |
| 1344 | "web_contents/aura/overscroll_window_animation.cc", |
| 1345 | "web_contents/aura/overscroll_window_animation.h", |
| 1346 | "web_contents/aura/overscroll_window_delegate.cc", |
| 1347 | "web_contents/aura/overscroll_window_delegate.h", |
| 1348 | "web_contents/aura/shadow_layer_delegate.cc", |
| 1349 | "web_contents/aura/shadow_layer_delegate.h", |
| 1350 | "web_contents/web_contents_impl.cc", |
| 1351 | "web_contents/web_contents_impl.h", |
| 1352 | "web_contents/web_contents_view.h", |
| 1353 | "web_contents/web_contents_view_aura.cc", |
| 1354 | "web_contents/web_contents_view_aura.h", |
| 1355 | "web_contents/web_contents_view_child_frame.cc", |
| 1356 | "web_contents/web_contents_view_child_frame.h", |
| 1357 | "web_contents/web_contents_view_guest.cc", |
| 1358 | "web_contents/web_contents_view_guest.h", |
| 1359 | "web_contents/web_contents_view_mac.h", |
| 1360 | "web_contents/web_contents_view_mac.mm", |
| 1361 | "web_contents/web_drag_dest_mac.h", |
| 1362 | "web_contents/web_drag_dest_mac.mm", |
| 1363 | "web_contents/web_drag_source_mac.h", |
| 1364 | "web_contents/web_drag_source_mac.mm", |
| 1365 | "web_contents/web_drag_utils_win.cc", |
| 1366 | "web_contents/web_drag_utils_win.h", |
yhirano | 4a59383 | 2016-10-24 18:58:22 | [diff] [blame] | 1367 | "websockets/websocket_handshake_request_info_impl.cc", |
| 1368 | "websockets/websocket_handshake_request_info_impl.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1369 | "websockets/websocket_impl.cc", |
| 1370 | "websockets/websocket_impl.h", |
| 1371 | "websockets/websocket_manager.cc", |
| 1372 | "websockets/websocket_manager.h", |
| 1373 | "webui/content_web_ui_controller_factory.cc", |
| 1374 | "webui/content_web_ui_controller_factory.h", |
| 1375 | "webui/generic_handler.cc", |
| 1376 | "webui/generic_handler.h", |
| 1377 | "webui/shared_resources_data_source.cc", |
| 1378 | "webui/shared_resources_data_source.h", |
| 1379 | "webui/url_data_manager.cc", |
| 1380 | "webui/url_data_manager.h", |
| 1381 | "webui/url_data_manager_backend.cc", |
| 1382 | "webui/url_data_manager_backend.h", |
| 1383 | "webui/url_data_source_impl.cc", |
| 1384 | "webui/url_data_source_impl.h", |
| 1385 | "webui/web_ui_controller_factory_registry.cc", |
| 1386 | "webui/web_ui_controller_factory_registry.h", |
| 1387 | "webui/web_ui_data_source_impl.cc", |
| 1388 | "webui/web_ui_data_source_impl.h", |
| 1389 | "webui/web_ui_impl.cc", |
| 1390 | "webui/web_ui_impl.h", |
| 1391 | "webui/web_ui_message_handler.cc", |
| 1392 | "zygote_host/zygote_communication_linux.cc", |
| 1393 | "zygote_host/zygote_communication_linux.h", |
| 1394 | "zygote_host/zygote_handle_linux.cc", |
| 1395 | "zygote_host/zygote_host_impl_linux.cc", |
| 1396 | "zygote_host/zygote_host_impl_linux.h", |
| 1397 | ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1398 | |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 1399 | if (toolkit_views) { |
| 1400 | deps += [ "//ui/events" ] |
| 1401 | } |
| 1402 | |
bcwhite | 98900b0 | 2016-09-19 20:13:03 | [diff] [blame] | 1403 | # ChromeOS also defines linux but their memory-monitors conflict. |
| 1404 | if (is_chromeos) { |
| 1405 | sources += [ |
| 1406 | "memory/memory_monitor_chromeos.cc", |
| 1407 | "memory/memory_monitor_chromeos.h", |
| 1408 | ] |
| 1409 | } else { |
| 1410 | sources += [ |
| 1411 | "memory/memory_monitor_linux.cc", |
| 1412 | "memory/memory_monitor_linux.h", |
| 1413 | ] |
| 1414 | } |
| 1415 | |
dgozman | 9d8f818 | 2015-10-12 23:38:56 | [diff] [blame] | 1416 | if (!is_win) { |
morrita | d95714f | 2014-10-01 02:37:24 | [diff] [blame] | 1417 | sources += [ |
morrita | d95714f | 2014-10-01 02:37:24 | [diff] [blame] | 1418 | "file_descriptor_info_impl.cc", |
| 1419 | "file_descriptor_info_impl.h", |
| 1420 | ] |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 1421 | } |
| 1422 | |
vitalybuka | 93eea40 | 2014-11-05 23:47:15 | [diff] [blame] | 1423 | if (enable_basic_printing || enable_print_preview) { |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1424 | deps += [ "//printing" ] |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 1425 | } |
| 1426 | |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 1427 | if (!is_mac) { |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1428 | deps += [ "//sandbox" ] |
| 1429 | } |
jam | b3c1195df | 2016-03-21 20:41:29 | [diff] [blame] | 1430 | if (!is_android) { |
[email protected] | 9786502 | 2014-06-13 23:18:04 | [diff] [blame] | 1431 | deps += [ "//content/browser/tracing:resources" ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1432 | } |
charliea | b997324 | 2016-02-02 16:22:16 | [diff] [blame] | 1433 | if ((use_udev && is_posix) || is_mac || is_win) { |
| 1434 | deps += [ "//tools/battor_agent:battor_agent_lib" ] |
| 1435 | sources += [ |
| 1436 | "tracing/power_tracing_agent.cc", |
| 1437 | "tracing/power_tracing_agent.h", |
| 1438 | ] |
| 1439 | } |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1440 | |
| 1441 | if (enable_webrtc) { |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1442 | sources += [ |
| 1443 | "renderer_host/media/peer_connection_tracker_host.cc", |
| 1444 | "renderer_host/media/peer_connection_tracker_host.h", |
| 1445 | "renderer_host/p2p/socket_dispatcher_host.cc", |
| 1446 | "renderer_host/p2p/socket_dispatcher_host.h", |
| 1447 | "renderer_host/p2p/socket_host.cc", |
| 1448 | "renderer_host/p2p/socket_host.h", |
| 1449 | "renderer_host/p2p/socket_host_tcp.cc", |
| 1450 | "renderer_host/p2p/socket_host_tcp.h", |
| 1451 | "renderer_host/p2p/socket_host_tcp_server.cc", |
| 1452 | "renderer_host/p2p/socket_host_tcp_server.h", |
| 1453 | "renderer_host/p2p/socket_host_throttler.cc", |
| 1454 | "renderer_host/p2p/socket_host_throttler.h", |
| 1455 | "renderer_host/p2p/socket_host_udp.cc", |
| 1456 | "renderer_host/p2p/socket_host_udp.h", |
| 1457 | "webrtc/webrtc_eventlog_host.cc", |
| 1458 | "webrtc/webrtc_eventlog_host.h", |
| 1459 | "webrtc/webrtc_internals.cc", |
| 1460 | "webrtc/webrtc_internals.h", |
| 1461 | "webrtc/webrtc_internals_message_handler.cc", |
| 1462 | "webrtc/webrtc_internals_message_handler.h", |
| 1463 | "webrtc/webrtc_internals_ui.cc", |
| 1464 | "webrtc/webrtc_internals_ui.h", |
| 1465 | "webrtc/webrtc_internals_ui_observer.h", |
| 1466 | ] |
| 1467 | |
brettw | f94a6cd | 2016-01-28 23:57:29 | [diff] [blame] | 1468 | deps += [ |
| 1469 | "//jingle:jingle_glue", |
| 1470 | "//third_party/libjingle:libjingle_webrtc", |
mbjorge | cbac808 | 2016-04-21 01:14:23 | [diff] [blame] | 1471 | "//third_party/webrtc/base:rtc_base", |
kjellander | d0e9a07 | 2016-08-01 08:51:26 | [diff] [blame] | 1472 | "//third_party/webrtc/media:rtc_media", |
mbjorge | cbac808 | 2016-04-21 01:14:23 | [diff] [blame] | 1473 | "//third_party/webrtc/modules/desktop_capture:primitives", |
brettw | f94a6cd | 2016-01-28 23:57:29 | [diff] [blame] | 1474 | ] |
braveyao | dbb85e45 | 2016-09-23 18:49:08 | [diff] [blame] | 1475 | if (!is_ios) { |
| 1476 | defines += [ "ENABLE_SCREEN_CAPTURE=1" ] |
| 1477 | } |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1478 | if (is_linux || is_mac || is_win) { |
| 1479 | sources += [ |
| 1480 | "media/capture/desktop_capture_device.cc", |
| 1481 | "media/capture/desktop_capture_device.h", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1482 | ] |
[email protected] | c528d87 | 2014-06-27 03:17:16 | [diff] [blame] | 1483 | if (use_aura) { |
| 1484 | sources += [ |
robert.bradford | 8a244ea | 2015-03-17 19:12:46 | [diff] [blame] | 1485 | "media/capture/aura_window_capture_machine.cc", |
| 1486 | "media/capture/aura_window_capture_machine.h", |
[email protected] | c528d87 | 2014-06-27 03:17:16 | [diff] [blame] | 1487 | "media/capture/desktop_capture_device_aura.cc", |
| 1488 | "media/capture/desktop_capture_device_aura.h", |
| 1489 | ] |
| 1490 | } |
Brett Wilson | 83fd424 | 2014-09-02 19:45:33 | [diff] [blame] | 1491 | deps += [ "//third_party/webrtc/modules/desktop_capture" ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1492 | } |
| 1493 | } |
| 1494 | |
| 1495 | if (is_win) { |
mcasas | 4e216e7 | 2016-07-28 21:28:38 | [diff] [blame] | 1496 | sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1497 | defines += [ |
| 1498 | # This prevents the inclusion of atlhost.h which paired |
| 1499 | # with the windows 8 sdk it does the wrong thing. |
| 1500 | "__ATLHOST_H__", |
| 1501 | ] |
| 1502 | deps += [ |
[email protected] | bf94f9d | 2014-06-17 20:33:53 | [diff] [blame] | 1503 | "//third_party/iaccessible2", |
| 1504 | "//third_party/isimpledom", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1505 | ] |
| 1506 | libs += [ |
| 1507 | "comctl32.lib", |
| 1508 | "dinput8.lib", |
| 1509 | "dwmapi.lib", |
| 1510 | "dxguid.lib", |
jam | 6ce8049 | 2016-03-22 22:00:21 | [diff] [blame] | 1511 | "imm32.lib", |
brettw | 44a5cf8 | 2015-04-08 19:48:22 | [diff] [blame] | 1512 | "oleacc.lib", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1513 | "sensorsapi.lib", |
| 1514 | "portabledeviceguids.lib", |
| 1515 | ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1516 | } |
| 1517 | |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1518 | if (use_udev) { |
mcasas | 9d206368 | 2016-02-11 22:12:39 | [diff] [blame] | 1519 | deps += [ |
| 1520 | "//device/udev_linux", |
mcasas | f261a50 | 2016-02-26 23:40:33 | [diff] [blame] | 1521 | "//media/capture", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1522 | ] |
| 1523 | } |
| 1524 | |
| 1525 | if (enable_plugins) { |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1526 | sources += [ |
| 1527 | "../public/browser/plugin_service.h", |
| 1528 | "media/session/pepper_playback_observer.cc", |
| 1529 | "media/session/pepper_playback_observer.h", |
| 1530 | "media/session/pepper_player_delegate.cc", |
| 1531 | "media/session/pepper_player_delegate.h", |
| 1532 | "pepper_flash_settings_helper_impl.cc", |
| 1533 | "pepper_flash_settings_helper_impl.h", |
| 1534 | "plugin_content_origin_whitelist.cc", |
| 1535 | "plugin_content_origin_whitelist.h", |
| 1536 | "plugin_data_remover_impl.cc", |
| 1537 | "plugin_data_remover_impl.h", |
| 1538 | "plugin_private_storage_helper.cc", |
| 1539 | "plugin_private_storage_helper.h", |
| 1540 | "plugin_service_impl.cc", |
| 1541 | "plugin_service_impl.h", |
| 1542 | "ppapi_plugin_process_host.cc", |
| 1543 | "ppapi_plugin_process_host.h", |
| 1544 | "renderer_host/pepper/browser_ppapi_host_impl.cc", |
| 1545 | "renderer_host/pepper/browser_ppapi_host_impl.h", |
| 1546 | "renderer_host/pepper/content_browser_pepper_host_factory.cc", |
| 1547 | "renderer_host/pepper/content_browser_pepper_host_factory.h", |
| 1548 | "renderer_host/pepper/pepper_browser_font_singleton_host.cc", |
| 1549 | "renderer_host/pepper/pepper_browser_font_singleton_host.h", |
| 1550 | "renderer_host/pepper/pepper_external_file_ref_backend.cc", |
| 1551 | "renderer_host/pepper/pepper_external_file_ref_backend.h", |
| 1552 | "renderer_host/pepper/pepper_file_io_host.cc", |
| 1553 | "renderer_host/pepper/pepper_file_io_host.h", |
| 1554 | "renderer_host/pepper/pepper_file_ref_host.cc", |
| 1555 | "renderer_host/pepper/pepper_file_ref_host.h", |
| 1556 | "renderer_host/pepper/pepper_file_system_browser_host.cc", |
| 1557 | "renderer_host/pepper/pepper_file_system_browser_host.h", |
| 1558 | "renderer_host/pepper/pepper_flash_file_message_filter.cc", |
| 1559 | "renderer_host/pepper/pepper_flash_file_message_filter.h", |
| 1560 | "renderer_host/pepper/pepper_gamepad_host.cc", |
| 1561 | "renderer_host/pepper/pepper_gamepad_host.h", |
| 1562 | "renderer_host/pepper/pepper_host_resolver_message_filter.cc", |
| 1563 | "renderer_host/pepper/pepper_host_resolver_message_filter.h", |
| 1564 | "renderer_host/pepper/pepper_internal_file_ref_backend.cc", |
| 1565 | "renderer_host/pepper/pepper_internal_file_ref_backend.h", |
| 1566 | "renderer_host/pepper/pepper_lookup_request.h", |
| 1567 | "renderer_host/pepper/pepper_message_filter.cc", |
| 1568 | "renderer_host/pepper/pepper_message_filter.h", |
| 1569 | "renderer_host/pepper/pepper_network_monitor_host.cc", |
| 1570 | "renderer_host/pepper/pepper_network_monitor_host.h", |
| 1571 | "renderer_host/pepper/pepper_network_proxy_host.cc", |
| 1572 | "renderer_host/pepper/pepper_network_proxy_host.h", |
| 1573 | "renderer_host/pepper/pepper_print_settings_manager.cc", |
| 1574 | "renderer_host/pepper/pepper_print_settings_manager.h", |
| 1575 | "renderer_host/pepper/pepper_printing_host.cc", |
| 1576 | "renderer_host/pepper/pepper_printing_host.h", |
| 1577 | "renderer_host/pepper/pepper_renderer_connection.cc", |
| 1578 | "renderer_host/pepper/pepper_renderer_connection.h", |
| 1579 | "renderer_host/pepper/pepper_security_helper.cc", |
| 1580 | "renderer_host/pepper/pepper_security_helper.h", |
| 1581 | "renderer_host/pepper/pepper_socket_utils.cc", |
| 1582 | "renderer_host/pepper/pepper_socket_utils.h", |
| 1583 | "renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc", |
| 1584 | "renderer_host/pepper/pepper_tcp_server_socket_message_filter.h", |
| 1585 | "renderer_host/pepper/pepper_tcp_socket_message_filter.cc", |
| 1586 | "renderer_host/pepper/pepper_tcp_socket_message_filter.h", |
| 1587 | "renderer_host/pepper/pepper_truetype_font.h", |
| 1588 | "renderer_host/pepper/pepper_truetype_font_android.cc", |
| 1589 | "renderer_host/pepper/pepper_truetype_font_host.cc", |
| 1590 | "renderer_host/pepper/pepper_truetype_font_host.h", |
| 1591 | "renderer_host/pepper/pepper_truetype_font_linux.cc", |
| 1592 | "renderer_host/pepper/pepper_truetype_font_list.h", |
| 1593 | "renderer_host/pepper/pepper_truetype_font_list_android.cc", |
| 1594 | "renderer_host/pepper/pepper_truetype_font_list_host.cc", |
| 1595 | "renderer_host/pepper/pepper_truetype_font_list_host.h", |
| 1596 | "renderer_host/pepper/pepper_truetype_font_list_mac.mm", |
| 1597 | "renderer_host/pepper/pepper_truetype_font_list_ozone.cc", |
| 1598 | "renderer_host/pepper/pepper_truetype_font_list_pango.cc", |
| 1599 | "renderer_host/pepper/pepper_truetype_font_list_win.cc", |
| 1600 | "renderer_host/pepper/pepper_truetype_font_mac.mm", |
| 1601 | "renderer_host/pepper/pepper_truetype_font_win.cc", |
| 1602 | "renderer_host/pepper/pepper_udp_socket_message_filter.cc", |
| 1603 | "renderer_host/pepper/pepper_udp_socket_message_filter.h", |
| 1604 | "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.cc", |
| 1605 | "renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.h", |
| 1606 | "renderer_host/pepper/quota_reservation.cc", |
| 1607 | "renderer_host/pepper/quota_reservation.h", |
| 1608 | "renderer_host/pepper/ssl_context_helper.cc", |
| 1609 | "renderer_host/pepper/ssl_context_helper.h", |
| 1610 | ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1611 | deps += [ |
tmoniuszko | 6cddaa9 | 2015-06-10 07:51:34 | [diff] [blame] | 1612 | "//ppapi/host", |
jbroman | 79c079be | 2016-04-20 00:17:27 | [diff] [blame] | 1613 | "//ppapi/proxy", |
brettw | f7eb6ca | 2015-02-14 01:37:31 | [diff] [blame] | 1614 | "//ppapi/proxy:ipc", |
| 1615 | "//ppapi/shared_impl", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1616 | ] |
| 1617 | if (!use_ozone || use_pango) { |
| 1618 | sources -= [ "renderer_host/pepper/pepper_truetype_font_list_ozone.cc" ] |
| 1619 | } |
[email protected] | c528d87 | 2014-06-27 03:17:16 | [diff] [blame] | 1620 | if (!use_pango) { |
| 1621 | sources -= [ "renderer_host/pepper/pepper_truetype_font_list_pango.cc" ] |
| 1622 | } |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1623 | } |
| 1624 | |
shreeram.k | 792fba03 | 2015-07-20 11:43:37 | [diff] [blame] | 1625 | if (use_atk) { |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1626 | sources += [ |
| 1627 | "accessibility/accessibility_tree_formatter_auralinux.cc", |
| 1628 | "accessibility/browser_accessibility_auralinux.cc", |
| 1629 | "accessibility/browser_accessibility_auralinux.h", |
| 1630 | "accessibility/browser_accessibility_manager_auralinux.cc", |
| 1631 | "accessibility/browser_accessibility_manager_auralinux.h", |
| 1632 | ] |
shreeram.k | 792fba03 | 2015-07-20 11:43:37 | [diff] [blame] | 1633 | |
mostynb | 902b528 | 2016-08-17 23:01:00 | [diff] [blame] | 1634 | configs += [ "//build/config/linux/atk" ] |
mostynb | ebc6e12 | 2016-07-28 08:53:41 | [diff] [blame] | 1635 | |
| 1636 | if (use_gconf) { |
| 1637 | configs += [ "//build/config/linux/gconf" ] |
| 1638 | } |
| 1639 | |
| 1640 | if (use_glib) { |
| 1641 | configs += [ "//build/config/linux:glib" ] |
| 1642 | } |
shreeram.k | 792fba03 | 2015-07-20 11:43:37 | [diff] [blame] | 1643 | } |
| 1644 | |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1645 | if (is_linux && use_aura) { |
slan | 17e5ce7f | 2015-09-25 00:04:45 | [diff] [blame] | 1646 | deps += [ "//build/linux:fontconfig" ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1647 | } |
| 1648 | |
| 1649 | if (use_x11) { |
| 1650 | configs += [ "//build/config/linux:x11" ] |
jamesr | 4359db7 | 2015-01-21 12:40:00 | [diff] [blame] | 1651 | deps += [ "//ui/gfx/x" ] |
cmasone | db5203e | 2014-09-11 18:18:38 | [diff] [blame] | 1652 | } |
| 1653 | |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1654 | if (use_pango) { |
agrieve | 95ba444 | 2016-04-25 15:47:13 | [diff] [blame] | 1655 | configs += [ "//build/config/linux/pangocairo" ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1656 | } |
| 1657 | |
| 1658 | if (is_android) { |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1659 | sources += [ |
| 1660 | "accessibility/accessibility_tree_formatter_android.cc", |
| 1661 | "accessibility/browser_accessibility_android.cc", |
| 1662 | "accessibility/browser_accessibility_android.h", |
| 1663 | "accessibility/browser_accessibility_manager_android.cc", |
| 1664 | "accessibility/browser_accessibility_manager_android.h", |
| 1665 | "android/composited_touch_handle_drawable.cc", |
| 1666 | "android/composited_touch_handle_drawable.h", |
| 1667 | "android/content_view_core_impl.cc", |
| 1668 | "android/content_view_core_impl.h", |
| 1669 | "android/content_view_core_impl_observer.h", |
| 1670 | "android/content_view_render_view.cc", |
| 1671 | "android/content_view_render_view.h", |
| 1672 | "android/content_view_statics.cc", |
| 1673 | "android/content_view_statics.h", |
| 1674 | "android/date_time_chooser_android.cc", |
| 1675 | "android/date_time_chooser_android.h", |
| 1676 | "android/gesture_event_type.h", |
| 1677 | "android/interstitial_page_delegate_android.cc", |
| 1678 | "android/interstitial_page_delegate_android.h", |
| 1679 | "android/java/gin_java_bound_object.cc", |
| 1680 | "android/java/gin_java_bound_object.h", |
| 1681 | "android/java/gin_java_bound_object_delegate.cc", |
| 1682 | "android/java/gin_java_bound_object_delegate.h", |
| 1683 | "android/java/gin_java_bridge_dispatcher_host.cc", |
| 1684 | "android/java/gin_java_bridge_dispatcher_host.h", |
| 1685 | "android/java/gin_java_bridge_message_filter.cc", |
| 1686 | "android/java/gin_java_bridge_message_filter.h", |
| 1687 | "android/java/gin_java_method_invocation_helper.cc", |
| 1688 | "android/java/gin_java_method_invocation_helper.h", |
| 1689 | "android/java/gin_java_script_to_java_types_coercion.cc", |
| 1690 | "android/java/gin_java_script_to_java_types_coercion.h", |
| 1691 | "android/java/java_bridge_thread.cc", |
| 1692 | "android/java/java_bridge_thread.h", |
| 1693 | "android/java/java_method.cc", |
| 1694 | "android/java/java_method.h", |
| 1695 | "android/java/java_type.cc", |
| 1696 | "android/java/java_type.h", |
| 1697 | "android/java/jni_helper.cc", |
| 1698 | "android/java/jni_helper.h", |
| 1699 | "android/load_url_params.cc", |
| 1700 | "android/load_url_params.h", |
| 1701 | "android/overscroll_controller_android.cc", |
| 1702 | "android/overscroll_controller_android.h", |
boliu | 2255797 | 2016-10-25 16:08:29 | [diff] [blame] | 1703 | "android/synchronous_compositor_browser_filter.cc", |
| 1704 | "android/synchronous_compositor_browser_filter.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1705 | "android/synchronous_compositor_host.cc", |
| 1706 | "android/synchronous_compositor_host.h", |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1707 | "android/tracing_controller_android.cc", |
| 1708 | "android/tracing_controller_android.h", |
| 1709 | "android/web_contents_observer_proxy.cc", |
| 1710 | "android/web_contents_observer_proxy.h", |
| 1711 | "media/capture/screen_capture_device_android.cc", |
| 1712 | "media/capture/screen_capture_device_android.h", |
| 1713 | "renderer_host/compositor_impl_android.cc", |
| 1714 | "renderer_host/compositor_impl_android.h", |
| 1715 | "renderer_host/context_provider_factory_impl_android.cc", |
| 1716 | "renderer_host/context_provider_factory_impl_android.h", |
| 1717 | "renderer_host/ime_adapter_android.cc", |
| 1718 | "renderer_host/ime_adapter_android.h", |
| 1719 | "renderer_host/input/synthetic_gesture_target_android.cc", |
| 1720 | "renderer_host/input/synthetic_gesture_target_android.h", |
| 1721 | "renderer_host/native_web_keyboard_event_android.cc", |
| 1722 | "renderer_host/render_widget_host_view_android.cc", |
| 1723 | "renderer_host/render_widget_host_view_android.h", |
| 1724 | "screen_orientation/screen_orientation_delegate_android.cc", |
| 1725 | "screen_orientation/screen_orientation_delegate_android.h", |
| 1726 | "screen_orientation/screen_orientation_message_filter_android.cc", |
| 1727 | "screen_orientation/screen_orientation_message_filter_android.h", |
| 1728 | "web_contents/web_contents_android.cc", |
| 1729 | "web_contents/web_contents_android.h", |
| 1730 | "web_contents/web_contents_view_android.cc", |
| 1731 | "web_contents/web_contents_view_android.h", |
| 1732 | ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1733 | sources -= [ |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1734 | "browser_ipc_logging.cc", |
| 1735 | "device_sensors/data_fetcher_shared_memory_default.cc", |
zqzhang | a2147f8 | 2016-10-18 22:53:26 | [diff] [blame] | 1736 | "media/session/audio_focus_delegate_default.cc", |
zqzhang | d36b5ce | 2016-09-30 17:29:34 | [diff] [blame] | 1737 | "media/session/audio_focus_manager.cc", |
| 1738 | "media/session/audio_focus_manager.h", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1739 | "tracing/tracing_ui.cc", |
| 1740 | "tracing/tracing_ui.h", |
| 1741 | |
| 1742 | # Android skips most, but not all, of the speech code. |
| 1743 | "speech/audio_buffer.cc", |
| 1744 | "speech/audio_buffer.h", |
| 1745 | "speech/audio_encoder.cc", |
| 1746 | "speech/audio_encoder.h", |
| 1747 | "speech/chunked_byte_buffer.cc", |
| 1748 | "speech/chunked_byte_buffer.h", |
| 1749 | "speech/endpointer/endpointer.cc", |
| 1750 | "speech/endpointer/endpointer.h", |
| 1751 | "speech/endpointer/energy_endpointer.cc", |
| 1752 | "speech/endpointer/energy_endpointer.h", |
| 1753 | "speech/endpointer/energy_endpointer_params.cc", |
| 1754 | "speech/endpointer/energy_endpointer_params.h", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1755 | "speech/speech_recognition_engine.cc", |
| 1756 | "speech/speech_recognition_engine.h", |
| 1757 | "speech/speech_recognizer_impl.cc", |
| 1758 | "speech/speech_recognizer_impl.h", |
| 1759 | ] |
leon.han | 4e5d810 | 2015-09-02 07:12:00 | [diff] [blame] | 1760 | deps -= [ "//device/battery" ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1761 | deps += [ |
James Robinson | 060f2e3 | 2014-09-10 22:31:37 | [diff] [blame] | 1762 | "//content/public/android:jni", |
[email protected] | d7e69fa | 2014-07-24 21:19:28 | [diff] [blame] | 1763 | "//media", |
mcasas | 14a3cda | 2016-07-14 20:13:06 | [diff] [blame] | 1764 | "//media/capture/content/android", |
mcasas | e40d752 | 2016-06-21 16:11:40 | [diff] [blame] | 1765 | "//media/capture/video/android", |
cjhopman | aac45ed8 | 2014-10-17 22:08:19 | [diff] [blame] | 1766 | "//mojo/android:libsystem_java", |
mfomitchev | e12a6c5a | 2016-01-28 00:22:34 | [diff] [blame] | 1767 | "//ui/android", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1768 | ] |
pkotwicz | efafec13 | 2015-10-22 20:23:00 | [diff] [blame] | 1769 | defines += [ "APPCACHE_USE_SIMPLE_CACHE" ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1770 | libs += [ "jnigraphics" ] |
| 1771 | } |
| 1772 | |
| 1773 | if (is_mac) { |
mcasas | 4e216e7 | 2016-07-28 21:28:38 | [diff] [blame] | 1774 | sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ] |
jiangj | 2bd42fd | 2015-04-18 13:29:06 | [diff] [blame] | 1775 | deps += [ |
rsesek | 02aa51c | 2016-05-11 02:13:57 | [diff] [blame] | 1776 | "//media", |
jiangj | 2bd42fd | 2015-04-18 13:29:06 | [diff] [blame] | 1777 | "//sandbox/mac:sandbox", |
| 1778 | "//third_party/mozilla", |
| 1779 | "//third_party/sudden_motion_sensor", |
| 1780 | "//ui/accelerated_widget_mac", |
| 1781 | ] |
rsesek | 02aa51c | 2016-05-11 02:13:57 | [diff] [blame] | 1782 | libs += [ |
| 1783 | "Carbon.framework", |
| 1784 | "QuartzCore.framework", |
| 1785 | "IOSurface.framework", |
| 1786 | ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1787 | } |
| 1788 | |
| 1789 | if (is_chromeos) { |
jonross | a6725f1 | 2015-02-05 00:52:53 | [diff] [blame] | 1790 | sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ] |
mukai | 2dc70ed3 | 2014-10-29 01:01:43 | [diff] [blame] | 1791 | deps += [ |
| 1792 | "//chromeos", |
| 1793 | "//chromeos:power_manager_proto", |
| 1794 | ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1795 | } |
| 1796 | |
slan | a0da430 | 2016-11-07 17:37:01 | [diff] [blame] | 1797 | if (enable_mojo_media) { |
| 1798 | deps += [ "//media/mojo/interfaces" ] |
| 1799 | } |
| 1800 | |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1801 | if (use_aura) { |
| 1802 | deps += [ |
ben | 6b0453d1 | 2016-07-02 04:27:19 | [diff] [blame] | 1803 | "//services/ui/public/cpp", |
| 1804 | "//services/ui/public/interfaces", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1805 | "//ui/aura", |
mohsen | 166a918 | 2015-02-09 18:19:09 | [diff] [blame] | 1806 | "//ui/aura_extra", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1807 | "//ui/strings", |
James Robinson | 060f2e3 | 2014-09-10 22:31:37 | [diff] [blame] | 1808 | "//ui/wm", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1809 | ] |
rjkroege | c109de61 | 2015-11-19 01:40:47 | [diff] [blame] | 1810 | sources += [ |
penghuang | e1d8651 | 2016-07-08 18:15:00 | [diff] [blame] | 1811 | "compositor/mus_browser_compositor_output_surface.cc", |
| 1812 | "compositor/mus_browser_compositor_output_surface.h", |
jonross | 2843ae36 | 2016-10-21 16:48:23 | [diff] [blame] | 1813 | "renderer_host/render_widget_host_view_event_handler.cc", |
| 1814 | "renderer_host/render_widget_host_view_event_handler.h", |
fsamuel | 402274e | 2015-11-22 23:38:03 | [diff] [blame] | 1815 | "renderer_host/render_widget_host_view_mus.cc", |
| 1816 | "renderer_host/render_widget_host_view_mus.h", |
fsamuel | 9cf7bdf | 2015-11-20 02:19:32 | [diff] [blame] | 1817 | "web_contents/web_contents_view_mus.cc", |
| 1818 | "web_contents/web_contents_view_mus.h", |
rjkroege | c109de61 | 2015-11-19 01:40:47 | [diff] [blame] | 1819 | ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1820 | } else { # Not aura. |
| 1821 | sources -= [ |
isheriff | 727606c | 2015-11-10 23:46:57 | [diff] [blame] | 1822 | "media/capture/cursor_renderer_aura.cc", |
| 1823 | "media/capture/cursor_renderer_aura.h", |
isheriff | 70bcae4 | 2015-12-09 21:41:28 | [diff] [blame] | 1824 | "media/capture/window_activity_tracker_aura.cc", |
| 1825 | "media/capture/window_activity_tracker_aura.h", |
jiangj | 2bd42fd | 2015-04-18 13:29:06 | [diff] [blame] | 1826 | "renderer_host/compositor_resize_lock_aura.cc", |
| 1827 | "renderer_host/compositor_resize_lock_aura.h", |
[email protected] | c528d87 | 2014-06-27 03:17:16 | [diff] [blame] | 1828 | "renderer_host/input/synthetic_gesture_target_aura.cc", |
| 1829 | "renderer_host/input/synthetic_gesture_target_aura.h", |
mohsen | b0eeba7 | 2015-08-09 06:20:08 | [diff] [blame] | 1830 | "renderer_host/input/touch_selection_controller_client_aura.cc", |
| 1831 | "renderer_host/input/touch_selection_controller_client_aura.h", |
[email protected] | c528d87 | 2014-06-27 03:17:16 | [diff] [blame] | 1832 | "renderer_host/native_web_keyboard_event_aura.cc", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1833 | "renderer_host/render_widget_host_view_aura.cc", |
| 1834 | "renderer_host/render_widget_host_view_aura.h", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1835 | "renderer_host/ui_events_helper.cc", |
| 1836 | "renderer_host/ui_events_helper.h", |
[email protected] | c528d87 | 2014-06-27 03:17:16 | [diff] [blame] | 1837 | "web_contents/aura/gesture_nav_simple.cc", |
| 1838 | "web_contents/aura/gesture_nav_simple.h", |
[email protected] | c528d87 | 2014-06-27 03:17:16 | [diff] [blame] | 1839 | "web_contents/aura/overscroll_navigation_overlay.cc", |
| 1840 | "web_contents/aura/overscroll_navigation_overlay.h", |
nsatragno | c0b2fa5 | 2015-04-09 22:30:51 | [diff] [blame] | 1841 | "web_contents/aura/overscroll_window_animation.cc", |
| 1842 | "web_contents/aura/overscroll_window_animation.h", |
| 1843 | "web_contents/aura/overscroll_window_delegate.cc", |
| 1844 | "web_contents/aura/overscroll_window_delegate.h", |
[email protected] | c528d87 | 2014-06-27 03:17:16 | [diff] [blame] | 1845 | "web_contents/aura/shadow_layer_delegate.cc", |
| 1846 | "web_contents/aura/shadow_layer_delegate.h", |
[email protected] | c528d87 | 2014-06-27 03:17:16 | [diff] [blame] | 1847 | "web_contents/web_contents_view_aura.cc", |
| 1848 | "web_contents/web_contents_view_aura.h", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1849 | ] |
| 1850 | } |
| 1851 | |
| 1852 | if (use_aura || is_mac) { |
brettw | b167c733 | 2016-09-07 22:52:46 | [diff] [blame] | 1853 | sources += [ |
| 1854 | "compositor/browser_compositor_output_surface.cc", |
| 1855 | "compositor/browser_compositor_output_surface.h", |
| 1856 | "compositor/gpu_browser_compositor_output_surface.cc", |
| 1857 | "compositor/gpu_browser_compositor_output_surface.h", |
| 1858 | "compositor/gpu_output_surface_mac.h", |
| 1859 | "compositor/gpu_output_surface_mac.mm", |
| 1860 | "compositor/gpu_process_transport_factory.cc", |
| 1861 | "compositor/gpu_process_transport_factory.h", |
| 1862 | "compositor/gpu_surfaceless_browser_compositor_output_surface.cc", |
| 1863 | "compositor/gpu_surfaceless_browser_compositor_output_surface.h", |
| 1864 | "compositor/image_transport_factory.cc", |
| 1865 | "compositor/image_transport_factory.h", |
| 1866 | "compositor/offscreen_browser_compositor_output_surface.cc", |
| 1867 | "compositor/offscreen_browser_compositor_output_surface.h", |
| 1868 | "compositor/owned_mailbox.cc", |
| 1869 | "compositor/owned_mailbox.h", |
| 1870 | "compositor/reflector_impl.cc", |
| 1871 | "compositor/reflector_impl.h", |
| 1872 | "compositor/reflector_texture.cc", |
| 1873 | "compositor/reflector_texture.h", |
| 1874 | "compositor/software_browser_compositor_output_surface.cc", |
| 1875 | "compositor/software_browser_compositor_output_surface.h", |
| 1876 | "compositor/software_output_device_mac.h", |
| 1877 | "compositor/software_output_device_mac.mm", |
| 1878 | "compositor/software_output_device_ozone.cc", |
| 1879 | "compositor/software_output_device_ozone.h", |
| 1880 | "compositor/software_output_device_win.cc", |
| 1881 | "compositor/software_output_device_win.h", |
| 1882 | "compositor/software_output_device_x11.cc", |
| 1883 | "compositor/software_output_device_x11.h", |
| 1884 | "context_factory.cc", |
| 1885 | "renderer_host/browser_compositor_view_mac.h", |
| 1886 | "renderer_host/browser_compositor_view_mac.mm", |
| 1887 | "renderer_host/delegated_frame_host.cc", |
| 1888 | "renderer_host/delegated_frame_host.h", |
| 1889 | "renderer_host/resize_lock.cc", |
| 1890 | "renderer_host/resize_lock.h", |
| 1891 | ] |
sohan.jyoti | 86c41c7 | 2016-04-26 15:33:20 | [diff] [blame] | 1892 | if (enable_vulkan) { |
| 1893 | sources += [ |
| 1894 | "compositor/vulkan_browser_compositor_output_surface.cc", |
| 1895 | "compositor/vulkan_browser_compositor_output_surface.h", |
| 1896 | ] |
| 1897 | } |
[email protected] | 886323c | 2014-06-14 20:34:16 | [diff] [blame] | 1898 | if (!use_x11) { |
| 1899 | sources -= [ |
| 1900 | "compositor/software_output_device_x11.cc", |
| 1901 | "compositor/software_output_device_x11.h", |
| 1902 | ] |
| 1903 | } |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1904 | |
[email protected] | b1867c9 | 2014-08-13 00:22:04 | [diff] [blame] | 1905 | if (!use_ozone) { |
| 1906 | sources -= [ |
[email protected] | b1867c9 | 2014-08-13 00:22:04 | [diff] [blame] | 1907 | "compositor/software_output_device_ozone.cc", |
| 1908 | "compositor/software_output_device_ozone.h", |
| 1909 | ] |
| 1910 | } |
| 1911 | deps += [ "//ui/compositor" ] |
[email protected] | 604b127 | 2014-07-24 11:27:53 | [diff] [blame] | 1912 | } |
| 1913 | |
[email protected] | 418653fdf | 2014-07-02 07:38:21 | [diff] [blame] | 1914 | if (enable_web_speech) { |
tfarina | 152a972 | 2015-07-28 04:03:45 | [diff] [blame] | 1915 | deps += [ "//third_party/flac" ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1916 | } |
| 1917 | |
cmasone | db5203e | 2014-09-11 18:18:38 | [diff] [blame] | 1918 | if (is_linux && use_dbus) { |
ppi | 2438a3e | 2014-10-28 21:55:10 | [diff] [blame] | 1919 | deps += [ "//dbus" ] |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 1920 | } |
cjhopman | 2fd48fd | 2014-09-24 00:52:56 | [diff] [blame] | 1921 | |
davidben | ee55ed44 | 2015-10-02 17:06:11 | [diff] [blame] | 1922 | if (is_linux) { |
davidben | b983d4b | 2015-01-07 16:39:44 | [diff] [blame] | 1923 | deps += [ "//third_party/boringssl" ] |
| 1924 | } |
xhwang | e611733 | 2015-01-28 08:51:16 | [diff] [blame] | 1925 | |
xhwang | be72003 | 2016-02-19 18:45:31 | [diff] [blame] | 1926 | if (enable_mojo_media) { |
| 1927 | configs += [ "//media/mojo/services:mojo_media_config" ] |
xhwang | fb22df1 | 2015-10-13 23:13:46 | [diff] [blame] | 1928 | } |
| 1929 | |
jbroman | 79c079be | 2016-04-20 00:17:27 | [diff] [blame] | 1930 | if (use_ozone) { |
| 1931 | deps += [ "//ui/ozone" ] |
| 1932 | } |
piman | a333e3d | 2016-04-27 02:37:25 | [diff] [blame] | 1933 | |
bajones | 98f9652 | 2016-06-03 22:43:57 | [diff] [blame] | 1934 | if (enable_webvr) { |
| 1935 | deps += [ "//device/vr" ] |
| 1936 | } |
ochang | dd89a1e | 2016-06-08 16:39:01 | [diff] [blame] | 1937 | |
| 1938 | if (enable_ipc_fuzzer) { |
| 1939 | configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ] |
| 1940 | } |
kojii | 30add38f | 2016-07-14 02:10:32 | [diff] [blame] | 1941 | |
| 1942 | if (use_minikin_hyphenation) { |
| 1943 | sources += [ |
| 1944 | "hyphenation/hyphenation_impl.cc", |
| 1945 | "hyphenation/hyphenation_impl.h", |
| 1946 | ] |
kojii | 30add38f | 2016-07-14 02:10:32 | [diff] [blame] | 1947 | } |
[email protected] | 4db51ec | 2014-05-29 21:08:32 | [diff] [blame] | 1948 | } |
ben | 66696d1 | 2016-03-08 17:48:00 | [diff] [blame] | 1949 | |
brettw | b78fc9e | 2016-03-25 21:02:51 | [diff] [blame] | 1950 | # See comment at the top of //content/BUILD.gn for how this works. |
| 1951 | group("for_content_tests") { |
| 1952 | visibility = [ "//content/test/*" ] |
| 1953 | if (!is_component_build) { |
| 1954 | public_deps = [ |
| 1955 | ":browser", |
| 1956 | ] |
jam | 447407fb | 2016-05-06 17:57:40 | [diff] [blame] | 1957 | } else { |
| 1958 | public_deps = [ |
| 1959 | "//third_party/leveldatabase", |
| 1960 | ] |
brettw | b78fc9e | 2016-03-25 21:02:51 | [diff] [blame] | 1961 | } |
| 1962 | } |