diff options
author | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-18 03:21:07 +0000 |
---|---|---|
committer | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-18 03:21:07 +0000 |
commit | 60e30304a273856231d7910ed949066905f688c6 (patch) | |
tree | fd37637f3020812b7b3ad69abd33be5d5271ca22 /build/toolchain | |
parent | 5d5bea856f35eddccb0dee26af68bc7a30f63d06 (diff) | |
download | chromium_src-60e30304a273856231d7910ed949066905f688c6.zip chromium_src-60e30304a273856231d7910ed949066905f688c6.tar.gz chromium_src-60e30304a273856231d7910ed949066905f688c6.tar.bz2 |
GN fixes
Remove references to files that don't exist.
Replace all x32 to x86.
BUG=None
Review URL: https://codereview.chromium.org/117673003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241461 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/toolchain')
-rw-r--r-- | build/toolchain/linux/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/toolchain/linux/BUILD.gn b/build/toolchain/linux/BUILD.gn index ffb378b..0532d80 100644 --- a/build/toolchain/linux/BUILD.gn +++ b/build/toolchain/linux/BUILD.gn @@ -123,7 +123,7 @@ toolchain("32") { # When invoking this toolchain not as the default one, these args will be # passed to the build. They are ignored when this is the default toolchain. toolchain_args() { - cpu_arch = "x32" + cpu_arch = "x86" } } |