| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 "//device/gamepad", | 72 "//device/gamepad", |
| 73 "//device/generic_sensor", | 73 "//device/generic_sensor", |
| 74 "//device/geolocation", | 74 "//device/geolocation", |
| 75 "//device/geolocation/public/interfaces", | 75 "//device/geolocation/public/interfaces", |
| 76 "//device/nfc:mojo_bindings", | 76 "//device/nfc:mojo_bindings", |
| 77 "//device/power_save_blocker", | 77 "//device/power_save_blocker", |
| 78 "//device/screen_orientation/public/interfaces", | 78 "//device/screen_orientation/public/interfaces", |
| 79 "//device/sensors/public/cpp", | 79 "//device/sensors/public/cpp", |
| 80 "//device/vibration", | 80 "//device/vibration", |
| 81 "//device/wake_lock", | 81 "//device/wake_lock", |
| 82 "//gin", | |
| 83 "//google_apis", | 82 "//google_apis", |
| 84 "//gpu", | 83 "//gpu", |
| 85 "//gpu/command_buffer/client:gles2_implementation", | 84 "//gpu/command_buffer/client:gles2_implementation", |
| 86 "//gpu/command_buffer/client:gles2_interface", | 85 "//gpu/command_buffer/client:gles2_interface", |
| 87 "//gpu/ipc/host", | 86 "//gpu/ipc/host", |
| 88 "//ipc", | 87 "//ipc", |
| 89 "//ipc:mojom", | 88 "//ipc:mojom", |
| 90 "//media", | 89 "//media", |
| 91 "//media/capture", | 90 "//media/capture", |
| 92 "//media/capture/mojo:image_capture", | 91 "//media/capture/mojo:image_capture", |
| (...skipping 1915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2008 if (!is_component_build) { | 2007 if (!is_component_build) { |
| 2009 public_deps = [ | 2008 public_deps = [ |
| 2010 ":browser", | 2009 ":browser", |
| 2011 ] | 2010 ] |
| 2012 } else { | 2011 } else { |
| 2013 public_deps = [ | 2012 public_deps = [ |
| 2014 "//third_party/leveldatabase", | 2013 "//third_party/leveldatabase", |
| 2015 ] | 2014 ] |
| 2016 } | 2015 } |
| 2017 } | 2016 } |
| OLD | NEW |