| 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/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/screen_orientation/public/interfaces", | 78 "//device/screen_orientation/public/interfaces", |
| 79 "//device/sensors/public/cpp", | 79 "//device/sensors/public/cpp", |
| 80 "//device/time_zone_monitor", |
| 81 "//device/time_zone_monitor/public/interfaces", |
| 80 "//device/vibration", | 82 "//device/vibration", |
| 81 "//device/wake_lock", | 83 "//device/wake_lock", |
| 82 "//gin", | 84 "//gin", |
| 83 "//google_apis", | 85 "//google_apis", |
| 84 "//gpu", | 86 "//gpu", |
| 85 "//gpu/command_buffer/client:gles2_implementation", | 87 "//gpu/command_buffer/client:gles2_implementation", |
| 86 "//gpu/command_buffer/client:gles2_interface", | 88 "//gpu/command_buffer/client:gles2_interface", |
| 87 "//gpu/ipc/host", | 89 "//gpu/ipc/host", |
| 88 "//ipc", | 90 "//ipc", |
| 89 "//ipc:mojom", | 91 "//ipc:mojom", |
| 90 "//media", | 92 "//media", |
| 91 "//media/capture", | 93 "//media/capture", |
| 92 "//media/capture/mojo:image_capture", | 94 "//media/capture/mojo:image_capture", |
| 93 "//media/gpu/ipc/client", | 95 "//media/gpu/ipc/client", |
| 94 "//media/midi", | 96 "//media/midi", |
| 95 "//media/midi:mojo_cpp_sources", | 97 "//media/midi:mojo_cpp_sources", |
| 96 "//media/mojo/interfaces", | 98 "//media/mojo/interfaces", |
| 97 "//mojo/common", | 99 "//mojo/common", |
| 98 "//mojo/edk/system", | 100 "//mojo/edk/system", |
| 99 "//mojo/public/cpp/bindings", | 101 "//mojo/public/cpp/bindings", |
| 100 "//mojo/public/js", | 102 "//mojo/public/js", |
| 101 "//net", | 103 "//net", |
| 102 "//net:extras", | 104 "//net:extras", |
| 103 "//net:http_server", | 105 "//net:http_server", |
| 104 "//ppapi/features", | 106 "//ppapi/features", |
| 105 "//printing/features", | 107 "//printing/features", |
| 106 "//services/catalog/public/interfaces:constants", | 108 "//services/catalog/public/interfaces:constants", |
| 107 "//services/device:lib", | 109 "//services/device:lib", |
| 108 "//services/device/public/interfaces", | 110 "//services/device/public/cpp", |
| 109 "//services/file:lib", | 111 "//services/file:lib", |
| 110 "//services/file/public/interfaces", | 112 "//services/file/public/interfaces", |
| 111 "//services/service_manager", | 113 "//services/service_manager", |
| 112 "//services/service_manager/public/cpp", | 114 "//services/service_manager/public/cpp", |
| 113 "//services/service_manager/public/interfaces", | 115 "//services/service_manager/public/interfaces", |
| 114 "//services/service_manager/runner/common", | 116 "//services/service_manager/runner/common", |
| 115 "//services/service_manager/runner/host:lib", | 117 "//services/service_manager/runner/host:lib", |
| 116 "//skia", | 118 "//skia", |
| 117 "//sql", | 119 "//sql", |
| 118 "//storage/browser", | 120 "//storage/browser", |
| (...skipping 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1985 if (!is_component_build) { | 1987 if (!is_component_build) { |
| 1986 public_deps = [ | 1988 public_deps = [ |
| 1987 ":browser", | 1989 ":browser", |
| 1988 ] | 1990 ] |
| 1989 } else { | 1991 } else { |
| 1990 public_deps = [ | 1992 public_deps = [ |
| 1991 "//third_party/leveldatabase", | 1993 "//third_party/leveldatabase", |
| 1992 ] | 1994 ] |
| 1993 } | 1995 } |
| 1994 } | 1996 } |
| OLD | NEW |