| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 "//content/browser/payments:payment_app_proto", | 63 "//content/browser/payments:payment_app_proto", |
| 64 "//content/browser/service_worker:service_worker_proto", | 64 "//content/browser/service_worker:service_worker_proto", |
| 65 "//content/browser/speech/proto", | 65 "//content/browser/speech/proto", |
| 66 "//content/common", | 66 "//content/common", |
| 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/gamepad/public/interfaces", |
| 73 "//device/generic_sensor", | 74 "//device/generic_sensor", |
| 74 "//device/geolocation", | 75 "//device/geolocation", |
| 75 "//device/geolocation/public/interfaces", | 76 "//device/geolocation/public/interfaces", |
| 76 "//device/nfc:mojo_bindings", | 77 "//device/nfc:mojo_bindings", |
| 77 "//device/power_monitor", | 78 "//device/power_monitor", |
| 78 "//device/power_save_blocker", | 79 "//device/power_save_blocker", |
| 79 "//device/screen_orientation/public/interfaces", | 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", |
| (...skipping 1897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1980 if (!is_component_build) { | 1981 if (!is_component_build) { |
| 1981 public_deps = [ | 1982 public_deps = [ |
| 1982 ":browser", | 1983 ":browser", |
| 1983 ] | 1984 ] |
| 1984 } else { | 1985 } else { |
| 1985 public_deps = [ | 1986 public_deps = [ |
| 1986 "//third_party/leveldatabase", | 1987 "//third_party/leveldatabase", |
| 1987 ] | 1988 ] |
| 1988 } | 1989 } |
| 1989 } | 1990 } |
| OLD | NEW |