| 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("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 1376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1387 "websockets/websocket_handshake_request_info_impl.cc", | 1387 "websockets/websocket_handshake_request_info_impl.cc", |
| 1388 "websockets/websocket_handshake_request_info_impl.h", | 1388 "websockets/websocket_handshake_request_info_impl.h", |
| 1389 "websockets/websocket_impl.cc", | 1389 "websockets/websocket_impl.cc", |
| 1390 "websockets/websocket_impl.h", | 1390 "websockets/websocket_impl.h", |
| 1391 "websockets/websocket_manager.cc", | 1391 "websockets/websocket_manager.cc", |
| 1392 "websockets/websocket_manager.h", | 1392 "websockets/websocket_manager.h", |
| 1393 "webui/content_web_ui_controller_factory.cc", | 1393 "webui/content_web_ui_controller_factory.cc", |
| 1394 "webui/content_web_ui_controller_factory.h", | 1394 "webui/content_web_ui_controller_factory.h", |
| 1395 "webui/generic_handler.cc", | 1395 "webui/generic_handler.cc", |
| 1396 "webui/generic_handler.h", | 1396 "webui/generic_handler.h", |
| 1397 "webui/i18n_source_stream.cc", |
| 1398 "webui/i18n_source_stream.h", |
| 1397 "webui/shared_resources_data_source.cc", | 1399 "webui/shared_resources_data_source.cc", |
| 1398 "webui/shared_resources_data_source.h", | 1400 "webui/shared_resources_data_source.h", |
| 1399 "webui/url_data_manager.cc", | 1401 "webui/url_data_manager.cc", |
| 1400 "webui/url_data_manager.h", | 1402 "webui/url_data_manager.h", |
| 1401 "webui/url_data_manager_backend.cc", | 1403 "webui/url_data_manager_backend.cc", |
| 1402 "webui/url_data_manager_backend.h", | 1404 "webui/url_data_manager_backend.h", |
| 1403 "webui/url_data_source_impl.cc", | 1405 "webui/url_data_source_impl.cc", |
| 1404 "webui/url_data_source_impl.h", | 1406 "webui/url_data_source_impl.h", |
| 1405 "webui/web_ui_controller_factory_registry.cc", | 1407 "webui/web_ui_controller_factory_registry.cc", |
| 1406 "webui/web_ui_controller_factory_registry.h", | 1408 "webui/web_ui_controller_factory_registry.h", |
| (...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1973 if (!is_component_build) { | 1975 if (!is_component_build) { |
| 1974 public_deps = [ | 1976 public_deps = [ |
| 1975 ":browser", | 1977 ":browser", |
| 1976 ] | 1978 ] |
| 1977 } else { | 1979 } else { |
| 1978 public_deps = [ | 1980 public_deps = [ |
| 1979 "//third_party/leveldatabase", | 1981 "//third_party/leveldatabase", |
| 1980 ] | 1982 ] |
| 1981 } | 1983 } |
| 1982 } | 1984 } |
| OLD | NEW |