| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
| 8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
| 9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 'test/logging/win/log_file_reader.cc', | 275 'test/logging/win/log_file_reader.cc', |
| 276 'test/logging/win/log_file_reader.h', | 276 'test/logging/win/log_file_reader.h', |
| 277 'test/logging/win/mof_data_parser.cc', | 277 'test/logging/win/mof_data_parser.cc', |
| 278 'test/logging/win/mof_data_parser.h', | 278 'test/logging/win/mof_data_parser.h', |
| 279 'test/logging/win/test_log_collector.cc', | 279 'test/logging/win/test_log_collector.cc', |
| 280 'test/logging/win/test_log_collector.h', | 280 'test/logging/win/test_log_collector.h', |
| 281 'test/ppapi/ppapi_test.cc', | 281 'test/ppapi/ppapi_test.cc', |
| 282 'test/ppapi/ppapi_test.h', | 282 'test/ppapi/ppapi_test.h', |
| 283 '../ui/gfx/image/image_unittest_util.cc', | 283 '../ui/gfx/image/image_unittest_util.cc', |
| 284 '../ui/gfx/image/image_unittest_util.h', | 284 '../ui/gfx/image/image_unittest_util.h', |
| 285 '../webkit/browser/quota/mock_quota_manager.cc', | |
| 286 '../webkit/browser/quota/mock_quota_manager.h', | |
| 287 '../webkit/browser/quota/mock_quota_manager_proxy.cc', | |
| 288 '../webkit/browser/quota/mock_quota_manager_proxy.h', | |
| 289 '../webkit/browser/quota/mock_special_storage_policy.cc', | 285 '../webkit/browser/quota/mock_special_storage_policy.cc', |
| 290 '../webkit/browser/quota/mock_special_storage_policy.h', | 286 '../webkit/browser/quota/mock_special_storage_policy.h', |
| 291 ], | 287 ], |
| 292 'conditions': [ | 288 'conditions': [ |
| 293 ['OS!="ios"', { | 289 ['OS!="ios"', { |
| 294 'dependencies': [ | 290 'dependencies': [ |
| 295 'common/extensions/api/api.gyp:chrome_api', | 291 'common/extensions/api/api.gyp:chrome_api', |
| 296 'plugin', | 292 'plugin', |
| 297 'renderer', | 293 'renderer', |
| 298 'utility', | 294 'utility', |
| (...skipping 2586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2885 'browser/ui/app_list/test/fake_profile_store.h', | 2881 'browser/ui/app_list/test/fake_profile_store.h', |
| 2886 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2882 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2887 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2883 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2888 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2884 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2889 ], | 2885 ], |
| 2890 }, | 2886 }, |
| 2891 ], | 2887 ], |
| 2892 }], | 2888 }], |
| 2893 ], # 'conditions' | 2889 ], # 'conditions' |
| 2894 } | 2890 } |
| OLD | NEW |