| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 "//content/public/common:common_sources", | 69 "//content/public/common:common_sources", |
| 70 "//crypto", | 70 "//crypto", |
| 71 "//device/bluetooth", | 71 "//device/bluetooth", |
| 72 "//device/gamepad", | 72 "//device/gamepad", |
| 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_save_blocker", | 76 "//device/power_save_blocker", |
| 77 "//device/screen_orientation/public/interfaces", | 77 "//device/screen_orientation/public/interfaces", |
| 78 "//device/vr", | 78 "//device/vr", |
| 79 "//device/vr/features", | 79 "//device/vr:features", |
| 80 "//device/wake_lock/public/interfaces", | 80 "//device/wake_lock/public/interfaces", |
| 81 "//google_apis", | 81 "//google_apis", |
| 82 "//gpu", | 82 "//gpu", |
| 83 "//gpu/command_buffer/client:gles2_implementation", | 83 "//gpu/command_buffer/client:gles2_implementation", |
| 84 "//gpu/command_buffer/client:gles2_interface", | 84 "//gpu/command_buffer/client:gles2_interface", |
| 85 "//gpu/ipc/host", | 85 "//gpu/ipc/host", |
| 86 "//gpu/vulkan:features", | 86 "//gpu/vulkan:features", |
| 87 "//media", | 87 "//media", |
| 88 "//media/capture", | 88 "//media/capture", |
| 89 "//media/capture/mojo:image_capture", | 89 "//media/capture/mojo:image_capture", |
| (...skipping 1981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2071 if (!is_component_build) { | 2071 if (!is_component_build) { |
| 2072 public_deps = [ | 2072 public_deps = [ |
| 2073 ":browser", | 2073 ":browser", |
| 2074 ] | 2074 ] |
| 2075 } else { | 2075 } else { |
| 2076 public_deps = [ | 2076 public_deps = [ |
| 2077 "//third_party/leveldatabase", | 2077 "//third_party/leveldatabase", |
| 2078 ] | 2078 ] |
| 2079 } | 2079 } |
| 2080 } | 2080 } |
| OLD | NEW |