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