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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 27722003: Windows-specific implementation of Networking Private API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Specify wlanapi.lib in chrome.gyp instead of #pragma comment. 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 2397 matching lines...) Expand 10 before | Expand all | Expand 10 after
2408 ['OS=="win" or OS=="mac"', { 2408 ['OS=="win" or OS=="mac"', {
2409 'sources': [ 2409 'sources': [
2410 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc', 2410 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc',
2411 'browser/media_galleries/fileapi/picasa_file_util_unittest.cc', 2411 'browser/media_galleries/fileapi/picasa_file_util_unittest.cc',
2412 'utility/media_galleries/itunes_library_parser_unittest.cc', 2412 'utility/media_galleries/itunes_library_parser_unittest.cc',
2413 'utility/media_galleries/picasa_album_table_reader_unittest.cc', 2413 'utility/media_galleries/picasa_album_table_reader_unittest.cc',
2414 'utility/media_galleries/picasa_albums_indexer_unittest.cc', 2414 'utility/media_galleries/picasa_albums_indexer_unittest.cc',
2415 'utility/media_galleries/pmp_column_reader_unittest.cc', 2415 'utility/media_galleries/pmp_column_reader_unittest.cc',
2416 ], 2416 ],
2417 }], 2417 }],
2418 ['OS=="win" or OS=="mac"', {
2419 'sources': [
2420 'utility/wifi/wifi_service_test.cc',
2421 ],
2422 }],
2418 ['enable_rlz==0', { 2423 ['enable_rlz==0', {
2419 'sources!': [ 2424 'sources!': [
2420 'browser/rlz/rlz_unittest.cc', 2425 'browser/rlz/rlz_unittest.cc',
2421 ], 2426 ],
2422 }], 2427 }],
2423 ['OS=="win" and component!="shared_library"', { 2428 ['OS=="win" and component!="shared_library"', {
2424 # Unit_tests pdb files can get too big when incremental linking is 2429 # Unit_tests pdb files can get too big when incremental linking is
2425 # on, disabling for this target. 2430 # on, disabling for this target.
2426 'configurations': { 2431 'configurations': {
2427 'Debug': { 2432 'Debug': {
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
2844 'browser/ui/app_list/test/fake_profile.h', 2849 'browser/ui/app_list/test/fake_profile.h',
2845 'browser/ui/app_list/test/fake_profile_store.cc', 2850 'browser/ui/app_list/test/fake_profile_store.cc',
2846 'browser/ui/app_list/test/fake_profile_store.h', 2851 'browser/ui/app_list/test/fake_profile_store.h',
2847 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2852 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2848 ], 2853 ],
2849 }, 2854 },
2850 ], 2855 ],
2851 }], 2856 }],
2852 ], # 'conditions' 2857 ], # 'conditions'
2853 } 2858 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698