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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//gpu/vulkan/features.gni") | 7 import("//gpu/vulkan/features.gni") |
8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
(...skipping 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1298 "renderer_host/text_input_manager.cc", | 1298 "renderer_host/text_input_manager.cc", |
1299 "renderer_host/text_input_manager.h", | 1299 "renderer_host/text_input_manager.h", |
1300 "renderer_host/ui_events_helper.cc", | 1300 "renderer_host/ui_events_helper.cc", |
1301 "renderer_host/ui_events_helper.h", | 1301 "renderer_host/ui_events_helper.h", |
1302 "renderer_host/webmenurunner_mac.h", | 1302 "renderer_host/webmenurunner_mac.h", |
1303 "renderer_host/webmenurunner_mac.mm", | 1303 "renderer_host/webmenurunner_mac.mm", |
1304 "resolve_proxy_msg_helper.cc", | 1304 "resolve_proxy_msg_helper.cc", |
1305 "resolve_proxy_msg_helper.h", | 1305 "resolve_proxy_msg_helper.h", |
1306 "resource_context_impl.cc", | 1306 "resource_context_impl.cc", |
1307 "resource_context_impl.h", | 1307 "resource_context_impl.h", |
| 1308 "resource_request_body_browser_utils.cc", |
| 1309 "resource_request_body_browser_utils.h", |
1308 "screen_orientation/screen_orientation_provider.cc", | 1310 "screen_orientation/screen_orientation_provider.cc", |
1309 "screen_orientation/screen_orientation_provider.h", | 1311 "screen_orientation/screen_orientation_provider.h", |
1310 "service_manager/common_browser_interfaces.cc", | 1312 "service_manager/common_browser_interfaces.cc", |
1311 "service_manager/common_browser_interfaces.h", | 1313 "service_manager/common_browser_interfaces.h", |
1312 "service_manager/merge_dictionary.cc", | 1314 "service_manager/merge_dictionary.cc", |
1313 "service_manager/merge_dictionary.h", | 1315 "service_manager/merge_dictionary.h", |
1314 "service_manager/service_manager_context.cc", | 1316 "service_manager/service_manager_context.cc", |
1315 "service_manager/service_manager_context.h", | 1317 "service_manager/service_manager_context.h", |
1316 "service_worker/embedded_worker_instance.cc", | 1318 "service_worker/embedded_worker_instance.cc", |
1317 "service_worker/embedded_worker_instance.h", | 1319 "service_worker/embedded_worker_instance.h", |
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2138 if (!is_component_build) { | 2140 if (!is_component_build) { |
2139 public_deps = [ | 2141 public_deps = [ |
2140 ":browser", | 2142 ":browser", |
2141 ] | 2143 ] |
2142 } else { | 2144 } else { |
2143 public_deps = [ | 2145 public_deps = [ |
2144 "//third_party/leveldatabase", | 2146 "//third_party/leveldatabase", |
2145 ] | 2147 ] |
2146 } | 2148 } |
2147 } | 2149 } |
OLD | NEW |