Chromium Code Reviews| 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_printer.cc', | 275 'test/logging/win/log_file_printer.cc', |
| 276 'test/logging/win/log_file_printer.h', | 276 'test/logging/win/log_file_printer.h', |
| 277 'test/logging/win/log_file_reader.cc', | 277 'test/logging/win/log_file_reader.cc', |
| 278 'test/logging/win/log_file_reader.h', | 278 'test/logging/win/log_file_reader.h', |
| 279 'test/logging/win/mof_data_parser.cc', | 279 'test/logging/win/mof_data_parser.cc', |
| 280 'test/logging/win/mof_data_parser.h', | 280 'test/logging/win/mof_data_parser.h', |
| 281 'test/logging/win/test_log_collector.cc', | 281 'test/logging/win/test_log_collector.cc', |
| 282 'test/logging/win/test_log_collector.h', | 282 'test/logging/win/test_log_collector.h', |
| 283 'test/ppapi/ppapi_test.cc', | 283 'test/ppapi/ppapi_test.cc', |
| 284 'test/ppapi/ppapi_test.h', | 284 'test/ppapi/ppapi_test.h', |
| 285 '../extensions/common/extensions_test_browser_context.cc', | |
| 286 '../extensions/common/extensions_test_browser_context.h', | |
|
Yoyo Zhou
2014/07/15 19:27:30
I think it'd be better to put these in extensions.
limasdf
2014/07/16 16:10:19
Done.
| |
| 285 '../ui/gfx/image/image_unittest_util.cc', | 287 '../ui/gfx/image/image_unittest_util.cc', |
| 286 '../ui/gfx/image/image_unittest_util.h', | 288 '../ui/gfx/image/image_unittest_util.h', |
| 287 ], | 289 ], |
| 288 'conditions': [ | 290 'conditions': [ |
| 289 ['OS!="ios"', { | 291 ['OS!="ios"', { |
| 290 'dependencies': [ | 292 'dependencies': [ |
| 291 'common/extensions/api/api.gyp:chrome_api', | 293 'common/extensions/api/api.gyp:chrome_api', |
| 292 'plugin', | 294 'plugin', |
| 293 'renderer', | 295 'renderer', |
| 294 'utility', | 296 'utility', |
| (...skipping 2611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2906 'unit_tests.isolate', | 2908 'unit_tests.isolate', |
| 2907 ], | 2909 ], |
| 2908 'sources': [ | 2910 'sources': [ |
| 2909 'unit_tests.isolate', | 2911 'unit_tests.isolate', |
| 2910 ], | 2912 ], |
| 2911 }, | 2913 }, |
| 2912 ], | 2914 ], |
| 2913 }], | 2915 }], |
| 2914 ], # 'conditions' | 2916 ], # 'conditions' |
| 2915 } | 2917 } |
| OLD | NEW |