Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 These platform specific Makefiles are necesary to build yasm on different platfo rms. The rest of | |
| 6 the yasm is pulled into externals via the DEPS file. Chromium manually generate s these files, so | |
|
scroggo
2015/06/23 15:05:51
nit: "the yasm library"? Or just "yasm"? "the yasm
msarett
2015/06/23 17:47:43
Done.
| |
| 7 we will directly check in our own copies. | |
|
scroggo
2015/06/23 15:05:51
Should we generate them, too? Why do we do somethi
msarett
2015/06/23 17:47:43
Sorry this is unclear. Chromium has manually gene
| |
| OLD | NEW |