Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #!/usr/bin/python | |
| 2 | |
| 3 # Copyright 2014 Google Inc. | |
| 4 # | |
| 5 # Use of this source code is governed by a BSD-style license that can be | |
| 6 # found in the LICENSE file. | |
| 7 | |
| 8 # TODO (scroggo): Currently the x86 specific files are not included. Include | |
| 9 # them. | |
| 10 INCLUDE_X86_OPTS = False | |
| 11 | |
| OLD | NEW |