| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'base.gypi', | 10 'base.gypi', |
| 11 ], | 11 ], |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 'command_line_unittest.cc', | 69 'command_line_unittest.cc', |
| 70 'condition_variable_unittest.cc', | 70 'condition_variable_unittest.cc', |
| 71 'crypto/encryptor_unittest.cc', | 71 'crypto/encryptor_unittest.cc', |
| 72 'crypto/rsa_private_key_unittest.cc', | 72 'crypto/rsa_private_key_unittest.cc', |
| 73 'crypto/signature_creator_unittest.cc', | 73 'crypto/signature_creator_unittest.cc', |
| 74 'crypto/signature_verifier_unittest.cc', | 74 'crypto/signature_verifier_unittest.cc', |
| 75 'crypto/symmetric_key_unittest.cc', | 75 'crypto/symmetric_key_unittest.cc', |
| 76 'data_pack_unittest.cc', | 76 'data_pack_unittest.cc', |
| 77 'debug_util_unittest.cc', | 77 'debug_util_unittest.cc', |
| 78 'dir_reader_posix_unittest.cc', | 78 'dir_reader_posix_unittest.cc', |
| 79 'env_var_unittest.cc', | 79 'environment_unittest.cc', |
| 80 'event_trace_consumer_win_unittest.cc', | 80 'event_trace_consumer_win_unittest.cc', |
| 81 'event_trace_controller_win_unittest.cc', | 81 'event_trace_controller_win_unittest.cc', |
| 82 'event_trace_provider_win_unittest.cc', | 82 'event_trace_provider_win_unittest.cc', |
| 83 'field_trial_unittest.cc', | 83 'field_trial_unittest.cc', |
| 84 'file_descriptor_shuffle_unittest.cc', | 84 'file_descriptor_shuffle_unittest.cc', |
| 85 'file_path_unittest.cc', | 85 'file_path_unittest.cc', |
| 86 'file_util_unittest.cc', | 86 'file_util_unittest.cc', |
| 87 'file_version_info_unittest.cc', | 87 'file_version_info_unittest.cc', |
| 88 'gmock_unittest.cc', | 88 'gmock_unittest.cc', |
| 89 'histogram_unittest.cc', | 89 'histogram_unittest.cc', |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 ], | 281 ], |
| 282 }], | 282 }], |
| 283 ], | 283 ], |
| 284 } | 284 } |
| 285 | 285 |
| 286 # Local Variables: | 286 # Local Variables: |
| 287 # tab-width:2 | 287 # tab-width:2 |
| 288 # indent-tabs-mode:nil | 288 # indent-tabs-mode:nil |
| 289 # End: | 289 # End: |
| 290 # vim: set expandtab tabstop=2 shiftwidth=2: | 290 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |