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 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1321 "web_contents/aura/overscroll_navigation_overlay.cc", | 1321 "web_contents/aura/overscroll_navigation_overlay.cc", |
1322 "web_contents/aura/overscroll_navigation_overlay.h", | 1322 "web_contents/aura/overscroll_navigation_overlay.h", |
1323 "web_contents/aura/overscroll_window_animation.cc", | 1323 "web_contents/aura/overscroll_window_animation.cc", |
1324 "web_contents/aura/overscroll_window_animation.h", | 1324 "web_contents/aura/overscroll_window_animation.h", |
1325 "web_contents/aura/overscroll_window_delegate.cc", | 1325 "web_contents/aura/overscroll_window_delegate.cc", |
1326 "web_contents/aura/overscroll_window_delegate.h", | 1326 "web_contents/aura/overscroll_window_delegate.h", |
1327 "web_contents/aura/shadow_layer_delegate.cc", | 1327 "web_contents/aura/shadow_layer_delegate.cc", |
1328 "web_contents/aura/shadow_layer_delegate.h", | 1328 "web_contents/aura/shadow_layer_delegate.h", |
1329 "web_contents/web_contents_impl.cc", | 1329 "web_contents/web_contents_impl.cc", |
1330 "web_contents/web_contents_impl.h", | 1330 "web_contents/web_contents_impl.h", |
| 1331 "web_contents/web_contents_interface_registry_impl.cc", |
| 1332 "web_contents/web_contents_interface_registry_impl.h", |
1331 "web_contents/web_contents_view.h", | 1333 "web_contents/web_contents_view.h", |
1332 "web_contents/web_contents_view_aura.cc", | 1334 "web_contents/web_contents_view_aura.cc", |
1333 "web_contents/web_contents_view_aura.h", | 1335 "web_contents/web_contents_view_aura.h", |
1334 "web_contents/web_contents_view_child_frame.cc", | 1336 "web_contents/web_contents_view_child_frame.cc", |
1335 "web_contents/web_contents_view_child_frame.h", | 1337 "web_contents/web_contents_view_child_frame.h", |
1336 "web_contents/web_contents_view_guest.cc", | 1338 "web_contents/web_contents_view_guest.cc", |
1337 "web_contents/web_contents_view_guest.h", | 1339 "web_contents/web_contents_view_guest.h", |
1338 "web_contents/web_contents_view_mac.h", | 1340 "web_contents/web_contents_view_mac.h", |
1339 "web_contents/web_contents_view_mac.mm", | 1341 "web_contents/web_contents_view_mac.mm", |
1340 "web_contents/web_drag_dest_mac.h", | 1342 "web_contents/web_drag_dest_mac.h", |
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1926 if (!is_component_build) { | 1928 if (!is_component_build) { |
1927 public_deps = [ | 1929 public_deps = [ |
1928 ":browser", | 1930 ":browser", |
1929 ] | 1931 ] |
1930 } else { | 1932 } else { |
1931 public_deps = [ | 1933 public_deps = [ |
1932 "//third_party/leveldatabase", | 1934 "//third_party/leveldatabase", |
1933 ] | 1935 ] |
1934 } | 1936 } |
1935 } | 1937 } |
OLD | NEW |