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