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

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: Renamed feature platforms to 'win' and 'mac' to match Platforms from model.py 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/_api_features.json » ('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 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 2446 matching lines...) Expand 10 before | Expand all | Expand 10 after
2457 'utility/media_galleries/picasa_album_table_reader_unittest.cc', 2457 'utility/media_galleries/picasa_album_table_reader_unittest.cc',
2458 'utility/media_galleries/picasa_albums_indexer_unittest.cc', 2458 'utility/media_galleries/picasa_albums_indexer_unittest.cc',
2459 'utility/media_galleries/pmp_column_reader_unittest.cc', 2459 'utility/media_galleries/pmp_column_reader_unittest.cc',
2460 ], 2460 ],
2461 }], 2461 }],
2462 ['OS=="mac"', { 2462 ['OS=="mac"', {
2463 'sources': [ 2463 'sources': [
2464 'utility/media_galleries/iphoto_library_parser_unittest.cc', 2464 'utility/media_galleries/iphoto_library_parser_unittest.cc',
2465 ], 2465 ],
2466 }], 2466 }],
2467 ['OS=="win"', {
2468 'sources': [
2469 'utility/wifi/wifi_service_test.cc',
2470 ],
2471 }],
2467 ['enable_rlz==0', { 2472 ['enable_rlz==0', {
2468 'sources!': [ 2473 'sources!': [
2469 'browser/rlz/rlz_unittest.cc', 2474 'browser/rlz/rlz_unittest.cc',
2470 ], 2475 ],
2471 }], 2476 }],
2472 ['OS=="win" and component!="shared_library"', { 2477 ['OS=="win" and component!="shared_library"', {
2473 # Unit_tests pdb files can get too big when incremental linking is 2478 # Unit_tests pdb files can get too big when incremental linking is
2474 # on, disabling for this target. 2479 # on, disabling for this target.
2475 'configurations': { 2480 'configurations': {
2476 'Debug': { 2481 'Debug': {
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
2900 'browser/ui/app_list/test/fake_profile.h', 2905 'browser/ui/app_list/test/fake_profile.h',
2901 'browser/ui/app_list/test/fake_profile_store.cc', 2906 'browser/ui/app_list/test/fake_profile_store.cc',
2902 'browser/ui/app_list/test/fake_profile_store.h', 2907 'browser/ui/app_list/test/fake_profile_store.h',
2903 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2908 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2904 ], 2909 ],
2905 }, 2910 },
2906 ], 2911 ],
2907 }], 2912 }],
2908 ], # 'conditions' 2913 ], # 'conditions'
2909 } 2914 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698