| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//gpu/vulkan/features.gni") | 8 import("//gpu/vulkan/features.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
| (...skipping 1512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1523 "web_contents/web_contents_view_guest.cc", | 1523 "web_contents/web_contents_view_guest.cc", |
| 1524 "web_contents/web_contents_view_guest.h", | 1524 "web_contents/web_contents_view_guest.h", |
| 1525 "web_contents/web_contents_view_mac.h", | 1525 "web_contents/web_contents_view_mac.h", |
| 1526 "web_contents/web_contents_view_mac.mm", | 1526 "web_contents/web_contents_view_mac.mm", |
| 1527 "web_contents/web_drag_dest_mac.h", | 1527 "web_contents/web_drag_dest_mac.h", |
| 1528 "web_contents/web_drag_dest_mac.mm", | 1528 "web_contents/web_drag_dest_mac.mm", |
| 1529 "web_contents/web_drag_source_mac.h", | 1529 "web_contents/web_drag_source_mac.h", |
| 1530 "web_contents/web_drag_source_mac.mm", | 1530 "web_contents/web_drag_source_mac.mm", |
| 1531 "web_contents/web_drag_utils_win.cc", | 1531 "web_contents/web_drag_utils_win.cc", |
| 1532 "web_contents/web_drag_utils_win.h", | 1532 "web_contents/web_drag_utils_win.h", |
| 1533 "webauth/authenticator_impl.cc", |
| 1534 "webauth/authenticator_impl.h", |
| 1533 "websockets/websocket_handshake_request_info_impl.cc", | 1535 "websockets/websocket_handshake_request_info_impl.cc", |
| 1534 "websockets/websocket_handshake_request_info_impl.h", | 1536 "websockets/websocket_handshake_request_info_impl.h", |
| 1535 "websockets/websocket_impl.cc", | 1537 "websockets/websocket_impl.cc", |
| 1536 "websockets/websocket_impl.h", | 1538 "websockets/websocket_impl.h", |
| 1537 "websockets/websocket_manager.cc", | 1539 "websockets/websocket_manager.cc", |
| 1538 "websockets/websocket_manager.h", | 1540 "websockets/websocket_manager.h", |
| 1539 "webui/content_web_ui_controller_factory.cc", | 1541 "webui/content_web_ui_controller_factory.cc", |
| 1540 "webui/content_web_ui_controller_factory.h", | 1542 "webui/content_web_ui_controller_factory.h", |
| 1541 "webui/generic_handler.cc", | 1543 "webui/generic_handler.cc", |
| 1542 "webui/generic_handler.h", | 1544 "webui/generic_handler.h", |
| (...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2161 if (!is_component_build) { | 2163 if (!is_component_build) { |
| 2162 public_deps = [ | 2164 public_deps = [ |
| 2163 ":browser", | 2165 ":browser", |
| 2164 ] | 2166 ] |
| 2165 } else { | 2167 } else { |
| 2166 public_deps = [ | 2168 public_deps = [ |
| 2167 "//third_party/leveldatabase", | 2169 "//third_party/leveldatabase", |
| 2168 ] | 2170 ] |
| 2169 } | 2171 } |
| 2170 } | 2172 } |
| OLD | NEW |