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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 'environment_unittest.cc', | 491 'environment_unittest.cc', |
492 'file_version_info_unittest.cc', | 492 'file_version_info_unittest.cc', |
493 'files/dir_reader_posix_unittest.cc', | 493 'files/dir_reader_posix_unittest.cc', |
494 'files/file_path_unittest.cc', | 494 'files/file_path_unittest.cc', |
495 'files/file_proxy_unittest.cc', | 495 'files/file_proxy_unittest.cc', |
496 'files/file_unittest.cc', | 496 'files/file_unittest.cc', |
497 'files/file_util_proxy_unittest.cc', | 497 'files/file_util_proxy_unittest.cc', |
498 'files/file_util_unittest.cc', | 498 'files/file_util_unittest.cc', |
499 'files/important_file_writer_unittest.cc', | 499 'files/important_file_writer_unittest.cc', |
500 'files/memory_mapped_file_unittest.cc', | 500 'files/memory_mapped_file_unittest.cc', |
| 501 'files/protect_file_posix_unittest.cc', |
501 'files/scoped_temp_dir_unittest.cc', | 502 'files/scoped_temp_dir_unittest.cc', |
502 'gmock_unittest.cc', | 503 'gmock_unittest.cc', |
503 'guid_unittest.cc', | 504 'guid_unittest.cc', |
504 'hash_unittest.cc', | 505 'hash_unittest.cc', |
505 'id_map_unittest.cc', | 506 'id_map_unittest.cc', |
506 'i18n/break_iterator_unittest.cc', | 507 'i18n/break_iterator_unittest.cc', |
507 'i18n/char_iterator_unittest.cc', | 508 'i18n/char_iterator_unittest.cc', |
508 'i18n/case_conversion_unittest.cc', | 509 'i18n/case_conversion_unittest.cc', |
509 'i18n/file_util_icu_unittest.cc', | 510 'i18n/file_util_icu_unittest.cc', |
510 'i18n/icu_string_conversions_unittest.cc', | 511 'i18n/icu_string_conversions_unittest.cc', |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
683 'base_prefs_test_support', | 684 'base_prefs_test_support', |
684 'base_static', | 685 'base_static', |
685 'run_all_unittests', | 686 'run_all_unittests', |
686 'test_support_base', | 687 'test_support_base', |
687 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | 688 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', |
688 '../testing/gmock.gyp:gmock', | 689 '../testing/gmock.gyp:gmock', |
689 '../testing/gtest.gyp:gtest', | 690 '../testing/gtest.gyp:gtest', |
690 '../third_party/icu/icu.gyp:icui18n', | 691 '../third_party/icu/icu.gyp:icui18n', |
691 '../third_party/icu/icu.gyp:icuuc', | 692 '../third_party/icu/icu.gyp:icuuc', |
692 ], | 693 ], |
693 'includes': ['../build/nocompile.gypi'], | 694 'includes': [ |
| 695 '../build/nocompile.gypi', |
| 696 'files/protect_file_posix.gypi', |
| 697 ], |
694 'variables': { | 698 'variables': { |
695 # TODO(ajwong): Is there a way to autodetect this? | 699 # TODO(ajwong): Is there a way to autodetect this? |
696 'module_dir': 'base' | 700 'module_dir': 'base' |
697 }, | 701 }, |
698 'conditions': [ | 702 'conditions': [ |
699 ['OS == "android"', { | 703 ['OS == "android"', { |
700 'dependencies': [ | 704 'dependencies': [ |
701 'android/jni_generator/jni_generator.gyp:jni_generator_tests', | 705 'android/jni_generator/jni_generator.gyp:jni_generator_tests', |
702 '../testing/android/native_test.gyp:native_test_native_code', | 706 '../testing/android/native_test.gyp:native_test_native_code', |
703 ], | 707 ], |
(...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1549 'dependencies': [ | 1553 'dependencies': [ |
1550 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1554 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1551 ], | 1555 ], |
1552 }], | 1556 }], |
1553 ], | 1557 ], |
1554 }, | 1558 }, |
1555 ], | 1559 ], |
1556 }], | 1560 }], |
1557 ], | 1561 ], |
1558 } | 1562 } |
OLD | NEW |