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