| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 "//content/public/common:common_sources", | 67 "//content/public/common:common_sources", |
| 68 "//crypto", | 68 "//crypto", |
| 69 "//device/battery", | 69 "//device/battery", |
| 70 "//device/battery:mojo_bindings", | 70 "//device/battery:mojo_bindings", |
| 71 "//device/bluetooth", | 71 "//device/bluetooth", |
| 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_monitor", | |
| 78 "//device/power_save_blocker", | 77 "//device/power_save_blocker", |
| 79 "//device/screen_orientation/public/interfaces", | 78 "//device/screen_orientation/public/interfaces", |
| 80 "//device/sensors/public/cpp", | 79 "//device/sensors/public/cpp", |
| 81 "//device/vibration", | 80 "//device/vibration", |
| 82 "//device/wake_lock", | 81 "//device/wake_lock", |
| 83 "//gin", | 82 "//gin", |
| 84 "//google_apis", | 83 "//google_apis", |
| 85 "//gpu", | 84 "//gpu", |
| 86 "//gpu/command_buffer/client:gles2_implementation", | 85 "//gpu/command_buffer/client:gles2_implementation", |
| 87 "//gpu/command_buffer/client:gles2_interface", | 86 "//gpu/command_buffer/client:gles2_interface", |
| (...skipping 1904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1992 if (!is_component_build) { | 1991 if (!is_component_build) { |
| 1993 public_deps = [ | 1992 public_deps = [ |
| 1994 ":browser", | 1993 ":browser", |
| 1995 ] | 1994 ] |
| 1996 } else { | 1995 } else { |
| 1997 public_deps = [ | 1996 public_deps = [ |
| 1998 "//third_party/leveldatabase", | 1997 "//third_party/leveldatabase", |
| 1999 ] | 1998 ] |
| 2000 } | 1999 } |
| 2001 } | 2000 } |
| OLD | NEW |