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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 "//ui/base/ime", | 138 "//ui/base/ime", |
139 "//ui/display", | 139 "//ui/display", |
140 "//ui/display/types", | 140 "//ui/display/types", |
141 "//ui/events", | 141 "//ui/events", |
142 "//ui/events:gesture_detection", | 142 "//ui/events:gesture_detection", |
143 "//ui/events/blink", | 143 "//ui/events/blink", |
144 "//ui/gfx", | 144 "//ui/gfx", |
145 "//ui/gfx/geometry", | 145 "//ui/gfx/geometry", |
146 "//ui/gfx/geometry/mojo", | 146 "//ui/gfx/geometry/mojo", |
147 "//ui/gl", | 147 "//ui/gl", |
| 148 "//ui/gl:gl_features", |
148 "//ui/native_theme", | 149 "//ui/native_theme", |
149 "//ui/resources", | 150 "//ui/resources", |
150 "//ui/shell_dialogs", | 151 "//ui/shell_dialogs", |
151 "//ui/snapshot", | 152 "//ui/snapshot", |
152 "//ui/touch_selection", | 153 "//ui/touch_selection", |
153 "//v8:v8_version", | 154 "//v8:v8_version", |
154 ] | 155 ] |
155 | 156 |
156 public_deps = [ | 157 public_deps = [ |
157 "//media/mojo/interfaces:remoting", | 158 "//media/mojo/interfaces:remoting", |
(...skipping 1423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1581 | 1582 |
1582 if (is_win) { | 1583 if (is_win) { |
1583 defines += [ | 1584 defines += [ |
1584 # This prevents the inclusion of atlhost.h which paired | 1585 # This prevents the inclusion of atlhost.h which paired |
1585 # with the windows 8 sdk it does the wrong thing. | 1586 # with the windows 8 sdk it does the wrong thing. |
1586 "__ATLHOST_H__", | 1587 "__ATLHOST_H__", |
1587 ] | 1588 ] |
1588 deps += [ | 1589 deps += [ |
1589 "//third_party/iaccessible2", | 1590 "//third_party/iaccessible2", |
1590 "//third_party/isimpledom", | 1591 "//third_party/isimpledom", |
| 1592 "//third_party/swiftshader", |
1591 ] | 1593 ] |
1592 libs += [ | 1594 libs += [ |
1593 "comctl32.lib", | 1595 "comctl32.lib", |
1594 "dinput8.lib", | 1596 "dinput8.lib", |
1595 "dwmapi.lib", | 1597 "dwmapi.lib", |
1596 "dxguid.lib", | 1598 "dxguid.lib", |
1597 "imm32.lib", | 1599 "imm32.lib", |
1598 "oleacc.lib", | 1600 "oleacc.lib", |
1599 "portabledeviceguids.lib", | 1601 "portabledeviceguids.lib", |
1600 ] | 1602 ] |
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2034 if (!is_component_build) { | 2036 if (!is_component_build) { |
2035 public_deps = [ | 2037 public_deps = [ |
2036 ":browser", | 2038 ":browser", |
2037 ] | 2039 ] |
2038 } else { | 2040 } else { |
2039 public_deps = [ | 2041 public_deps = [ |
2040 "//third_party/leveldatabase", | 2042 "//third_party/leveldatabase", |
2041 ] | 2043 ] |
2042 } | 2044 } |
2043 } | 2045 } |
OLD | NEW |