diff options
author | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-05 07:19:47 +0000 |
---|---|---|
committer | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-05 07:19:47 +0000 |
commit | 03b3212e50ec5b937cdd20f02d875d050ce958d0 (patch) | |
tree | 55d0b92fc823003da59b44205e4c2eee2452e388 /DEPS | |
parent | 7ff35caa401a18e0bd24f423953c07db915921c1 (diff) | |
download | chromium_src-03b3212e50ec5b937cdd20f02d875d050ce958d0.zip chromium_src-03b3212e50ec5b937cdd20f02d875d050ce958d0.tar.gz chromium_src-03b3212e50ec5b937cdd20f02d875d050ce958d0.tar.bz2 |
Update NaCl ARM build flags now that gcc used as default compiler.
Second attempt at this change. The required a native_client change:
https://codereview.chromium.org/12499011/
Thus this change also brings in NaCl changes from
11084:11126 inclusive.
BUG=196627
TEST=run nacl brower tests one ARM linux
Review URL: https://chromiumcodereview.appspot.com/13652003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192521 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ vars = { "chromium_git": "https://chromium.googlesource.com", "chromiumos_git": "https://chromium.googlesource.com/chromiumos", "swig_revision": "69281", - "nacl_revision": "11083", + "nacl_revision": "11126", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "11040", # native_client/DEPS: tools_rev |