| 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 'memory/mru_cache_unittest.cc', | 291 'memory/mru_cache_unittest.cc', |
| 292 'process_util_unittest.cc', | 292 'process_util_unittest.cc', |
| 293 'synchronization/cancellation_flag_unittest.cc', | 293 'synchronization/cancellation_flag_unittest.cc', |
| 294 # TODO(michaelbai): The below files are excluded because of the | 294 # TODO(michaelbai): The below files are excluded because of the |
| 295 # missing JNI and should be added back once JNI is ready. | 295 # missing JNI and should be added back once JNI is ready. |
| 296 'android/jni_android_unittest.cc', | 296 'android/jni_android_unittest.cc', |
| 297 'android/scoped_java_ref_unittest.cc', | 297 'android/scoped_java_ref_unittest.cc', |
| 298 'debug/stack_trace_unittest.cc', | 298 'debug/stack_trace_unittest.cc', |
| 299 ], | 299 ], |
| 300 'dependencies': [ | 300 'dependencies': [ |
| 301 'android/jni_generator/jni_generator.gyp:jni_generator_py_tests', | 301 'android/jni_generator/jni_generator.gyp:jni_generator_tests', |
| 302 ], | 302 ], |
| 303 }], | 303 }], |
| 304 ['use_glib==1', { | 304 ['use_glib==1', { |
| 305 'sources!': [ | 305 'sources!': [ |
| 306 'file_version_info_unittest.cc', | 306 'file_version_info_unittest.cc', |
| 307 ], | 307 ], |
| 308 'conditions': [ | 308 'conditions': [ |
| 309 [ 'linux_use_tcmalloc==1', { | 309 [ 'linux_use_tcmalloc==1', { |
| 310 'dependencies': [ | 310 'dependencies': [ |
| 311 'allocator/allocator.gyp:allocator', | 311 'allocator/allocator.gyp:allocator', |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 # treated as weak imports in dependents, who still must | 545 # treated as weak imports in dependents, who still must |
| 546 # #include closure_blocks_leopard_compat.h to get weak imports. | 546 # #include closure_blocks_leopard_compat.h to get weak imports. |
| 547 'type': 'none', | 547 'type': 'none', |
| 548 }], | 548 }], |
| 549 ], | 549 ], |
| 550 }, | 550 }, |
| 551 ], | 551 ], |
| 552 }], | 552 }], |
| 553 ], | 553 ], |
| 554 } | 554 } |
| OLD | NEW |