OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 if (is_android) { | 7 if (is_android) { |
8 import("//build/config/android/config.gni") | 8 import("//build/config/android/config.gni") |
9 } | 9 } |
10 | 10 |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 ":resources", | 108 ":resources", |
109 "//base:base", | 109 "//base:base", |
110 "//base:i18n", | 110 "//base:i18n", |
111 "//cc", | 111 "//cc", |
112 "//cc/blink", | 112 "//cc/blink", |
113 "//gin", | 113 "//gin", |
114 "//gpu", | 114 "//gpu", |
115 "//net", | 115 "//net", |
116 "//skia", | 116 "//skia", |
117 "//third_party/WebKit/public:blink", | 117 "//third_party/WebKit/public:blink", |
| 118 "//ui/display", |
118 "//ui/events:dom_keycode_converter", | 119 "//ui/events:dom_keycode_converter", |
119 "//ui/events:events_base", | 120 "//ui/events:events_base", |
120 "//ui/gfx", | 121 "//ui/gfx", |
121 "//ui/gfx:test_support", | 122 "//ui/gfx:test_support", |
122 "//ui/gfx/geometry", | 123 "//ui/gfx/geometry", |
123 "//url", | 124 "//url", |
124 "//v8", | 125 "//v8", |
125 ] | 126 ] |
126 } | 127 } |
127 | 128 |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 if (is_mac) { | 204 if (is_mac) { |
204 libs = [ "AppKit.framework" ] | 205 libs = [ "AppKit.framework" ] |
205 } | 206 } |
206 | 207 |
207 deps = [ | 208 deps = [ |
208 "//build/config/sanitizers:deps", | 209 "//build/config/sanitizers:deps", |
209 "//build/win:default_exe_manifest", | 210 "//build/win:default_exe_manifest", |
210 ] | 211 ] |
211 } | 212 } |
212 } | 213 } |
OLD | NEW |