| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "//device/vibration", | 78 "//device/vibration", |
| 79 "//device/vr", | 79 "//device/vr", |
| 80 "//device/vr:features", | 80 "//device/vr:features", |
| 81 "//device/wake_lock", | 81 "//device/wake_lock", |
| 82 "//google_apis", | 82 "//google_apis", |
| 83 "//gpu", | 83 "//gpu", |
| 84 "//gpu/command_buffer/client:gles2_implementation", | 84 "//gpu/command_buffer/client:gles2_implementation", |
| 85 "//gpu/command_buffer/client:gles2_interface", | 85 "//gpu/command_buffer/client:gles2_interface", |
| 86 "//gpu/ipc/host", | 86 "//gpu/ipc/host", |
| 87 "//gpu/vulkan:features", | 87 "//gpu/vulkan:features", |
| 88 "//ipc", | |
| 89 "//media", | 88 "//media", |
| 90 "//media/capture", | 89 "//media/capture", |
| 91 "//media/capture/mojo:image_capture", | 90 "//media/capture/mojo:image_capture", |
| 92 "//media/gpu/ipc/client", | 91 "//media/gpu/ipc/client", |
| 93 "//media/midi", | 92 "//media/midi", |
| 94 "//media/midi:mojo", | 93 "//media/midi:mojo", |
| 95 "//media/mojo/interfaces", | 94 "//media/mojo/interfaces", |
| 96 "//mojo/common", | 95 "//mojo/common", |
| 97 "//mojo/edk/system", | 96 "//mojo/edk/system", |
| 98 "//mojo/public/cpp/bindings", | 97 "//mojo/public/cpp/bindings", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 "//ui/gl:gl_features", | 152 "//ui/gl:gl_features", |
| 154 "//ui/native_theme", | 153 "//ui/native_theme", |
| 155 "//ui/resources", | 154 "//ui/resources", |
| 156 "//ui/shell_dialogs", | 155 "//ui/shell_dialogs", |
| 157 "//ui/snapshot", | 156 "//ui/snapshot", |
| 158 "//ui/touch_selection", | 157 "//ui/touch_selection", |
| 159 "//v8:v8_version", | 158 "//v8:v8_version", |
| 160 ] | 159 ] |
| 161 | 160 |
| 162 public_deps = [ | 161 public_deps = [ |
| 162 "//ipc", |
| 163 "//media/mojo/interfaces:remoting", | 163 "//media/mojo/interfaces:remoting", |
| 164 "//third_party/leveldatabase", | 164 "//third_party/leveldatabase", |
| 165 ] | 165 ] |
| 166 | 166 |
| 167 sources = [ | 167 sources = [ |
| 168 "$target_gen_dir/devtools/protocol/dom.cc", | 168 "$target_gen_dir/devtools/protocol/dom.cc", |
| 169 "$target_gen_dir/devtools/protocol/dom.h", | 169 "$target_gen_dir/devtools/protocol/dom.h", |
| 170 "$target_gen_dir/devtools/protocol/emulation.cc", | 170 "$target_gen_dir/devtools/protocol/emulation.cc", |
| 171 "$target_gen_dir/devtools/protocol/emulation.h", | 171 "$target_gen_dir/devtools/protocol/emulation.h", |
| 172 "$target_gen_dir/devtools/protocol/forward.h", | 172 "$target_gen_dir/devtools/protocol/forward.h", |
| (...skipping 1875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2048 if (!is_component_build) { | 2048 if (!is_component_build) { |
| 2049 public_deps = [ | 2049 public_deps = [ |
| 2050 ":browser", | 2050 ":browser", |
| 2051 ] | 2051 ] |
| 2052 } else { | 2052 } else { |
| 2053 public_deps = [ | 2053 public_deps = [ |
| 2054 "//third_party/leveldatabase", | 2054 "//third_party/leveldatabase", |
| 2055 ] | 2055 ] |
| 2056 } | 2056 } |
| 2057 } | 2057 } |
| OLD | NEW |