| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 "//device/battery:mojo_bindings", | 70 "//device/battery:mojo_bindings", |
| 71 "//device/bluetooth", | 71 "//device/bluetooth", |
| 72 "//device/gamepad", | 72 "//device/gamepad", |
| 73 "//device/gamepad/public/interfaces", | 73 "//device/gamepad/public/interfaces", |
| 74 "//device/generic_sensor", | 74 "//device/generic_sensor", |
| 75 "//device/geolocation", | 75 "//device/geolocation", |
| 76 "//device/geolocation/public/interfaces", | 76 "//device/geolocation/public/interfaces", |
| 77 "//device/nfc:mojo_bindings", | 77 "//device/nfc:mojo_bindings", |
| 78 "//device/power_monitor", | 78 "//device/power_monitor", |
| 79 "//device/power_save_blocker", | 79 "//device/power_save_blocker", |
| 80 "//device/screen_orientation/public/interfaces", |
| 80 "//device/sensors/public/cpp", | 81 "//device/sensors/public/cpp", |
| 81 "//device/time_zone_monitor", | 82 "//device/time_zone_monitor", |
| 82 "//device/time_zone_monitor/public/interfaces", | 83 "//device/time_zone_monitor/public/interfaces", |
| 83 "//device/vibration", | 84 "//device/vibration", |
| 84 "//device/wake_lock", | 85 "//device/wake_lock", |
| 85 "//gin", | 86 "//gin", |
| 86 "//google_apis", | 87 "//google_apis", |
| 87 "//gpu", | 88 "//gpu", |
| 88 "//gpu/command_buffer/client:gles2_implementation", | 89 "//gpu/command_buffer/client:gles2_implementation", |
| 89 "//gpu/command_buffer/client:gles2_interface", | 90 "//gpu/command_buffer/client:gles2_interface", |
| (...skipping 1875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1965 if (!is_component_build) { | 1966 if (!is_component_build) { |
| 1966 public_deps = [ | 1967 public_deps = [ |
| 1967 ":browser", | 1968 ":browser", |
| 1968 ] | 1969 ] |
| 1969 } else { | 1970 } else { |
| 1970 public_deps = [ | 1971 public_deps = [ |
| 1971 "//third_party/leveldatabase", | 1972 "//third_party/leveldatabase", |
| 1972 ] | 1973 ] |
| 1973 } | 1974 } |
| 1974 } | 1975 } |
| OLD | NEW |