summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-12-14 18:57:27 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-15 02:58:39 +0000
commit263435ba08cd291d9a0534719a599ad11098090a (patch)
tree24bfae36199f42d27d9eec5b0cf63b912869730e /BUILD.gn
parent3582bd764b1b26a70d765b8b744bc619b4bfc4e1 (diff)
downloadchromium_src-263435ba08cd291d9a0534719a599ad11098090a.zip
chromium_src-263435ba08cd291d9a0534719a599ad11098090a.tar.gz
chromium_src-263435ba08cd291d9a0534719a599ad11098090a.tar.bz2
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 Review URL: https://codereview.chromium.org/1523503002 Cr-Commit-Position: refs/heads/master@{#365139}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 3216b4c..c952580 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -453,13 +453,13 @@ group("both_gn_and_gyp") {
}
if (enable_nacl) {
- deps += [ "//components/nacl:nacl_loader_unittests" ]
+ deps += [ "//components/nacl/loader:nacl_loader_unittests" ]
if (is_linux) {
# TODO(dpranke): Figure out what platforms should actually have this.
deps += [
- "//components/nacl:helper_nonsfi",
- "//components/nacl:nacl_helper",
+ "//components/nacl/loader:helper_nonsfi",
+ "//components/nacl/loader:nacl_helper",
]
}
}