| 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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 { | 452 { |
| 453 'target_name': 'test_support_unit', | 453 'target_name': 'test_support_unit', |
| 454 'type': 'static_library', | 454 'type': 'static_library', |
| 455 'dependencies': [ | 455 'dependencies': [ |
| 456 'chrome_resources.gyp:chrome_resources', | 456 'chrome_resources.gyp:chrome_resources', |
| 457 'chrome_resources.gyp:chrome_strings', | 457 'chrome_resources.gyp:chrome_strings', |
| 458 'browser', | 458 'browser', |
| 459 'common', | 459 'common', |
| 460 'test_support_common', | 460 'test_support_common', |
| 461 '../base/base.gyp:base', | 461 '../base/base.gyp:base', |
| 462 '../mojo/mojo.gyp:mojo_environment_chromium', | 462 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 463 '../mojo/mojo.gyp:mojo_system_impl', | 463 '../mojo/mojo_base.gyp:mojo_system_impl', |
| 464 '../skia/skia.gyp:skia', | 464 '../skia/skia.gyp:skia', |
| 465 '../sync/sync.gyp:sync', | 465 '../sync/sync.gyp:sync', |
| 466 '../testing/gmock.gyp:gmock', | 466 '../testing/gmock.gyp:gmock', |
| 467 '../testing/gtest.gyp:gtest', | 467 '../testing/gtest.gyp:gtest', |
| 468 ], | 468 ], |
| 469 'include_dirs': [ | 469 'include_dirs': [ |
| 470 '..', | 470 '..', |
| 471 ], | 471 ], |
| 472 'sources': [ | 472 'sources': [ |
| 473 'browser/sync/glue/session_sync_test_helper.cc', | 473 'browser/sync/glue/session_sync_test_helper.cc', |
| (...skipping 2442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2916 'dependencies': [ | 2916 'dependencies': [ |
| 2917 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2917 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2918 ], | 2918 ], |
| 2919 }], | 2919 }], |
| 2920 ], | 2920 ], |
| 2921 }, | 2921 }, |
| 2922 ], | 2922 ], |
| 2923 }], | 2923 }], |
| 2924 ], # 'conditions' | 2924 ], # 'conditions' |
| 2925 } | 2925 } |
| OLD | NEW |