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

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: Reset DHCP after WiFi Connect to speed up the connection after factory reset. Created 7 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 | 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 2359 matching lines...) Expand 10 before | Expand all | Expand 10 after
2370 ['OS=="win" or OS=="mac"', { 2370 ['OS=="win" or OS=="mac"', {
2371 'sources': [ 2371 'sources': [
2372 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc', 2372 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc',
2373 'browser/media_galleries/fileapi/picasa/picasa_file_util_unittest.cc ', 2373 'browser/media_galleries/fileapi/picasa/picasa_file_util_unittest.cc ',
2374 'utility/media_galleries/itunes_library_parser_unittest.cc', 2374 'utility/media_galleries/itunes_library_parser_unittest.cc',
2375 'utility/media_galleries/picasa_album_table_reader_unittest.cc', 2375 'utility/media_galleries/picasa_album_table_reader_unittest.cc',
2376 'utility/media_galleries/picasa_albums_indexer_unittest.cc', 2376 'utility/media_galleries/picasa_albums_indexer_unittest.cc',
2377 'utility/media_galleries/pmp_column_reader_unittest.cc', 2377 'utility/media_galleries/pmp_column_reader_unittest.cc',
2378 ], 2378 ],
2379 }], 2379 }],
2380 ['OS=="win" or OS=="mac"', {
2381 'sources': [
2382 'utility/wifi/wifi_service_test.cc',
2383 ],
2384 }],
2380 ['enable_rlz==0', { 2385 ['enable_rlz==0', {
2381 'sources!': [ 2386 'sources!': [
2382 'browser/rlz/rlz_unittest.cc', 2387 'browser/rlz/rlz_unittest.cc',
2383 ], 2388 ],
2384 }], 2389 }],
2385 ['OS=="win" and component!="shared_library"', { 2390 ['OS=="win" and component!="shared_library"', {
2386 # Unit_tests pdb files can get too big when incremental linking is 2391 # Unit_tests pdb files can get too big when incremental linking is
2387 # on, disabling for this target. 2392 # on, disabling for this target.
2388 'configurations': { 2393 'configurations': {
2389 'Debug': { 2394 'Debug': {
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
2768 # more details. 2773 # more details.
2769 'DebugInformationFormat': '3', 2774 'DebugInformationFormat': '3',
2770 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2775 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2771 }, 2776 },
2772 }, 2777 },
2773 }, 2778 },
2774 ], 2779 ],
2775 }], 2780 }],
2776 ], # 'conditions' 2781 ], # 'conditions'
2777 } 2782 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698