| OLD | NEW |
| 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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 'browser/autocomplete/keyword_provider_unittest.cc', | 496 'browser/autocomplete/keyword_provider_unittest.cc', |
| 497 'browser/autocomplete/search_provider_unittest.cc', | 497 'browser/autocomplete/search_provider_unittest.cc', |
| 498 'browser/autocomplete/shortcuts_provider_unittest.cc', | 498 'browser/autocomplete/shortcuts_provider_unittest.cc', |
| 499 'browser/automation/automation_tab_helper_unittest.cc', | 499 'browser/automation/automation_tab_helper_unittest.cc', |
| 500 'browser/automation/chrome_frame_automation_provider_win_unittest.cc', | 500 'browser/automation/chrome_frame_automation_provider_win_unittest.cc', |
| 501 'browser/background/background_application_list_model_unittest.cc', | 501 'browser/background/background_application_list_model_unittest.cc', |
| 502 'browser/background/background_contents_service_unittest.cc', | 502 'browser/background/background_contents_service_unittest.cc', |
| 503 'browser/background/background_mode_manager_unittest.cc', | 503 'browser/background/background_mode_manager_unittest.cc', |
| 504 'browser/bookmarks/bookmark_codec_unittest.cc', | 504 'browser/bookmarks/bookmark_codec_unittest.cc', |
| 505 'browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc', | 505 'browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc', |
| 506 'browser/bookmarks/bookmark_html_reader_unittest.cc', |
| 506 'browser/bookmarks/bookmark_html_writer_unittest.cc', | 507 'browser/bookmarks/bookmark_html_writer_unittest.cc', |
| 507 'browser/bookmarks/bookmark_index_unittest.cc', | 508 'browser/bookmarks/bookmark_index_unittest.cc', |
| 508 'browser/bookmarks/bookmark_model_test_utils.cc', | 509 'browser/bookmarks/bookmark_model_test_utils.cc', |
| 509 'browser/bookmarks/bookmark_model_test_utils.h', | 510 'browser/bookmarks/bookmark_model_test_utils.h', |
| 510 'browser/bookmarks/bookmark_model_unittest.cc', | 511 'browser/bookmarks/bookmark_model_unittest.cc', |
| 511 'browser/bookmarks/bookmark_node_data_unittest.cc', | 512 'browser/bookmarks/bookmark_node_data_unittest.cc', |
| 512 'browser/bookmarks/bookmark_utils_unittest.cc', | 513 'browser/bookmarks/bookmark_utils_unittest.cc', |
| 513 'browser/browser_about_handler_unittest.cc', | 514 'browser/browser_about_handler_unittest.cc', |
| 514 'browser/browser_commands_unittest.cc', | 515 'browser/browser_commands_unittest.cc', |
| 515 'browser/browsing_data/browsing_data_appcache_helper_unittest.cc', | 516 'browser/browsing_data/browsing_data_appcache_helper_unittest.cc', |
| (...skipping 1724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2240 }], | 2241 }], |
| 2241 ['OS!="android" and OS!="ios"', { | 2242 ['OS!="android" and OS!="ios"', { |
| 2242 'sources!': [ | 2243 'sources!': [ |
| 2243 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc'
, | 2244 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc'
, |
| 2244 ], | 2245 ], |
| 2245 }], | 2246 }], |
| 2246 ['OS=="android"', { | 2247 ['OS=="android"', { |
| 2247 'sources!': [ | 2248 'sources!': [ |
| 2248 # Bookmark export/import are handled via the BookmarkColumns | 2249 # Bookmark export/import are handled via the BookmarkColumns |
| 2249 # ContentProvider. | 2250 # ContentProvider. |
| 2251 'browser/bookmarks/bookmark_html_reader_unittest.cc', |
| 2250 'browser/bookmarks/bookmark_html_writer_unittest.cc', | 2252 'browser/bookmarks/bookmark_html_writer_unittest.cc', |
| 2251 | 2253 |
| 2252 'browser/shell_integration_unittest.cc', | 2254 'browser/shell_integration_unittest.cc', |
| 2253 | 2255 |
| 2254 # No service process (which also requires multiprocess lock). | 2256 # No service process (which also requires multiprocess lock). |
| 2255 'common/multi_process_lock_unittest.cc', | 2257 'common/multi_process_lock_unittest.cc', |
| 2256 | 2258 |
| 2257 # Sync setup uses native ui. | 2259 # Sync setup uses native ui. |
| 2258 'browser/ui/webui/sync_setup_handler_unittest.cc', | 2260 'browser/ui/webui/sync_setup_handler_unittest.cc', |
| 2259 | 2261 |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2516 # more details. | 2518 # more details. |
| 2517 'DebugInformationFormat': '3', | 2519 'DebugInformationFormat': '3', |
| 2518 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2520 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2519 }, | 2521 }, |
| 2520 }, | 2522 }, |
| 2521 }, | 2523 }, |
| 2522 ], | 2524 ], |
| 2523 }], | 2525 }], |
| 2524 ], # 'conditions' | 2526 ], # 'conditions' |
| 2525 } | 2527 } |
| OLD | NEW |