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

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

Issue 1670113002: DO NOT COMMIT: Actual compression in CompressibleString Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | third_party/WebKit/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("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 7 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/platform/platform.gni") 9 import("//third_party/WebKit/Source/platform/platform.gni")
10 import("//third_party/WebKit/Source/platform/platform_generated.gni") 10 import("//third_party/WebKit/Source/platform/platform_generated.gni")
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "//third_party/ots", 235 "//third_party/ots",
236 "//third_party/qcms", 236 "//third_party/qcms",
237 "//url", 237 "//url",
238 "//v8", 238 "//v8",
239 ] 239 ]
240 deps = [ 240 deps = [
241 ":make_platform_generated", 241 ":make_platform_generated",
242 "//third_party/WebKit/Source/platform/heap", 242 "//third_party/WebKit/Source/platform/heap",
243 "//third_party/harfbuzz-ng", 243 "//third_party/harfbuzz-ng",
244 "//third_party/icu", 244 "//third_party/icu",
245 "//third_party/zlib:compression_utils",
245 "//ui/gfx", 246 "//ui/gfx",
246 "//ui/gfx/geometry", 247 "//ui/gfx/geometry",
247 ] 248 ]
248 249
249 if (is_mac) { 250 if (is_mac) {
250 sources -= [ 251 sources -= [
251 # Uses KillRingMac.mm instead. 252 # Uses KillRingMac.mm instead.
252 "KillRingNone.cpp", 253 "KillRingNone.cpp",
253 "fonts/skia/FontCacheSkia.cpp", 254 "fonts/skia/FontCacheSkia.cpp",
254 "scroll/ScrollAnimator.cpp", 255 "scroll/ScrollAnimator.cpp",
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 } 466 }
466 467
467 if (current_cpu == "x86" || current_cpu == "x64") { 468 if (current_cpu == "x86" || current_cpu == "x64") {
468 source_set("blink_x86_sse") { 469 source_set("blink_x86_sse") {
469 sources = blink_platform_sse_files 470 sources = blink_platform_sse_files
470 deps = [ 471 deps = [
471 ":blink_common", 472 ":blink_common",
472 ] 473 ]
473 } 474 }
474 } 475 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698