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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 22295002: Base infrastructure for Networking Private API on Windows and Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync up to r225168 Created 7 years, 2 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 | Annotate | Revision Log
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 2384 matching lines...) Expand 10 before | Expand all | Expand 10 after
2395 ['OS=="win" or OS=="mac"', { 2395 ['OS=="win" or OS=="mac"', {
2396 'sources': [ 2396 'sources': [
2397 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc', 2397 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc',
2398 'browser/media_galleries/fileapi/picasa_file_util_unittest.cc', 2398 'browser/media_galleries/fileapi/picasa_file_util_unittest.cc',
2399 'utility/media_galleries/itunes_library_parser_unittest.cc', 2399 'utility/media_galleries/itunes_library_parser_unittest.cc',
2400 'utility/media_galleries/picasa_album_table_reader_unittest.cc', 2400 'utility/media_galleries/picasa_album_table_reader_unittest.cc',
2401 'utility/media_galleries/picasa_albums_indexer_unittest.cc', 2401 'utility/media_galleries/picasa_albums_indexer_unittest.cc',
2402 'utility/media_galleries/pmp_column_reader_unittest.cc', 2402 'utility/media_galleries/pmp_column_reader_unittest.cc',
2403 ], 2403 ],
2404 }], 2404 }],
2405 ['OS=="win" or OS=="mac"', {
2406 'sources': [
2407 'utility/wifi/wifi_service_test.cc',
2408 ],
2409 }],
2405 ['enable_rlz==0', { 2410 ['enable_rlz==0', {
2406 'sources!': [ 2411 'sources!': [
2407 'browser/rlz/rlz_unittest.cc', 2412 'browser/rlz/rlz_unittest.cc',
2408 ], 2413 ],
2409 }], 2414 }],
2410 ['OS=="win" and component!="shared_library"', { 2415 ['OS=="win" and component!="shared_library"', {
2411 # Unit_tests pdb files can get too big when incremental linking is 2416 # Unit_tests pdb files can get too big when incremental linking is
2412 # on, disabling for this target. 2417 # on, disabling for this target.
2413 'configurations': { 2418 'configurations': {
2414 'Debug': { 2419 'Debug': {
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
2827 'browser_ui', 2832 'browser_ui',
2828 ], 2833 ],
2829 'sources': [ 2834 'sources': [
2830 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2835 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2831 ], 2836 ],
2832 }, 2837 },
2833 ], 2838 ],
2834 }], 2839 }],
2835 ], # 'conditions' 2840 ], # 'conditions'
2836 } 2841 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698