| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 'base_paths.h', | 77 'base_paths.h', |
| 78 'base_paths_linux.h', | 78 'base_paths_linux.h', |
| 79 'base_paths_linux.cc', | 79 'base_paths_linux.cc', |
| 80 'base_paths_mac.h', | 80 'base_paths_mac.h', |
| 81 'base_paths_mac.mm', | 81 'base_paths_mac.mm', |
| 82 'base_paths_win.cc', | 82 'base_paths_win.cc', |
| 83 'base_paths_win.h', | 83 'base_paths_win.h', |
| 84 'base_switches.cc', | 84 'base_switches.cc', |
| 85 'base_switches.h', | 85 'base_switches.h', |
| 86 'basictypes.h', | 86 'basictypes.h', |
| 87 'bits.h', |
| 87 'bzip2_error_handler.cc', | 88 'bzip2_error_handler.cc', |
| 88 'cocoa_protocols_mac.h', | 89 'cocoa_protocols_mac.h', |
| 89 'command_line.cc', | 90 'command_line.cc', |
| 90 'command_line.h', | 91 'command_line.h', |
| 91 'compiler_specific.h', | 92 'compiler_specific.h', |
| 92 'condition_variable.h', | 93 'condition_variable.h', |
| 93 'condition_variable_posix.cc', | 94 'condition_variable_posix.cc', |
| 94 'condition_variable_win.cc', | 95 'condition_variable_win.cc', |
| 95 'cpu.cc', | 96 'cpu.cc', |
| 96 'cpu.h', | 97 'cpu.h', |
| (...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 'sources': [ | 557 'sources': [ |
| 557 # Infrastructure files. | 558 # Infrastructure files. |
| 558 'multiprocess_test.h', | 559 'multiprocess_test.h', |
| 559 'test/run_all_unittests.cc', | 560 'test/run_all_unittests.cc', |
| 560 'test/test_suite.h', | 561 'test/test_suite.h', |
| 561 | 562 |
| 562 # Tests. | 563 # Tests. |
| 563 'at_exit_unittest.cc', | 564 'at_exit_unittest.cc', |
| 564 'atomic_flag_unittest.cc', | 565 'atomic_flag_unittest.cc', |
| 565 'atomicops_unittest.cc', | 566 'atomicops_unittest.cc', |
| 567 'bits_unittest.cc', |
| 566 'command_line_unittest.cc', | 568 'command_line_unittest.cc', |
| 567 'condition_variable_unittest.cc', | 569 'condition_variable_unittest.cc', |
| 568 'crypto/rsa_private_key_unittest.cc', | 570 'crypto/rsa_private_key_unittest.cc', |
| 569 'crypto/signature_creator_unittest.cc', | 571 'crypto/signature_creator_unittest.cc', |
| 570 'crypto/signature_verifier_unittest.cc', | 572 'crypto/signature_verifier_unittest.cc', |
| 571 'data_pack_unittest.cc', | 573 'data_pack_unittest.cc', |
| 572 'debug_util_unittest.cc', | 574 'debug_util_unittest.cc', |
| 573 'directory_watcher_unittest.cc', | 575 'directory_watcher_unittest.cc', |
| 574 'field_trial_unittest.cc', | 576 'field_trial_unittest.cc', |
| 575 'file_descriptor_shuffle_unittest.cc', | 577 'file_descriptor_shuffle_unittest.cc', |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 ], | 838 ], |
| 837 }], | 839 }], |
| 838 ], | 840 ], |
| 839 } | 841 } |
| 840 | 842 |
| 841 # Local Variables: | 843 # Local Variables: |
| 842 # tab-width:2 | 844 # tab-width:2 |
| 843 # indent-tabs-mode:nil | 845 # indent-tabs-mode:nil |
| 844 # End: | 846 # End: |
| 845 # vim: set expandtab tabstop=2 shiftwidth=2: | 847 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |