| commit | 36cca647f413f96e5a995e5b316b8c6b19f30cc3 | [log] [tgz] |
|---|---|---|
| author | Benjamin Lerman <qsr@chromium.org> | Thu Feb 26 16:10:05 2015 +0100 |
| committer | Benjamin Lerman <qsr@chromium.org> | Thu Feb 26 16:10:05 2015 +0100 |
| tree | b178724bf548c8402c17f6ea40d6a745f96af479 | |
| parent | 87fdb13fe8e5dcc63b803324d163ed76c746b240 [diff] |
Fix nacl build. TBR=ppi@chromium.org Review URL: https://codereview.chromium.org/960913002
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn index 7c06e59..ea88ff5 100644 --- a/build/config/BUILDCONFIG.gn +++ b/build/config/BUILDCONFIG.gn
@@ -121,7 +121,6 @@ } # TODO(dpranke): Remove these asserts when os and cpu_arch are removed. -assert(current_cpu == cpu_arch) assert(current_os == os) # =============================================================================