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

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

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure rebase 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 | « sync/sync_tests.gypi ('k') | third_party/WebKit/Source/platform/blink_platform_tests.gyp » ('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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 configs += [ 344 configs += [
345 "//third_party/WebKit/Source/wtf:wtf_config", 345 "//third_party/WebKit/Source/wtf:wtf_config",
346 "//third_party/WebKit/Source:config", 346 "//third_party/WebKit/Source:config",
347 ] 347 ]
348 348
349 defines = [ "INSIDE_BLINK" ] 349 defines = [ "INSIDE_BLINK" ]
350 350
351 deps = [ 351 deps = [
352 ":platform", 352 ":platform",
353 "//base", 353 "//base",
354 "//base/allocator",
355 "//base/test:test_support", 354 "//base/test:test_support",
356 "//content/test:test_support", 355 "//content/test:test_support",
357 "//testing/gmock", 356 "//testing/gmock",
358 "//testing/gtest", 357 "//testing/gtest",
359 "//third_party/WebKit/Source/wtf", 358 "//third_party/WebKit/Source/wtf",
360 "//third_party/WebKit/Source/wtf:test_support", 359 "//third_party/WebKit/Source/wtf:test_support",
361 ] 360 ]
362 if (is_android) { 361 if (is_android) {
363 deps += [ 362 deps += [
364 "//base:base_java", 363 "//base:base_java",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 configs += [ 399 configs += [
401 "//third_party/WebKit/Source/wtf:wtf_config", 400 "//third_party/WebKit/Source/wtf:wtf_config",
402 "//third_party/WebKit/Source:config", 401 "//third_party/WebKit/Source:config",
403 ] 402 ]
404 403
405 deps = [ 404 deps = [
406 ":blink_common", 405 ":blink_common",
407 ":platform", 406 ":platform",
408 ":test_support", 407 ":test_support",
409 "//base", 408 "//base",
410 "//base/allocator",
411 "//base/test:test_support", 409 "//base/test:test_support",
412 "//cc", 410 "//cc",
413 "//cc:test_support", 411 "//cc:test_support",
414 "//cc/blink", 412 "//cc/blink",
415 "//skia", 413 "//skia",
416 "//testing/gmock", 414 "//testing/gmock",
417 "//testing/gtest", 415 "//testing/gtest",
418 "//third_party/WebKit/Source/wtf", 416 "//third_party/WebKit/Source/wtf",
419 "//third_party/WebKit/Source/wtf:test_support", 417 "//third_party/WebKit/Source/wtf:test_support",
420 "//third_party/harfbuzz-ng", 418 "//third_party/harfbuzz-ng",
(...skipping 29 matching lines...) Expand all
450 } 448 }
451 449
452 if (current_cpu == "x86" || current_cpu == "x64") { 450 if (current_cpu == "x86" || current_cpu == "x64") {
453 source_set("blink_x86_sse") { 451 source_set("blink_x86_sse") {
454 sources = blink_platform_sse_files 452 sources = blink_platform_sse_files
455 deps = [ 453 deps = [
456 ":blink_common", 454 ":blink_common",
457 ] 455 ]
458 } 456 }
459 } 457 }
OLDNEW
« no previous file with comments | « sync/sync_tests.gypi ('k') | third_party/WebKit/Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698