| 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 import("//third_party/WebKit/Source/platform/platform.gni") | 8 import("//third_party/WebKit/Source/platform/platform.gni") |
| 9 import("//third_party/WebKit/Source/platform/platform_generated.gni") | 9 import("//third_party/WebKit/Source/platform/platform_generated.gni") |
| 10 | 10 |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 | 188 |
| 189 include_dirs = [ | 189 include_dirs = [ |
| 190 #"$angle_path/include", | 190 #"$angle_path/include", |
| 191 "$root_gen_dir/blink", | 191 "$root_gen_dir/blink", |
| 192 ] | 192 ] |
| 193 | 193 |
| 194 public_deps = [ | 194 public_deps = [ |
| 195 "//gpu/command_buffer/client:gles2_c_lib", | 195 "//gpu/command_buffer/client:gles2_c_lib", |
| 196 "//skia", | 196 "//skia", |
| 197 "//third_party:jpeg", | 197 "//third_party:jpeg", |
| 198 "//third_party/brotli:woff2_dec", |
| 198 "//third_party/iccjpeg", | 199 "//third_party/iccjpeg", |
| 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 "//url", | 204 "//url", |
| 204 "//v8", | 205 "//v8", |
| 205 ] | 206 ] |
| 206 deps = [ | 207 deps = [ |
| 207 ":make_platform_generated", | 208 ":make_platform_generated", |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 #'cflags': ['-marm'], | 396 #'cflags': ['-marm'], |
| 396 # 'conditions': [ | 397 # 'conditions': [ |
| 397 # ['OS=="android"', { | 398 # ['OS=="android"', { |
| 398 # 'cflags!': ['-mthumb'], | 399 # 'cflags!': ['-mthumb'], |
| 399 # }], | 400 # }], |
| 400 # ], | 401 # ], |
| 401 | 402 |
| 402 deps = [ ":blink_common" ] | 403 deps = [ ":blink_common" ] |
| 403 } | 404 } |
| 404 } | 405 } |
| OLD | NEW |