| 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("//gpu/vulkan/features.gni") | 7 import("//gpu/vulkan/features.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
| 10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 "//google_apis", | 85 "//google_apis", |
| 86 "//gpu", | 86 "//gpu", |
| 87 "//gpu/command_buffer/client:gles2_implementation", | 87 "//gpu/command_buffer/client:gles2_implementation", |
| 88 "//gpu/command_buffer/client:gles2_interface", | 88 "//gpu/command_buffer/client:gles2_interface", |
| 89 "//gpu/ipc/host", | 89 "//gpu/ipc/host", |
| 90 "//gpu/vulkan:features", | 90 "//gpu/vulkan:features", |
| 91 "//media", | 91 "//media", |
| 92 "//media/capture", | 92 "//media/capture", |
| 93 "//media/capture/mojo:image_capture", | 93 "//media/capture/mojo:image_capture", |
| 94 "//media/gpu/ipc/client", | 94 "//media/gpu/ipc/client", |
| 95 "//media/gpu/mojo/client", |
| 95 "//media/midi", | 96 "//media/midi", |
| 96 "//media/midi:mojo", | 97 "//media/midi:mojo", |
| 97 "//media/mojo:features", | 98 "//media/mojo:features", |
| 98 "//media/mojo/interfaces", | 99 "//media/mojo/interfaces", |
| 99 "//media/mojo/services", | 100 "//media/mojo/services", |
| 100 "//mojo/common", | 101 "//mojo/common", |
| 101 "//mojo/edk/system", | 102 "//mojo/edk/system", |
| 102 "//mojo/public/cpp/bindings", | 103 "//mojo/public/cpp/bindings", |
| 103 "//mojo/public/js", | 104 "//mojo/public/js", |
| 104 "//net", | 105 "//net", |
| (...skipping 2038 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2143 if (!is_component_build) { | 2144 if (!is_component_build) { |
| 2144 public_deps = [ | 2145 public_deps = [ |
| 2145 ":browser", | 2146 ":browser", |
| 2146 ] | 2147 ] |
| 2147 } else { | 2148 } else { |
| 2148 public_deps = [ | 2149 public_deps = [ |
| 2149 "//third_party/leveldatabase", | 2150 "//third_party/leveldatabase", |
| 2150 ] | 2151 ] |
| 2151 } | 2152 } |
| 2152 } | 2153 } |
| OLD | NEW |