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