diff options
author | yoichio <yoichio@chromium.org> | 2015-12-14 20:17:33 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-15 04:19:07 +0000 |
commit | 27dfb9454752b9a1457b82c0d7ebd88b22ba0e95 (patch) | |
tree | f604e21fddbdd26394553f7a5070415627fbca73 /testing | |
parent | 7b826628142b202628e51393f7be6343af8db445 (diff) | |
download | chromium_src-27dfb9454752b9a1457b82c0d7ebd88b22ba0e95.zip chromium_src-27dfb9454752b9a1457b82c0d7ebd88b22ba0e95.tar.gz chromium_src-27dfb9454752b9a1457b82c0d7ebd88b22ba0e95.tar.bz2 |
Revert of Move nacl targets to subdirectories. (patchset #6 id:100001 of https://codereview.chromium.org/1523503002/ )
Reason for revert:
This might cause errors in the generate_build_files step.
https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux%20x64/builds/6471
Original issue's description:
> Move nacl targets to subdirectories.
>
> This clarifies the structure a bit and is the format recommended by GN style.
>
> Adds annotations to the GYP files for the corresponding GN targets. Removes some dead code in extensions/shell.
>
> R=dpranke@chromium.org
>
> Committed: https://crrev.com/263435ba08cd291d9a0534719a599ad11098090a
> Cr-Commit-Position: refs/heads/master@{#365139}
TBR=dpranke@chromium.org,mcgrathr@chromium.org,phosek@chromium.org,brettw@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/1522173003
Cr-Commit-Position: refs/heads/master@{#365146}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/gn_isolate_map.pyl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl index 0b38d60..d0bc091 100644 --- a/testing/buildbot/gn_isolate_map.pyl +++ b/testing/buildbot/gn_isolate_map.pyl @@ -317,7 +317,7 @@ "type": "unknown", }, "nacl_loader_unittests": { - "label": "//components/nacl/loader:nacl_loader_unittests", + "label": "//components/nacl:nacl_loader_unittests", "type": "raw", "args": [], }, |