Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 500613003: Use standardized and extendable accelerometer update type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge and remove unused Vector3dF reference. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698