| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 ['exclude', '^process_util_linux\\.cc$'], | 121 ['exclude', '^process_util_linux\\.cc$'], |
| 122 ['exclude', '^sys_info_linux\\.cc$'], | 122 ['exclude', '^sys_info_linux\\.cc$'], |
| 123 ['exclude', '^sys_string_conversions_linux\\.cc$'], | 123 ['exclude', '^sys_string_conversions_linux\\.cc$'], |
| 124 ['exclude', '^worker_pool_linux\\.cc$'], | 124 ['exclude', '^worker_pool_linux\\.cc$'], |
| 125 ], | 125 ], |
| 126 }], | 126 }], |
| 127 ], | 127 ], |
| 128 }], | 128 }], |
| 129 ['OS == "android" and _toolset == "target"', { | 129 ['OS == "android" and _toolset == "target"', { |
| 130 'conditions': [ | 130 'conditions': [ |
| 131 ['target_arch == "ia32"', { | 131 ['target_arch == "ia32" or target_arch == "x64"', { |
| 132 'sources/': [ | 132 'sources/': [ |
| 133 ['include', '^atomicops_internals_x86_gcc\\.cc$'], | 133 ['include', '^atomicops_internals_x86_gcc\\.cc$'], |
| 134 ], | 134 ], |
| 135 }], | 135 }], |
| 136 ['target_arch == "mipsel"', { | 136 ['target_arch == "mipsel"', { |
| 137 'sources/': [ | 137 'sources/': [ |
| 138 ['include', '^atomicops_internals_mips_gcc\\.cc$'], | 138 ['include', '^atomicops_internals_mips_gcc\\.cc$'], |
| 139 ], | 139 ], |
| 140 }], | 140 }], |
| 141 ], | 141 ], |
| (...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1442 'base_unittests.isolate', | 1442 'base_unittests.isolate', |
| 1443 ], | 1443 ], |
| 1444 'sources': [ | 1444 'sources': [ |
| 1445 'base_unittests.isolate', | 1445 'base_unittests.isolate', |
| 1446 ], | 1446 ], |
| 1447 }, | 1447 }, |
| 1448 ], | 1448 ], |
| 1449 }], | 1449 }], |
| 1450 ], | 1450 ], |
| 1451 } | 1451 } |
| OLD | NEW |