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 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 'test_support_common', | 490 'test_support_common', |
491 'test_support_unit', | 491 'test_support_unit', |
492 # 3) anything tests directly depend on | 492 # 3) anything tests directly depend on |
493 '../courgette/courgette.gyp:courgette_lib', | 493 '../courgette/courgette.gyp:courgette_lib', |
494 '../google_apis/google_apis.gyp:google_apis', | 494 '../google_apis/google_apis.gyp:google_apis', |
495 '../skia/skia.gyp:skia', | 495 '../skia/skia.gyp:skia', |
496 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 496 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
497 '../third_party/icu/icu.gyp:icui18n', | 497 '../third_party/icu/icu.gyp:icui18n', |
498 '../third_party/icu/icu.gyp:icuuc', | 498 '../third_party/icu/icu.gyp:icuuc', |
499 '../third_party/libxml/libxml.gyp:libxml', | 499 '../third_party/libxml/libxml.gyp:libxml', |
| 500 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer', |
500 '../ui/base/ui_base.gyp:ui_base_test_support', | 501 '../ui/base/ui_base.gyp:ui_base_test_support', |
501 '../ui/gfx/gfx.gyp:gfx_test_support', | 502 '../ui/gfx/gfx.gyp:gfx_test_support', |
502 '../ui/resources/ui_resources.gyp:ui_resources', | 503 '../ui/resources/ui_resources.gyp:ui_resources', |
503 'chrome_resources.gyp:chrome_resources', | 504 'chrome_resources.gyp:chrome_resources', |
504 'chrome_resources.gyp:chrome_strings', | 505 'chrome_resources.gyp:chrome_strings', |
505 ], | 506 ], |
506 'include_dirs': [ | 507 'include_dirs': [ |
507 '..', | 508 '..', |
508 ], | 509 ], |
509 'msvs_settings': { | 510 'msvs_settings': { |
(...skipping 2360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2870 'dependencies': [ | 2871 'dependencies': [ |
2871 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2872 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2872 ], | 2873 ], |
2873 }], | 2874 }], |
2874 ], | 2875 ], |
2875 }, | 2876 }, |
2876 ], | 2877 ], |
2877 }], | 2878 }], |
2878 ], # 'conditions' | 2879 ], # 'conditions' |
2879 } | 2880 } |
OLD | NEW |