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/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 6 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
7 import("//third_party/WebKit/Source/config.gni") | 7 import("//third_party/WebKit/Source/config.gni") |
8 | 8 |
9 platform_gypi = exec_script( | 9 platform_gypi = exec_script( |
10 "//build/gypi_to_gn.py", | 10 "//build/gypi_to_gn.py", |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 include_dirs = [ | 186 include_dirs = [ |
187 #"$angle_path/include", | 187 #"$angle_path/include", |
188 "$root_gen_dir/blink", | 188 "$root_gen_dir/blink", |
189 ] | 189 ] |
190 | 190 |
191 deps = [ | 191 deps = [ |
192 ":make_platform_generated", | 192 ":make_platform_generated", |
193 "//gpu/command_buffer/client:gles2_c_lib", | 193 "//gpu/command_buffer/client:gles2_c_lib", |
194 "//skia", | 194 "//skia", |
195 "//third_party:jpeg", | 195 "//third_party:jpeg", |
| 196 "//third_party/brotli", |
196 "//third_party/harfbuzz-ng", | 197 "//third_party/harfbuzz-ng", |
197 "//third_party/iccjpeg", | 198 "//third_party/iccjpeg", |
198 "//third_party/icu", | 199 "//third_party/icu", |
199 "//third_party/libpng", | 200 "//third_party/libpng", |
200 "//third_party/libwebp", | 201 "//third_party/libwebp", |
201 "//third_party/ots", | 202 "//third_party/ots", |
202 "//third_party/qcms", | 203 "//third_party/qcms", |
203 "//third_party/WebKit/Source/wtf", | 204 "//third_party/WebKit/Source/wtf", |
204 "//third_party/WebKit/Source/platform/heap", | 205 "//third_party/WebKit/Source/platform/heap", |
205 "//url", | 206 "//url", |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
446 | 447 |
447 deps = [ ":blink_common" ] | 448 deps = [ ":blink_common" ] |
448 } | 449 } |
449 } | 450 } |
450 | 451 |
451 # This config is a placeholder to set up the V8 include path while the V8 GN | 452 # This config is a placeholder to set up the V8 include path while the V8 GN |
452 # build is being worked on. | 453 # build is being worked on. |
453 config("v8_stub_config") { | 454 config("v8_stub_config") { |
454 include_dirs = [ "//v8/include" ] | 455 include_dirs = [ "//v8/include" ] |
455 } | 456 } |
OLD | NEW |