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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 "//device/bluetooth", | 70 "//device/bluetooth", |
71 "//device/gamepad", | 71 "//device/gamepad", |
72 "//device/generic_sensor", | 72 "//device/generic_sensor", |
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_monitor", | 76 "//device/power_monitor", |
77 "//device/power_save_blocker", | 77 "//device/power_save_blocker", |
78 "//device/screen_orientation/public/interfaces", | 78 "//device/screen_orientation/public/interfaces", |
79 "//device/sensors/public/cpp", | 79 "//device/sensors/public/cpp", |
80 "//device/time_zone_monitor", | |
81 "//device/time_zone_monitor/public/interfaces", | |
82 "//device/vibration", | 80 "//device/vibration", |
83 "//device/wake_lock", | 81 "//device/wake_lock", |
84 "//gin", | 82 "//gin", |
85 "//google_apis", | 83 "//google_apis", |
86 "//gpu", | 84 "//gpu", |
87 "//gpu/command_buffer/client:gles2_implementation", | 85 "//gpu/command_buffer/client:gles2_implementation", |
88 "//gpu/command_buffer/client:gles2_interface", | 86 "//gpu/command_buffer/client:gles2_interface", |
89 "//gpu/ipc/host", | 87 "//gpu/ipc/host", |
90 "//ipc", | 88 "//ipc", |
91 "//ipc:mojom", | 89 "//ipc:mojom", |
92 "//media", | 90 "//media", |
93 "//media/capture", | 91 "//media/capture", |
94 "//media/capture/mojo:image_capture", | 92 "//media/capture/mojo:image_capture", |
95 "//media/gpu/ipc/client", | 93 "//media/gpu/ipc/client", |
96 "//media/midi", | 94 "//media/midi", |
97 "//media/midi:mojo_cpp_sources", | 95 "//media/midi:mojo_cpp_sources", |
98 "//media/mojo/interfaces", | 96 "//media/mojo/interfaces", |
99 "//mojo/common", | 97 "//mojo/common", |
100 "//mojo/edk/system", | 98 "//mojo/edk/system", |
101 "//mojo/public/cpp/bindings", | 99 "//mojo/public/cpp/bindings", |
102 "//mojo/public/js", | 100 "//mojo/public/js", |
103 "//net", | 101 "//net", |
104 "//net:extras", | 102 "//net:extras", |
105 "//net:http_server", | 103 "//net:http_server", |
106 "//ppapi/features", | 104 "//ppapi/features", |
107 "//printing/features", | 105 "//printing/features", |
108 "//services/catalog/public/interfaces:constants", | 106 "//services/catalog/public/interfaces:constants", |
109 "//services/device:lib", | 107 "//services/device:lib", |
110 "//services/device/public/cpp", | 108 "//services/device/public/interfaces", |
111 "//services/file:lib", | 109 "//services/file:lib", |
112 "//services/file/public/interfaces", | 110 "//services/file/public/interfaces", |
113 "//services/service_manager", | 111 "//services/service_manager", |
114 "//services/service_manager/public/cpp", | 112 "//services/service_manager/public/cpp", |
115 "//services/service_manager/public/interfaces", | 113 "//services/service_manager/public/interfaces", |
116 "//services/service_manager/runner/common", | 114 "//services/service_manager/runner/common", |
117 "//services/service_manager/runner/host:lib", | 115 "//services/service_manager/runner/host:lib", |
118 "//services/ui/public/cpp/gpu", | 116 "//services/ui/public/cpp/gpu", |
119 "//skia", | 117 "//skia", |
120 "//sql", | 118 "//sql", |
(...skipping 1865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1986 if (!is_component_build) { | 1984 if (!is_component_build) { |
1987 public_deps = [ | 1985 public_deps = [ |
1988 ":browser", | 1986 ":browser", |
1989 ] | 1987 ] |
1990 } else { | 1988 } else { |
1991 public_deps = [ | 1989 public_deps = [ |
1992 "//third_party/leveldatabase", | 1990 "//third_party/leveldatabase", |
1993 ] | 1991 ] |
1994 } | 1992 } |
1995 } | 1993 } |
OLD | NEW |