| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "//device/sensors", | 80 "//device/sensors", |
| 81 "//device/vibration", | 81 "//device/vibration", |
| 82 "//device/vr", | 82 "//device/vr", |
| 83 "//device/wake_lock", | 83 "//device/wake_lock", |
| 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 "//gpu/ipc/host", | 88 "//gpu/ipc/host", |
| 89 "//ipc", | 89 "//ipc", |
| 90 "//ipc:mojom", | |
| 91 "//media", | 90 "//media", |
| 92 "//media/capture", | 91 "//media/capture", |
| 93 "//media/capture/mojo:image_capture", | 92 "//media/capture/mojo:image_capture", |
| 94 "//media/gpu/ipc/client", | 93 "//media/gpu/ipc/client", |
| 95 "//media/midi", | 94 "//media/midi", |
| 96 "//media/midi:mojo", | 95 "//media/midi:mojo", |
| 97 "//media/mojo/interfaces", | 96 "//media/mojo/interfaces", |
| 98 "//mojo/common", | 97 "//mojo/common", |
| 99 "//mojo/edk/system", | 98 "//mojo/edk/system", |
| 100 "//mojo/public/cpp/bindings", | 99 "//mojo/public/cpp/bindings", |
| (...skipping 1903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2004 if (!is_component_build) { | 2003 if (!is_component_build) { |
| 2005 public_deps = [ | 2004 public_deps = [ |
| 2006 ":browser", | 2005 ":browser", |
| 2007 ] | 2006 ] |
| 2008 } else { | 2007 } else { |
| 2009 public_deps = [ | 2008 public_deps = [ |
| 2010 "//third_party/leveldatabase", | 2009 "//third_party/leveldatabase", |
| 2011 ] | 2010 ] |
| 2012 } | 2011 } |
| 2013 } | 2012 } |
| OLD | NEW |