| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 "//device/battery:mojo_bindings", | 69 "//device/battery:mojo_bindings", |
| 70 "//device/bluetooth", | 70 "//device/bluetooth", |
| 71 "//device/gamepad", | 71 "//device/gamepad", |
| 72 "//device/generic_sensor", | 72 "//device/generic_sensor", |
| 73 "//device/geolocation", | 73 "//device/geolocation", |
| 74 "//device/geolocation/public/interfaces", | 74 "//device/geolocation/public/interfaces", |
| 75 "//device/nfc:mojo_bindings", | 75 "//device/nfc:mojo_bindings", |
| 76 "//device/power_monitor", | 76 "//device/power_monitor", |
| 77 "//device/power_save_blocker", | 77 "//device/power_save_blocker", |
| 78 "//device/sensors/public/cpp", | 78 "//device/sensors/public/cpp", |
| 79 "//device/time_zone_monitor", | |
| 80 "//device/time_zone_monitor/public/interfaces", | |
| 81 "//device/vibration", | 79 "//device/vibration", |
| 82 "//device/wake_lock", | 80 "//device/wake_lock", |
| 83 "//gin", | 81 "//gin", |
| 84 "//google_apis", | 82 "//google_apis", |
| 85 "//gpu", | 83 "//gpu", |
| 86 "//gpu/command_buffer/client:gles2_implementation", | 84 "//gpu/command_buffer/client:gles2_implementation", |
| 87 "//gpu/command_buffer/client:gles2_interface", | 85 "//gpu/command_buffer/client:gles2_interface", |
| 88 "//ipc", | 86 "//ipc", |
| 89 "//ipc:mojom", | 87 "//ipc:mojom", |
| 90 "//media", | 88 "//media", |
| 91 "//media/capture", | 89 "//media/capture", |
| 92 "//media/gpu/ipc/client", | 90 "//media/gpu/ipc/client", |
| 93 "//media/midi", | 91 "//media/midi", |
| 94 "//media/midi:mojo_cpp_sources", | 92 "//media/midi:mojo_cpp_sources", |
| 95 "//media/mojo/interfaces", | 93 "//media/mojo/interfaces", |
| 96 "//media/mojo/interfaces:image_capture", | 94 "//media/mojo/interfaces:image_capture", |
| 97 "//mojo/common", | 95 "//mojo/common", |
| 98 "//mojo/edk/system", | 96 "//mojo/edk/system", |
| 99 "//mojo/public/cpp/bindings", | 97 "//mojo/public/cpp/bindings", |
| 100 "//mojo/public/js", | 98 "//mojo/public/js", |
| 101 "//net", | 99 "//net", |
| 102 "//net:extras", | 100 "//net:extras", |
| 103 "//net:http_server", | 101 "//net:http_server", |
| 104 "//ppapi/features", | 102 "//ppapi/features", |
| 105 "//printing/features", | 103 "//printing/features", |
| 106 "//services/catalog/public/interfaces:constants", | 104 "//services/catalog/public/interfaces:constants", |
| 107 "//services/device:lib", | 105 "//services/device:lib", |
| 108 "//services/device/public/cpp", | 106 "//services/device/public/interfaces", |
| 109 "//services/file:lib", | 107 "//services/file:lib", |
| 110 "//services/file/public/interfaces", | 108 "//services/file/public/interfaces", |
| 111 "//services/service_manager", | 109 "//services/service_manager", |
| 112 "//services/service_manager/public/cpp", | 110 "//services/service_manager/public/cpp", |
| 113 "//services/service_manager/public/interfaces", | 111 "//services/service_manager/public/interfaces", |
| 114 "//services/service_manager/runner/common", | 112 "//services/service_manager/runner/common", |
| 115 "//services/service_manager/runner/host:lib", | 113 "//services/service_manager/runner/host:lib", |
| 116 "//skia", | 114 "//skia", |
| 117 "//sql", | 115 "//sql", |
| 118 "//storage/browser", | 116 "//storage/browser", |
| (...skipping 1856 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1975 if (!is_component_build) { | 1973 if (!is_component_build) { |
| 1976 public_deps = [ | 1974 public_deps = [ |
| 1977 ":browser", | 1975 ":browser", |
| 1978 ] | 1976 ] |
| 1979 } else { | 1977 } else { |
| 1980 public_deps = [ | 1978 public_deps = [ |
| 1981 "//third_party/leveldatabase", | 1979 "//third_party/leveldatabase", |
| 1982 ] | 1980 ] |
| 1983 } | 1981 } |
| 1984 } | 1982 } |
| OLD | NEW |