Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Side by Side Diff: Source/platform/BUILD.gn

Issue 322433005: Use woff2 decoder in blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | Source/platform/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698