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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
502 'json/json_value_serializer_unittest.cc', | 502 'json/json_value_serializer_unittest.cc', |
503 'json/json_writer_unittest.cc', | 503 'json/json_writer_unittest.cc', |
504 'json/string_escape_unittest.cc', | 504 'json/string_escape_unittest.cc', |
505 'lazy_instance_unittest.cc', | 505 'lazy_instance_unittest.cc', |
506 'logging_unittest.cc', | 506 'logging_unittest.cc', |
507 'mac/bind_objc_block_unittest.mm', | 507 'mac/bind_objc_block_unittest.mm', |
508 'mac/foundation_util_unittest.mm', | 508 'mac/foundation_util_unittest.mm', |
509 'mac/libdispatch_task_runner_unittest.cc', | 509 'mac/libdispatch_task_runner_unittest.cc', |
510 'mac/mac_util_unittest.mm', | 510 'mac/mac_util_unittest.mm', |
511 'mac/objc_property_releaser_unittest.mm', | 511 'mac/objc_property_releaser_unittest.mm', |
512 'mac/scoped_nsobject_unittest.mm', | |
512 'mac/scoped_sending_event_unittest.mm', | 513 'mac/scoped_sending_event_unittest.mm', |
513 'md5_unittest.cc', | 514 'md5_unittest.cc', |
514 'memory/aligned_memory_unittest.cc', | 515 'memory/aligned_memory_unittest.cc', |
515 'memory/discardable_memory_unittest.cc', | 516 'memory/discardable_memory_unittest.cc', |
516 'memory/linked_ptr_unittest.cc', | 517 'memory/linked_ptr_unittest.cc', |
517 'memory/ref_counted_memory_unittest.cc', | 518 'memory/ref_counted_memory_unittest.cc', |
518 'memory/ref_counted_unittest.cc', | 519 'memory/ref_counted_unittest.cc', |
519 'memory/scoped_nsobject_unittest.mm', | |
520 'memory/scoped_ptr_unittest.cc', | 520 'memory/scoped_ptr_unittest.cc', |
521 'memory/scoped_ptr_unittest.nc', | 521 'memory/scoped_ptr_unittest.nc', |
522 'memory/scoped_vector_unittest.cc', | 522 'memory/scoped_vector_unittest.cc', |
523 'memory/shared_memory_unittest.cc', | 523 'memory/shared_memory_unittest.cc', |
524 'memory/singleton_unittest.cc', | 524 'memory/singleton_unittest.cc', |
525 'memory/weak_ptr_unittest.cc', | 525 'memory/weak_ptr_unittest.cc', |
526 'memory/weak_ptr_unittest.nc', | 526 'memory/weak_ptr_unittest.nc', |
527 'message_loop/message_loop_proxy_impl_unittest.cc', | 527 'message_loop/message_loop_proxy_impl_unittest.cc', |
528 'message_loop/message_loop_proxy_unittest.cc', | 528 'message_loop/message_loop_proxy_unittest.cc', |
529 'message_loop/message_loop_unittest.cc', | 529 'message_loop/message_loop_unittest.cc', |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
800 ['use_system_nspr==1', { | 800 ['use_system_nspr==1', { |
801 'dependencies': [ | 801 'dependencies': [ |
802 'third_party/nspr/nspr.gyp:nspr', | 802 'third_party/nspr/nspr.gyp:nspr', |
803 ], | 803 ], |
804 }], | 804 }], |
805 ], # conditions | 805 ], # conditions |
806 'target_conditions': [ | 806 'target_conditions': [ |
807 ['OS == "ios" and _toolset != "host"', { | 807 ['OS == "ios" and _toolset != "host"', { |
808 'sources/': [ | 808 'sources/': [ |
809 # Pull in specific Mac files for iOS (which have been filtered out | 809 # Pull in specific Mac files for iOS (which have been filtered out |
810 # by file name rules). | 810 # by file name rules). |
stuartmorgan
2013/06/21 12:41:19
Don't you need to update this list, so we don't lo
| |
811 ['include', '^mac/objc_property_releaser_unittest\\.mm$'], | 811 ['include', '^mac/objc_property_releaser_unittest\\.mm$'], |
812 ['include', '^mac/bind_objc_block_unittest\\.mm$'], | 812 ['include', '^mac/bind_objc_block_unittest\\.mm$'], |
813 ['include', '^sys_string_conversions_mac_unittest\\.mm$'], | 813 ['include', '^sys_string_conversions_mac_unittest\\.mm$'], |
814 ], | 814 ], |
815 }], | 815 }], |
816 ], # target_conditions | 816 ], # target_conditions |
817 }, | 817 }, |
818 { | 818 { |
819 'target_name': 'test_support_base', | 819 'target_name': 'test_support_base', |
820 'type': 'static_library', | 820 'type': 'static_library', |
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1290 'base_unittests.isolate', | 1290 'base_unittests.isolate', |
1291 ], | 1291 ], |
1292 'sources': [ | 1292 'sources': [ |
1293 'base_unittests.isolate', | 1293 'base_unittests.isolate', |
1294 ], | 1294 ], |
1295 }, | 1295 }, |
1296 ], | 1296 ], |
1297 }], | 1297 }], |
1298 ], | 1298 ], |
1299 } | 1299 } |
OLD | NEW |