| 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 1521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1532 "web_contents/aura/gesture_nav_simple.cc", | 1532 "web_contents/aura/gesture_nav_simple.cc", |
| 1533 "web_contents/aura/gesture_nav_simple.h", | 1533 "web_contents/aura/gesture_nav_simple.h", |
| 1534 "web_contents/aura/overscroll_navigation_overlay.cc", | 1534 "web_contents/aura/overscroll_navigation_overlay.cc", |
| 1535 "web_contents/aura/overscroll_navigation_overlay.h", | 1535 "web_contents/aura/overscroll_navigation_overlay.h", |
| 1536 "web_contents/aura/overscroll_window_animation.cc", | 1536 "web_contents/aura/overscroll_window_animation.cc", |
| 1537 "web_contents/aura/overscroll_window_animation.h", | 1537 "web_contents/aura/overscroll_window_animation.h", |
| 1538 "web_contents/aura/overscroll_window_delegate.cc", | 1538 "web_contents/aura/overscroll_window_delegate.cc", |
| 1539 "web_contents/aura/overscroll_window_delegate.h", | 1539 "web_contents/aura/overscroll_window_delegate.h", |
| 1540 "web_contents/aura/shadow_layer_delegate.cc", | 1540 "web_contents/aura/shadow_layer_delegate.cc", |
| 1541 "web_contents/aura/shadow_layer_delegate.h", | 1541 "web_contents/aura/shadow_layer_delegate.h", |
| 1542 "web_contents/aura/uma_navigation_type.h", | 1542 "web_contents/aura/types.cc", |
| 1543 "web_contents/aura/types.h", |
| 1543 "web_contents/web_contents_impl.cc", | 1544 "web_contents/web_contents_impl.cc", |
| 1544 "web_contents/web_contents_impl.h", | 1545 "web_contents/web_contents_impl.h", |
| 1545 "web_contents/web_contents_view.h", | 1546 "web_contents/web_contents_view.h", |
| 1546 "web_contents/web_contents_view_aura.cc", | 1547 "web_contents/web_contents_view_aura.cc", |
| 1547 "web_contents/web_contents_view_aura.h", | 1548 "web_contents/web_contents_view_aura.h", |
| 1548 "web_contents/web_contents_view_child_frame.cc", | 1549 "web_contents/web_contents_view_child_frame.cc", |
| 1549 "web_contents/web_contents_view_child_frame.h", | 1550 "web_contents/web_contents_view_child_frame.h", |
| 1550 "web_contents/web_contents_view_guest.cc", | 1551 "web_contents/web_contents_view_guest.cc", |
| 1551 "web_contents/web_contents_view_guest.h", | 1552 "web_contents/web_contents_view_guest.h", |
| 1552 "web_contents/web_contents_view_mac.h", | 1553 "web_contents/web_contents_view_mac.h", |
| (...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2192 if (!is_component_build) { | 2193 if (!is_component_build) { |
| 2193 public_deps = [ | 2194 public_deps = [ |
| 2194 ":browser", | 2195 ":browser", |
| 2195 ] | 2196 ] |
| 2196 } else { | 2197 } else { |
| 2197 public_deps = [ | 2198 public_deps = [ |
| 2198 "//third_party/leveldatabase", | 2199 "//third_party/leveldatabase", |
| 2199 ] | 2200 ] |
| 2200 } | 2201 } |
| 2201 } | 2202 } |
| OLD | NEW |