| 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 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1345 "web_contents/web_contents_view_guest.cc", | 1345 "web_contents/web_contents_view_guest.cc", |
| 1346 "web_contents/web_contents_view_guest.h", | 1346 "web_contents/web_contents_view_guest.h", |
| 1347 "web_contents/web_contents_view_mac.h", | 1347 "web_contents/web_contents_view_mac.h", |
| 1348 "web_contents/web_contents_view_mac.mm", | 1348 "web_contents/web_contents_view_mac.mm", |
| 1349 "web_contents/web_drag_dest_mac.h", | 1349 "web_contents/web_drag_dest_mac.h", |
| 1350 "web_contents/web_drag_dest_mac.mm", | 1350 "web_contents/web_drag_dest_mac.mm", |
| 1351 "web_contents/web_drag_source_mac.h", | 1351 "web_contents/web_drag_source_mac.h", |
| 1352 "web_contents/web_drag_source_mac.mm", | 1352 "web_contents/web_drag_source_mac.mm", |
| 1353 "web_contents/web_drag_utils_win.cc", | 1353 "web_contents/web_drag_utils_win.cc", |
| 1354 "web_contents/web_drag_utils_win.h", | 1354 "web_contents/web_drag_utils_win.h", |
| 1355 "websockets/websocket_handshake_request_info_impl.cc", |
| 1356 "websockets/websocket_handshake_request_info_impl.h", |
| 1355 "websockets/websocket_impl.cc", | 1357 "websockets/websocket_impl.cc", |
| 1356 "websockets/websocket_impl.h", | 1358 "websockets/websocket_impl.h", |
| 1357 "websockets/websocket_manager.cc", | 1359 "websockets/websocket_manager.cc", |
| 1358 "websockets/websocket_manager.h", | 1360 "websockets/websocket_manager.h", |
| 1359 "webui/content_web_ui_controller_factory.cc", | 1361 "webui/content_web_ui_controller_factory.cc", |
| 1360 "webui/content_web_ui_controller_factory.h", | 1362 "webui/content_web_ui_controller_factory.h", |
| 1361 "webui/generic_handler.cc", | 1363 "webui/generic_handler.cc", |
| 1362 "webui/generic_handler.h", | 1364 "webui/generic_handler.h", |
| 1363 "webui/shared_resources_data_source.cc", | 1365 "webui/shared_resources_data_source.cc", |
| 1364 "webui/shared_resources_data_source.h", | 1366 "webui/shared_resources_data_source.h", |
| (...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1945 if (!is_component_build) { | 1947 if (!is_component_build) { |
| 1946 public_deps = [ | 1948 public_deps = [ |
| 1947 ":browser", | 1949 ":browser", |
| 1948 ] | 1950 ] |
| 1949 } else { | 1951 } else { |
| 1950 public_deps = [ | 1952 public_deps = [ |
| 1951 "//third_party/leveldatabase", | 1953 "//third_party/leveldatabase", |
| 1952 ] | 1954 ] |
| 1953 } | 1955 } |
| 1954 } | 1956 } |
| OLD | NEW |