summaryrefslogtreecommitdiffstats
path: root/.gn
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-08-28 14:48:04 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-28 21:49:08 +0000
commitad0c1f495eca0968601ea74254b86fb91d412eb0 (patch)
treef00df9a21bebdbee9d7a041d2da31527473e3d39 /.gn
parent6722b6dbf0a6a97d7629dbed59ed3ee8c7bc9f6f (diff)
downloadchromium_src-ad0c1f495eca0968601ea74254b86fb91d412eb0.zip
chromium_src-ad0c1f495eca0968601ea74254b86fb91d412eb0.tar.gz
chromium_src-ad0c1f495eca0968601ea74254b86fb91d412eb0.tar.bz2
Move loader stub libraries out of //build/config/linux
The //build/config/linux library defined a number of targets built through the generate_library_loader target. All of these are fairly chrome-specific, so having them defined in the //build/config/linux file made it harder to reuse that file in non-chrome GN builds (like native_client). This CL moves the targets out to a new //build/linux directory and updates the callers accordingly. R=brettw@chromium.org BUG= Review URL: https://codereview.chromium.org/1314163005 Cr-Commit-Position: refs/heads/master@{#346242}
Diffstat (limited to '.gn')
-rw-r--r--.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gn b/.gn
index bdc5c57..16c785e 100644
--- a/.gn
+++ b/.gn
@@ -125,6 +125,7 @@ exec_script_whitelist = [
"//build/config/win/visual_studio_version.gni",
"//build/gn_helpers.py",
"//build/gypi_to_gn.py",
+ "//build/linux/BUILD.gn",
"//build/toolchain/gcc_toolchain.gni",
"//build/toolchain/mac/BUILD.gn",
"//build/toolchain/win/BUILD.gn",