diff options
author | dpranke <dpranke@chromium.org> | 2015-08-28 14:48:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-28 21:49:08 +0000 |
commit | ad0c1f495eca0968601ea74254b86fb91d412eb0 (patch) | |
tree | f00df9a21bebdbee9d7a041d2da31527473e3d39 /.gn | |
parent | 6722b6dbf0a6a97d7629dbed59ed3ee8c7bc9f6f (diff) | |
download | chromium_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-- | .gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |