| 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("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1377 "web_contents/aura/gesture_nav_simple.cc", | 1377 "web_contents/aura/gesture_nav_simple.cc", |
| 1378 "web_contents/aura/gesture_nav_simple.h", | 1378 "web_contents/aura/gesture_nav_simple.h", |
| 1379 "web_contents/aura/overscroll_navigation_overlay.cc", | 1379 "web_contents/aura/overscroll_navigation_overlay.cc", |
| 1380 "web_contents/aura/overscroll_navigation_overlay.h", | 1380 "web_contents/aura/overscroll_navigation_overlay.h", |
| 1381 "web_contents/aura/overscroll_window_animation.cc", | 1381 "web_contents/aura/overscroll_window_animation.cc", |
| 1382 "web_contents/aura/overscroll_window_animation.h", | 1382 "web_contents/aura/overscroll_window_animation.h", |
| 1383 "web_contents/aura/overscroll_window_delegate.cc", | 1383 "web_contents/aura/overscroll_window_delegate.cc", |
| 1384 "web_contents/aura/overscroll_window_delegate.h", | 1384 "web_contents/aura/overscroll_window_delegate.h", |
| 1385 "web_contents/aura/shadow_layer_delegate.cc", | 1385 "web_contents/aura/shadow_layer_delegate.cc", |
| 1386 "web_contents/aura/shadow_layer_delegate.h", | 1386 "web_contents/aura/shadow_layer_delegate.h", |
| 1387 "web_contents/aura/uma_navigation_type.h", |
| 1387 "web_contents/web_contents_impl.cc", | 1388 "web_contents/web_contents_impl.cc", |
| 1388 "web_contents/web_contents_impl.h", | 1389 "web_contents/web_contents_impl.h", |
| 1389 "web_contents/web_contents_view.h", | 1390 "web_contents/web_contents_view.h", |
| 1390 "web_contents/web_contents_view_aura.cc", | 1391 "web_contents/web_contents_view_aura.cc", |
| 1391 "web_contents/web_contents_view_aura.h", | 1392 "web_contents/web_contents_view_aura.h", |
| 1392 "web_contents/web_contents_view_child_frame.cc", | 1393 "web_contents/web_contents_view_child_frame.cc", |
| 1393 "web_contents/web_contents_view_child_frame.h", | 1394 "web_contents/web_contents_view_child_frame.h", |
| 1394 "web_contents/web_contents_view_guest.cc", | 1395 "web_contents/web_contents_view_guest.cc", |
| 1395 "web_contents/web_contents_view_guest.h", | 1396 "web_contents/web_contents_view_guest.h", |
| 1396 "web_contents/web_contents_view_mac.h", | 1397 "web_contents/web_contents_view_mac.h", |
| (...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2015 if (!is_component_build) { | 2016 if (!is_component_build) { |
| 2016 public_deps = [ | 2017 public_deps = [ |
| 2017 ":browser", | 2018 ":browser", |
| 2018 ] | 2019 ] |
| 2019 } else { | 2020 } else { |
| 2020 public_deps = [ | 2021 public_deps = [ |
| 2021 "//third_party/leveldatabase", | 2022 "//third_party/leveldatabase", |
| 2022 ] | 2023 ] |
| 2023 } | 2024 } |
| 2024 } | 2025 } |
| OLD | NEW |