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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'base_target': 0, | 8 'base_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 30 matching lines...) Expand all Loading... |
41 'android/jni_string.h', | 41 'android/jni_string.h', |
42 'android/locale_utils.cc', | 42 'android/locale_utils.cc', |
43 'android/locale_utils.h', | 43 'android/locale_utils.h', |
44 'android/path_utils.cc', | 44 'android/path_utils.cc', |
45 'android/path_utils.h', | 45 'android/path_utils.h', |
46 'at_exit.cc', | 46 'at_exit.cc', |
47 'at_exit.h', | 47 'at_exit.h', |
48 'atomic_ref_count.h', | 48 'atomic_ref_count.h', |
49 'atomic_sequence_num.h', | 49 'atomic_sequence_num.h', |
50 'atomicops.h', | 50 'atomicops.h', |
| 51 'atomicops_internals_mac.h', |
51 'atomicops_internals_x86_gcc.cc', | 52 'atomicops_internals_x86_gcc.cc', |
52 'atomicops_internals_x86_gcc.h', | 53 'atomicops_internals_x86_gcc.h', |
53 'atomicops_internals_x86_msvc.h', | 54 'atomicops_internals_x86_msvc.h', |
54 'base_export.h', | 55 'base_export.h', |
55 'base_paths.cc', | 56 'base_paths.cc', |
56 'base_paths.h', | 57 'base_paths.h', |
57 'base_paths_android.cc', | 58 'base_paths_android.cc', |
58 'base_paths_android.h', | 59 'base_paths_android.h', |
59 'base_paths_mac.h', | 60 'base_paths_mac.h', |
60 'base_paths_mac.mm', | 61 'base_paths_mac.mm', |
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
552 ['include', '^process_util_linux\\.cc$'], | 553 ['include', '^process_util_linux\\.cc$'], |
553 ['include', '^sys_info_linux\\.cc$'], | 554 ['include', '^sys_info_linux\\.cc$'], |
554 ['include', '^sys_string_conversions_posix\\.cc$'], | 555 ['include', '^sys_string_conversions_posix\\.cc$'], |
555 ['include', '^worker_pool_linux\\.cc$'], | 556 ['include', '^worker_pool_linux\\.cc$'], |
556 ], | 557 ], |
557 }], | 558 }], |
558 ['OS == "ios"', { | 559 ['OS == "ios"', { |
559 'sources/': [ | 560 'sources/': [ |
560 # Pull in specific Mac files for iOS (which have been filtered out | 561 # Pull in specific Mac files for iOS (which have been filtered out |
561 # by file name rules). | 562 # by file name rules). |
| 563 ['include', '^atomicops_internals_mac\\.'], |
562 ['include', '^base_paths_mac\\.'], | 564 ['include', '^base_paths_mac\\.'], |
563 ['include', '^file_util_mac\\.'], | 565 ['include', '^file_util_mac\\.'], |
564 ['include', '^file_version_info_mac\\.'], | 566 ['include', '^file_version_info_mac\\.'], |
565 ['include', '^mac/bundle_locations\\.'], | 567 ['include', '^mac/bundle_locations\\.'], |
566 ['include', '^mac/foundation_util\\.'], | 568 ['include', '^mac/foundation_util\\.'], |
567 ['include', '^mac/mac_logging\\.'], | 569 ['include', '^mac/mac_logging\\.'], |
568 ['include', '^mac/objc_property_releaser\\.'], | 570 ['include', '^mac/objc_property_releaser\\.'], |
569 ['include', '^mac/scoped_nsautorelease_pool\\.'], | 571 ['include', '^mac/scoped_nsautorelease_pool\\.'], |
570 ['include', '^message_pump_mac\\.'], | 572 ['include', '^message_pump_mac\\.'], |
571 ['include', '^native_library_mac\\.'], | 573 ['include', '^native_library_mac\\.'], |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
647 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { | 649 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { |
648 'sources/': [ | 650 'sources/': [ |
649 ['exclude', '^chromeos/'], | 651 ['exclude', '^chromeos/'], |
650 ], | 652 ], |
651 }], | 653 }], |
652 ], | 654 ], |
653 }], | 655 }], |
654 ], | 656 ], |
655 }, | 657 }, |
656 } | 658 } |
OLD | NEW |