| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 9 | 9 |
| 10 source_set("browser") { | 10 source_set("browser") { |
| (...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1140 "renderer_host/ui_events_helper.cc", | 1140 "renderer_host/ui_events_helper.cc", |
| 1141 "renderer_host/ui_events_helper.h", | 1141 "renderer_host/ui_events_helper.h", |
| 1142 "renderer_host/webmenurunner_mac.h", | 1142 "renderer_host/webmenurunner_mac.h", |
| 1143 "renderer_host/webmenurunner_mac.mm", | 1143 "renderer_host/webmenurunner_mac.mm", |
| 1144 "resolve_proxy_msg_helper.cc", | 1144 "resolve_proxy_msg_helper.cc", |
| 1145 "resolve_proxy_msg_helper.h", | 1145 "resolve_proxy_msg_helper.h", |
| 1146 "resource_context_impl.cc", | 1146 "resource_context_impl.cc", |
| 1147 "resource_context_impl.h", | 1147 "resource_context_impl.h", |
| 1148 "screen_orientation/screen_orientation_delegate_win.cc", | 1148 "screen_orientation/screen_orientation_delegate_win.cc", |
| 1149 "screen_orientation/screen_orientation_delegate_win.h", | 1149 "screen_orientation/screen_orientation_delegate_win.h", |
| 1150 "screen_orientation/screen_orientation_dispatcher_host_impl.cc", | 1150 "screen_orientation/screen_orientation_service_impl.cc", |
| 1151 "screen_orientation/screen_orientation_dispatcher_host_impl.h", | 1151 "screen_orientation/screen_orientation_service_impl.h", |
| 1152 "service_manager/merge_dictionary.cc", | 1152 "service_manager/merge_dictionary.cc", |
| 1153 "service_manager/merge_dictionary.h", | 1153 "service_manager/merge_dictionary.h", |
| 1154 "service_manager/service_manager_context.cc", | 1154 "service_manager/service_manager_context.cc", |
| 1155 "service_manager/service_manager_context.h", | 1155 "service_manager/service_manager_context.h", |
| 1156 "service_worker/embedded_worker_instance.cc", | 1156 "service_worker/embedded_worker_instance.cc", |
| 1157 "service_worker/embedded_worker_instance.h", | 1157 "service_worker/embedded_worker_instance.h", |
| 1158 "service_worker/embedded_worker_registry.cc", | 1158 "service_worker/embedded_worker_registry.cc", |
| 1159 "service_worker/embedded_worker_registry.h", | 1159 "service_worker/embedded_worker_registry.h", |
| 1160 "service_worker/embedded_worker_status.h", | 1160 "service_worker/embedded_worker_status.h", |
| 1161 "service_worker/foreign_fetch_request_handler.cc", | 1161 "service_worker/foreign_fetch_request_handler.cc", |
| (...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1942 if (!is_component_build) { | 1942 if (!is_component_build) { |
| 1943 public_deps = [ | 1943 public_deps = [ |
| 1944 ":browser", | 1944 ":browser", |
| 1945 ] | 1945 ] |
| 1946 } else { | 1946 } else { |
| 1947 public_deps = [ | 1947 public_deps = [ |
| 1948 "//third_party/leveldatabase", | 1948 "//third_party/leveldatabase", |
| 1949 ] | 1949 ] |
| 1950 } | 1950 } |
| 1951 } | 1951 } |
| OLD | NEW |