commit | f4b4a428090a08d4646d4e6d508f189989130081 | [log] [tgz] |
---|---|---|
author | brettw <[email protected]> | Wed Dec 16 00:41:13 2015 |
committer | Commit bot <[email protected]> | Wed Dec 16 00:43:04 2015 |
tree | d02416a1f1687399c9e079bb6a0707a7449410d5 | |
parent | 76250bd17c48907012aebcd5a20dedcb077c2709 [diff] [blame] |
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. [email protected] [email protected] (chrome/linux/installer) Reland of https://codereview.chromium.org/1523503002 Review URL: https://codereview.chromium.org/1530663002 Cr-Commit-Position: refs/heads/master@{#365406}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn index 058be57..aecf2cac 100644 --- a/chrome/browser/BUILD.gn +++ b/chrome/browser/BUILD.gn
@@ -478,7 +478,7 @@ if (enable_nacl) { sources += rebase_path(gypi_values.chrome_browser_nacl_sources, ".", "//chrome") - deps += [ "//components/nacl:nacl_browser" ] + deps += [ "//components/nacl/browser" ] } if (enable_configuration_policy) {