summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDirk Pranke <dpranke@chromium.org>2015-12-09 17:36:41 -0800
committerDirk Pranke <dpranke@chromium.org>2015-12-10 01:38:03 +0000
commit49802733e29439008adf2cfcf915c34071ce9c6b (patch)
tree8bc0a9d245b1d7185d3349f508d6c1bc14d78f44 /BUILD.gn
parentb35037ebe4e8ff2be1ff209626af805617d16f3d (diff)
downloadchromium_src-49802733e29439008adf2cfcf915c34071ce9c6b.zip
chromium_src-49802733e29439008adf2cfcf915c34071ce9c6b.tar.gz
chromium_src-49802733e29439008adf2cfcf915c34071ce9c6b.tar.bz2
Fix GN label names for blink_heap_unittests, blink_platform_unittests.
The GN convention for test binaries is to have the label name match the output name where possible, so this patch renames :heap_unittests to :blink_heap_unittests and :platform_unittests to :blink_platform_unittests. This fixes various build errors encountered in flipping the blink bots to GN. TBR=brettw@chromium.org BUG=432959 Review URL: https://codereview.chromium.org/1516683003 . Cr-Commit-Position: refs/heads/master@{#364246}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f11100e..9845ff4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -185,8 +185,8 @@ group("both_gn_and_gyp") {
#"//mojo/edk/test:mojo_public_environment_unittests",
#"//mojo/edk/test:mojo_public_system_unittests",
#"//mojo/edk/test:mojo_public_utility_unittests",
- "//third_party/WebKit/Source/platform:heap_unittests",
- "//third_party/WebKit/Source/platform:platform_unittests",
+ "//third_party/WebKit/Source/platform:blink_heap_unittests",
+ "//third_party/WebKit/Source/platform:blink_platform_unittests",
"//third_party/WebKit/Source/web:webkit_unit_tests",
"//third_party/WebKit/Source/wtf:wtf_unittests",
"//third_party/mojo/src/mojo/edk/system:mojo_system_unittests",