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

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: Use GetProcAddress to get WlanGetNetworkBssList function to avoid XP issues. Created 7 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
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 2413 matching lines...) Expand 10 before | Expand all | Expand 10 after
2424 'utility/media_galleries/picasa_album_table_reader_unittest.cc', 2424 'utility/media_galleries/picasa_album_table_reader_unittest.cc',
2425 'utility/media_galleries/picasa_albums_indexer_unittest.cc', 2425 'utility/media_galleries/picasa_albums_indexer_unittest.cc',
2426 'utility/media_galleries/pmp_column_reader_unittest.cc', 2426 'utility/media_galleries/pmp_column_reader_unittest.cc',
2427 ], 2427 ],
2428 }], 2428 }],
2429 ['OS=="mac"', { 2429 ['OS=="mac"', {
2430 'sources': [ 2430 'sources': [
2431 'utility/media_galleries/iphoto_library_parser_unittest.cc', 2431 'utility/media_galleries/iphoto_library_parser_unittest.cc',
2432 ], 2432 ],
2433 }], 2433 }],
2434 ['OS=="win"', {
2435 'sources': [
2436 'utility/wifi/wifi_service_test.cc',
2437 ],
2438 }],
2434 ['enable_rlz==0', { 2439 ['enable_rlz==0', {
2435 'sources!': [ 2440 'sources!': [
2436 'browser/rlz/rlz_unittest.cc', 2441 'browser/rlz/rlz_unittest.cc',
2437 ], 2442 ],
2438 }], 2443 }],
2439 ['OS=="win" and component!="shared_library"', { 2444 ['OS=="win" and component!="shared_library"', {
2440 # Unit_tests pdb files can get too big when incremental linking is 2445 # Unit_tests pdb files can get too big when incremental linking is
2441 # on, disabling for this target. 2446 # on, disabling for this target.
2442 'configurations': { 2447 'configurations': {
2443 'Debug': { 2448 'Debug': {
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
2868 'browser/ui/app_list/test/fake_profile.h', 2873 'browser/ui/app_list/test/fake_profile.h',
2869 'browser/ui/app_list/test/fake_profile_store.cc', 2874 'browser/ui/app_list/test/fake_profile_store.cc',
2870 'browser/ui/app_list/test/fake_profile_store.h', 2875 'browser/ui/app_list/test/fake_profile_store.h',
2871 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2876 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2872 ], 2877 ],
2873 }, 2878 },
2874 ], 2879 ],
2875 }], 2880 }],
2876 ], # 'conditions' 2881 ], # 'conditions'
2877 } 2882 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698