| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 "//device/wake_lock", | 82 "//device/wake_lock", |
| 83 "//gin", | 83 "//gin", |
| 84 "//google_apis", | 84 "//google_apis", |
| 85 "//gpu", | 85 "//gpu", |
| 86 "//gpu/command_buffer/client:gles2_implementation", | 86 "//gpu/command_buffer/client:gles2_implementation", |
| 87 "//gpu/command_buffer/client:gles2_interface", | 87 "//gpu/command_buffer/client:gles2_interface", |
| 88 "//ipc", | 88 "//ipc", |
| 89 "//ipc:mojom", | 89 "//ipc:mojom", |
| 90 "//media", | 90 "//media", |
| 91 "//media/capture", | 91 "//media/capture", |
| 92 "//media/capture/mojo:image_capture", | |
| 93 "//media/gpu/ipc/client", | 92 "//media/gpu/ipc/client", |
| 94 "//media/midi", | 93 "//media/midi", |
| 95 "//media/midi:mojo_cpp_sources", | 94 "//media/midi:mojo_cpp_sources", |
| 96 "//media/mojo/interfaces", | 95 "//media/mojo/interfaces", |
| 96 "//media/mojo/interfaces:image_capture", |
| 97 "//mojo/common", | 97 "//mojo/common", |
| 98 "//mojo/edk/system", | 98 "//mojo/edk/system", |
| 99 "//mojo/public/cpp/bindings", | 99 "//mojo/public/cpp/bindings", |
| 100 "//mojo/public/js", | 100 "//mojo/public/js", |
| 101 "//net", | 101 "//net", |
| 102 "//net:extras", | 102 "//net:extras", |
| 103 "//net:http_server", | 103 "//net:http_server", |
| 104 "//ppapi/features", | 104 "//ppapi/features", |
| 105 "//printing/features", | 105 "//printing/features", |
| 106 "//services/catalog/public/interfaces:constants", | 106 "//services/catalog/public/interfaces:constants", |
| (...skipping 1874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1981 if (!is_component_build) { | 1981 if (!is_component_build) { |
| 1982 public_deps = [ | 1982 public_deps = [ |
| 1983 ":browser", | 1983 ":browser", |
| 1984 ] | 1984 ] |
| 1985 } else { | 1985 } else { |
| 1986 public_deps = [ | 1986 public_deps = [ |
| 1987 "//third_party/leveldatabase", | 1987 "//third_party/leveldatabase", |
| 1988 ] | 1988 ] |
| 1989 } | 1989 } |
| 1990 } | 1990 } |
| OLD | NEW |