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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
472 'test_support_unit', | 472 'test_support_unit', |
473 # 3) anything tests directly depend on | 473 # 3) anything tests directly depend on |
474 '../courgette/courgette.gyp:courgette_lib', | 474 '../courgette/courgette.gyp:courgette_lib', |
475 '../google_apis/google_apis.gyp:google_apis', | 475 '../google_apis/google_apis.gyp:google_apis', |
476 '../skia/skia.gyp:skia', | 476 '../skia/skia.gyp:skia', |
477 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 477 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
478 '../third_party/icu/icu.gyp:icui18n', | 478 '../third_party/icu/icu.gyp:icui18n', |
479 '../third_party/icu/icu.gyp:icuuc', | 479 '../third_party/icu/icu.gyp:icuuc', |
480 '../third_party/libxml/libxml.gyp:libxml', | 480 '../third_party/libxml/libxml.gyp:libxml', |
481 '../ui/ui.gyp:ui_resources', | 481 '../ui/ui.gyp:ui_resources', |
482 '../ui/ui.gyp:ui_test_support', | 482 '../ui/ui_unittests.gyp:ui_test_support', |
483 'chrome_resources.gyp:chrome_resources', | 483 'chrome_resources.gyp:chrome_resources', |
484 'chrome_resources.gyp:chrome_strings', | 484 'chrome_resources.gyp:chrome_strings', |
485 ], | 485 ], |
486 # TODO(joi): Remove this section once the google_apis tests are | 486 # TODO(joi): Remove this section once the google_apis tests are |
487 # a separate unit test binary. | 487 # a separate unit test binary. |
488 'includes': [ | 488 'includes': [ |
489 '../google_apis/determine_use_official_keys.gypi', | 489 '../google_apis/determine_use_official_keys.gypi', |
490 ], | 490 ], |
491 'include_dirs': [ | 491 'include_dirs': [ |
492 '..', | 492 '..', |
(...skipping 2405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2898 'browser/ui/app_list/test/fake_profile.h', | 2898 'browser/ui/app_list/test/fake_profile.h', |
2899 'browser/ui/app_list/test/fake_profile_store.cc', | 2899 'browser/ui/app_list/test/fake_profile_store.cc', |
2900 'browser/ui/app_list/test/fake_profile_store.h', | 2900 'browser/ui/app_list/test/fake_profile_store.h', |
2901 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2901 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2902 ], | 2902 ], |
2903 }, | 2903 }, |
2904 ], | 2904 ], |
2905 }], | 2905 }], |
2906 ], # 'conditions' | 2906 ], # 'conditions' |
2907 } | 2907 } |
OLD | NEW |