| 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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 { | 445 { |
| 446 'target_name': 'test_support_unit', | 446 'target_name': 'test_support_unit', |
| 447 'type': 'static_library', | 447 'type': 'static_library', |
| 448 'dependencies': [ | 448 'dependencies': [ |
| 449 'chrome_resources.gyp:chrome_resources', | 449 'chrome_resources.gyp:chrome_resources', |
| 450 'chrome_resources.gyp:chrome_strings', | 450 'chrome_resources.gyp:chrome_strings', |
| 451 'browser', | 451 'browser', |
| 452 'common', | 452 'common', |
| 453 'test_support_common', | 453 'test_support_common', |
| 454 '../base/base.gyp:base', | 454 '../base/base.gyp:base', |
| 455 '../mojo/mojo.gyp:mojo_environment_chromium', | |
| 456 '../mojo/mojo.gyp:mojo_system_impl', | |
| 457 '../skia/skia.gyp:skia', | 455 '../skia/skia.gyp:skia', |
| 458 '../sync/sync.gyp:sync', | 456 '../sync/sync.gyp:sync', |
| 459 '../testing/gmock.gyp:gmock', | 457 '../testing/gmock.gyp:gmock', |
| 460 '../testing/gtest.gyp:gtest', | 458 '../testing/gtest.gyp:gtest', |
| 461 ], | 459 ], |
| 462 'include_dirs': [ | 460 'include_dirs': [ |
| 463 '..', | 461 '..', |
| 464 ], | 462 ], |
| 465 'sources': [ | 463 'sources': [ |
| 466 'browser/sync/glue/session_sync_test_helper.cc', | 464 'browser/sync/glue/session_sync_test_helper.cc', |
| (...skipping 2418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2885 'unit_tests.isolate', | 2883 'unit_tests.isolate', |
| 2886 ], | 2884 ], |
| 2887 'sources': [ | 2885 'sources': [ |
| 2888 'unit_tests.isolate', | 2886 'unit_tests.isolate', |
| 2889 ], | 2887 ], |
| 2890 }, | 2888 }, |
| 2891 ], | 2889 ], |
| 2892 }], | 2890 }], |
| 2893 ], # 'conditions' | 2891 ], # 'conditions' |
| 2894 } | 2892 } |
| OLD | NEW |