| 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 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1501 "websockets/websocket_impl.cc", | 1501 "websockets/websocket_impl.cc", |
| 1502 "websockets/websocket_impl.h", | 1502 "websockets/websocket_impl.h", |
| 1503 "websockets/websocket_manager.cc", | 1503 "websockets/websocket_manager.cc", |
| 1504 "websockets/websocket_manager.h", | 1504 "websockets/websocket_manager.h", |
| 1505 "webui/content_web_ui_controller_factory.cc", | 1505 "webui/content_web_ui_controller_factory.cc", |
| 1506 "webui/content_web_ui_controller_factory.h", | 1506 "webui/content_web_ui_controller_factory.h", |
| 1507 "webui/generic_handler.cc", | 1507 "webui/generic_handler.cc", |
| 1508 "webui/generic_handler.h", | 1508 "webui/generic_handler.h", |
| 1509 "webui/i18n_source_stream.cc", | 1509 "webui/i18n_source_stream.cc", |
| 1510 "webui/i18n_source_stream.h", | 1510 "webui/i18n_source_stream.h", |
| 1511 "webui/network_error_url_loader.cc", |
| 1512 "webui/network_error_url_loader.h", |
| 1511 "webui/shared_resources_data_source.cc", | 1513 "webui/shared_resources_data_source.cc", |
| 1512 "webui/shared_resources_data_source.h", | 1514 "webui/shared_resources_data_source.h", |
| 1513 "webui/url_data_manager.cc", | 1515 "webui/url_data_manager.cc", |
| 1514 "webui/url_data_manager.h", | 1516 "webui/url_data_manager.h", |
| 1515 "webui/url_data_manager_backend.cc", | 1517 "webui/url_data_manager_backend.cc", |
| 1516 "webui/url_data_manager_backend.h", | 1518 "webui/url_data_manager_backend.h", |
| 1517 "webui/url_data_source_impl.cc", | 1519 "webui/url_data_source_impl.cc", |
| 1518 "webui/url_data_source_impl.h", | 1520 "webui/url_data_source_impl.h", |
| 1519 "webui/web_ui_controller_factory_registry.cc", | 1521 "webui/web_ui_controller_factory_registry.cc", |
| 1520 "webui/web_ui_controller_factory_registry.h", | 1522 "webui/web_ui_controller_factory_registry.h", |
| (...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2141 if (!is_component_build) { | 2143 if (!is_component_build) { |
| 2142 public_deps = [ | 2144 public_deps = [ |
| 2143 ":browser", | 2145 ":browser", |
| 2144 ] | 2146 ] |
| 2145 } else { | 2147 } else { |
| 2146 public_deps = [ | 2148 public_deps = [ |
| 2147 "//third_party/leveldatabase", | 2149 "//third_party/leveldatabase", |
| 2148 ] | 2150 ] |
| 2149 } | 2151 } |
| 2150 } | 2152 } |
| OLD | NEW |