| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 "//device/sensors/public/cpp", | 79 "//device/sensors/public/cpp", |
| 80 "//device/time_zone_monitor", | 80 "//device/time_zone_monitor", |
| 81 "//device/time_zone_monitor/public/interfaces", | 81 "//device/time_zone_monitor/public/interfaces", |
| 82 "//device/vibration", | 82 "//device/vibration", |
| 83 "//device/wake_lock", | 83 "//device/wake_lock", |
| 84 "//gin", | 84 "//gin", |
| 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 "//ipc", | 90 "//ipc", |
| 90 "//ipc:mojom", | 91 "//ipc:mojom", |
| 91 "//media", | 92 "//media", |
| 92 "//media/capture", | 93 "//media/capture", |
| 93 "//media/capture/mojo:image_capture", | 94 "//media/capture/mojo:image_capture", |
| 94 "//media/gpu/ipc/client", | 95 "//media/gpu/ipc/client", |
| 95 "//media/midi", | 96 "//media/midi", |
| 96 "//media/midi:mojo_cpp_sources", | 97 "//media/midi:mojo_cpp_sources", |
| 97 "//media/mojo/interfaces", | 98 "//media/mojo/interfaces", |
| 98 "//mojo/common", | 99 "//mojo/common", |
| (...skipping 1870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1969 if (!is_component_build) { | 1970 if (!is_component_build) { |
| 1970 public_deps = [ | 1971 public_deps = [ |
| 1971 ":browser", | 1972 ":browser", |
| 1972 ] | 1973 ] |
| 1973 } else { | 1974 } else { |
| 1974 public_deps = [ | 1975 public_deps = [ |
| 1975 "//third_party/leveldatabase", | 1976 "//third_party/leveldatabase", |
| 1976 ] | 1977 ] |
| 1977 } | 1978 } |
| 1978 } | 1979 } |
| OLD | NEW |