OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//build/config/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 | 7 |
8 # GYP version: extensions/extensions.gyp:extensions_browser | 8 # GYP version: extensions/extensions.gyp:extensions_browser |
9 source_set("browser") { | 9 source_set("browser") { |
10 sources = [ | 10 sources = [ |
11 ] | 11 ] |
12 | 12 |
13 deps = [ | 13 deps = [ |
14 "//components/keyed_service/content", | 14 "//components/keyed_service/content", |
15 "//components/keyed_service/core", | 15 "//components/keyed_service/core", |
16 "//components/pref_registry", | 16 "//components/pref_registry", |
17 "//components/sessions", | 17 "//components/sessions", |
| 18 "//components/web_cache/browser", |
18 "//components/web_modal", | 19 "//components/web_modal", |
19 "//content/public/browser", | 20 "//content/public/browser", |
20 "//extensions/common", | 21 "//extensions/common", |
21 "//extensions/common/api", | 22 "//extensions/common/api", |
22 "//extensions/common/api:api_registration", | 23 "//extensions/common/api:api_registration", |
23 "//extensions/strings", | 24 "//extensions/strings", |
24 "//skia", | 25 "//skia", |
25 "//third_party/leveldatabase", | 26 "//third_party/leveldatabase", |
26 "//third_party/re2" | 27 "//third_party/re2" |
27 ] | 28 ] |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 "api/system_storage/system_storage_api.cc", | 211 "api/system_storage/system_storage_api.cc", |
211 "api/system_storage/system_storage_api.h", | 212 "api/system_storage/system_storage_api.h", |
212 "api/test/test_api.cc", | 213 "api/test/test_api.cc", |
213 "api/test/test_api.h", | 214 "api/test/test_api.h", |
214 "api/usb/usb_api.cc", | 215 "api/usb/usb_api.cc", |
215 "api/usb/usb_api.h", | 216 "api/usb/usb_api.h", |
216 "api/usb/usb_device_resource.cc", | 217 "api/usb/usb_device_resource.cc", |
217 "api/usb/usb_device_resource.h", | 218 "api/usb/usb_device_resource.h", |
218 "api/usb_private/usb_private_api.cc", | 219 "api/usb_private/usb_private_api.cc", |
219 "api/usb_private/usb_private_api.h", | 220 "api/usb_private/usb_private_api.h", |
| 221 "api/web_request/form_data_parser.cc", |
| 222 "api/web_request/form_data_parser.h", |
| 223 "api/web_request/upload_data_presenter.cc", |
| 224 "api/web_request/upload_data_presenter.h", |
| 225 "api/web_request/web_request_api.cc", |
| 226 "api/web_request/web_request_api.h", |
220 "api/web_request/web_request_api_constants.cc", | 227 "api/web_request/web_request_api_constants.cc", |
221 "api/web_request/web_request_api_constants.h", | 228 "api/web_request/web_request_api_constants.h", |
222 "api/web_request/web_request_api_helpers.cc", | 229 "api/web_request/web_request_api_helpers.cc", |
223 "api/web_request/web_request_api_helpers.h", | 230 "api/web_request/web_request_api_helpers.h", |
224 "api/web_request/web_request_api_utils.cc", | 231 "api/web_request/web_request_api_utils.cc", |
225 "api/web_request/web_request_api_utils.h", | 232 "api/web_request/web_request_api_utils.h", |
226 "api/web_request/web_request_permissions.cc", | 233 "api/web_request/web_request_permissions.cc", |
227 "api/web_request/web_request_permissions.h", | 234 "api/web_request/web_request_permissions.h", |
228 "api/web_request/web_request_event_router_delegate.cc", | 235 "api/web_request/web_request_event_router_delegate.cc", |
229 "api/web_request/web_request_event_router_delegate.h", | 236 "api/web_request/web_request_event_router_delegate.h", |
| 237 "api/web_request/web_request_time_tracker.cc", |
| 238 "api/web_request/web_request_time_tracker.h", |
230 "api/web_view/web_view_internal_api.cc", | 239 "api/web_view/web_view_internal_api.cc", |
231 "api/web_view/web_view_internal_api.h", | 240 "api/web_view/web_view_internal_api.h", |
232 "api_activity_monitor.h", | 241 "api_activity_monitor.h", |
233 "app_sorting.h", | 242 "app_sorting.h", |
234 "app_window/app_delegate.h", | 243 "app_window/app_delegate.h", |
235 "app_window/app_web_contents_helper.cc", | 244 "app_window/app_web_contents_helper.cc", |
236 "app_window/app_web_contents_helper.h", | 245 "app_window/app_web_contents_helper.h", |
237 "app_window/app_window.cc", | 246 "app_window/app_window.cc", |
238 "app_window/app_window.h", | 247 "app_window/app_window.h", |
239 "app_window/app_window_client.cc", | 248 "app_window/app_window_client.cc", |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
453 ] | 462 ] |
454 } | 463 } |
455 } | 464 } |
456 | 465 |
457 if (is_win) { | 466 if (is_win) { |
458 cflags = [ | 467 cflags = [ |
459 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 468 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
460 ] | 469 ] |
461 } | 470 } |
462 } | 471 } |
OLD | NEW |