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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11348052: [sync] Componentize sync: Part 1: Clean up sync.gyp and update chrome / test dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase one last time Created 8 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 # 1) everything that the chrome binaries depend on: 370 # 1) everything that the chrome binaries depend on:
371 '<@(chromium_dependencies)', 371 '<@(chromium_dependencies)',
372 # 2) test-specific support libraries: 372 # 2) test-specific support libraries:
373 '../base/base.gyp:test_support_base', 373 '../base/base.gyp:test_support_base',
374 '../media/media.gyp:media_test_support', 374 '../media/media.gyp:media_test_support',
375 '../net/net.gyp:net', 375 '../net/net.gyp:net',
376 '../net/net.gyp:net_test_support', 376 '../net/net.gyp:net_test_support',
377 '../testing/gmock.gyp:gmock', 377 '../testing/gmock.gyp:gmock',
378 '../testing/gtest.gyp:gtest', 378 '../testing/gtest.gyp:gtest',
379 'test_support_common', 379 'test_support_common',
380 '../sync/sync.gyp:test_support_sync', 380 '../sync/sync.gyp:test_support_sync_api',
381 '../sync/sync.gyp:test_support_sync_core',
382 '../sync/sync.gyp:test_support_sync_internal_api',
381 '../sync/sync.gyp:test_support_sync_notifier', 383 '../sync/sync.gyp:test_support_sync_notifier',
382 '../sync/sync.gyp:test_support_syncapi_core',
383 '../sync/sync.gyp:test_support_syncapi_service',
384 'test_support_unit', 384 'test_support_unit',
385 # 3) anything tests directly depend on 385 # 3) anything tests directly depend on
386 '../google_apis/google_apis.gyp:google_apis', 386 '../google_apis/google_apis.gyp:google_apis',
387 '../skia/skia.gyp:skia', 387 '../skia/skia.gyp:skia',
388 '../third_party/bzip2/bzip2.gyp:bzip2', 388 '../third_party/bzip2/bzip2.gyp:bzip2',
389 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 389 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
390 '../third_party/icu/icu.gyp:icui18n', 390 '../third_party/icu/icu.gyp:icui18n',
391 '../third_party/icu/icu.gyp:icuuc', 391 '../third_party/icu/icu.gyp:icuuc',
392 '../third_party/libxml/libxml.gyp:libxml', 392 '../third_party/libxml/libxml.gyp:libxml',
393 '../ui/ui.gyp:ui_resources', 393 '../ui/ui.gyp:ui_resources',
(...skipping 1861 matching lines...) Expand 10 before | Expand all | Expand 10 after
2255 'unit_tests.isolate', 2255 'unit_tests.isolate',
2256 ], 2256 ],
2257 'sources': [ 2257 'sources': [
2258 'unit_tests.isolate', 2258 'unit_tests.isolate',
2259 ], 2259 ],
2260 }, 2260 },
2261 ], 2261 ],
2262 }], 2262 }],
2263 ], # 'conditions' 2263 ], # 'conditions'
2264 } 2264 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698