| 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 1363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1374 "web_contents/aura/gesture_nav_simple.cc", | 1374 "web_contents/aura/gesture_nav_simple.cc", |
| 1375 "web_contents/aura/gesture_nav_simple.h", | 1375 "web_contents/aura/gesture_nav_simple.h", |
| 1376 "web_contents/aura/overscroll_navigation_overlay.cc", | 1376 "web_contents/aura/overscroll_navigation_overlay.cc", |
| 1377 "web_contents/aura/overscroll_navigation_overlay.h", | 1377 "web_contents/aura/overscroll_navigation_overlay.h", |
| 1378 "web_contents/aura/overscroll_window_animation.cc", | 1378 "web_contents/aura/overscroll_window_animation.cc", |
| 1379 "web_contents/aura/overscroll_window_animation.h", | 1379 "web_contents/aura/overscroll_window_animation.h", |
| 1380 "web_contents/aura/overscroll_window_delegate.cc", | 1380 "web_contents/aura/overscroll_window_delegate.cc", |
| 1381 "web_contents/aura/overscroll_window_delegate.h", | 1381 "web_contents/aura/overscroll_window_delegate.h", |
| 1382 "web_contents/aura/shadow_layer_delegate.cc", | 1382 "web_contents/aura/shadow_layer_delegate.cc", |
| 1383 "web_contents/aura/shadow_layer_delegate.h", | 1383 "web_contents/aura/shadow_layer_delegate.h", |
| 1384 "web_contents/aura/uma_navigation_type.h", |
| 1384 "web_contents/web_contents_impl.cc", | 1385 "web_contents/web_contents_impl.cc", |
| 1385 "web_contents/web_contents_impl.h", | 1386 "web_contents/web_contents_impl.h", |
| 1386 "web_contents/web_contents_view.h", | 1387 "web_contents/web_contents_view.h", |
| 1387 "web_contents/web_contents_view_aura.cc", | 1388 "web_contents/web_contents_view_aura.cc", |
| 1388 "web_contents/web_contents_view_aura.h", | 1389 "web_contents/web_contents_view_aura.h", |
| 1389 "web_contents/web_contents_view_child_frame.cc", | 1390 "web_contents/web_contents_view_child_frame.cc", |
| 1390 "web_contents/web_contents_view_child_frame.h", | 1391 "web_contents/web_contents_view_child_frame.h", |
| 1391 "web_contents/web_contents_view_guest.cc", | 1392 "web_contents/web_contents_view_guest.cc", |
| 1392 "web_contents/web_contents_view_guest.h", | 1393 "web_contents/web_contents_view_guest.h", |
| 1393 "web_contents/web_contents_view_mac.h", | 1394 "web_contents/web_contents_view_mac.h", |
| (...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2010 if (!is_component_build) { | 2011 if (!is_component_build) { |
| 2011 public_deps = [ | 2012 public_deps = [ |
| 2012 ":browser", | 2013 ":browser", |
| 2013 ] | 2014 ] |
| 2014 } else { | 2015 } else { |
| 2015 public_deps = [ | 2016 public_deps = [ |
| 2016 "//third_party/leveldatabase", | 2017 "//third_party/leveldatabase", |
| 2017 ] | 2018 ] |
| 2018 } | 2019 } |
| 2019 } | 2020 } |
| OLD | NEW |