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

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

Issue 1956183002: CL for perf tryjob on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 "//third_party/ots", 342 "//third_party/ots",
343 "//third_party/qcms", 343 "//third_party/qcms",
344 "//url", 344 "//url",
345 "//v8", 345 "//v8",
346 ] 346 ]
347 deps = [ 347 deps = [
348 "//mojo/public/c/system:for_component", 348 "//mojo/public/c/system:for_component",
349 "//mojo/public/cpp/bindings:callback", 349 "//mojo/public/cpp/bindings:callback",
350 "//mojo/public/cpp/bindings:wtf_support", 350 "//mojo/public/cpp/bindings:wtf_support",
351 "//third_party/WebKit/Source/platform/heap", 351 "//third_party/WebKit/Source/platform/heap",
352 "//third_party/cld",
352 "//third_party/harfbuzz-ng", 353 "//third_party/harfbuzz-ng",
353 "//third_party/icu", 354 "//third_party/icu",
354 "//ui/gfx", 355 "//ui/gfx",
355 "//ui/gfx/geometry", 356 "//ui/gfx/geometry",
356 ] 357 ]
357 358
358 if (is_mac) { 359 if (is_mac) {
359 sources -= [ 360 sources -= [
360 # Uses KillRingMac.mm instead. 361 # Uses KillRingMac.mm instead.
361 "KillRingNone.cpp", 362 "KillRingNone.cpp",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 } 601 }
601 602
602 if (current_cpu == "x86" || current_cpu == "x64") { 603 if (current_cpu == "x86" || current_cpu == "x64") {
603 source_set("blink_x86_sse") { 604 source_set("blink_x86_sse") {
604 sources = blink_platform_sse_files 605 sources = blink_platform_sse_files
605 deps = [ 606 deps = [
606 ":blink_common", 607 ":blink_common",
607 ] 608 ]
608 } 609 }
609 } 610 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698