| 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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 'browser/autocomplete/keyword_provider_unittest.cc', | 494 'browser/autocomplete/keyword_provider_unittest.cc', |
| 495 'browser/autocomplete/search_provider_unittest.cc', | 495 'browser/autocomplete/search_provider_unittest.cc', |
| 496 'browser/autocomplete/shortcuts_provider_unittest.cc', | 496 'browser/autocomplete/shortcuts_provider_unittest.cc', |
| 497 'browser/automation/automation_tab_helper_unittest.cc', | 497 'browser/automation/automation_tab_helper_unittest.cc', |
| 498 'browser/automation/chrome_frame_automation_provider_win_unittest.cc', | 498 'browser/automation/chrome_frame_automation_provider_win_unittest.cc', |
| 499 'browser/background/background_application_list_model_unittest.cc', | 499 'browser/background/background_application_list_model_unittest.cc', |
| 500 'browser/background/background_contents_service_unittest.cc', | 500 'browser/background/background_contents_service_unittest.cc', |
| 501 'browser/background/background_mode_manager_unittest.cc', | 501 'browser/background/background_mode_manager_unittest.cc', |
| 502 'browser/bookmarks/bookmark_codec_unittest.cc', | 502 'browser/bookmarks/bookmark_codec_unittest.cc', |
| 503 'browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc', | 503 'browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc', |
| 504 'browser/bookmarks/bookmark_html_reader_unittest.cc', |
| 504 'browser/bookmarks/bookmark_html_writer_unittest.cc', | 505 'browser/bookmarks/bookmark_html_writer_unittest.cc', |
| 505 'browser/bookmarks/bookmark_index_unittest.cc', | 506 'browser/bookmarks/bookmark_index_unittest.cc', |
| 506 'browser/bookmarks/bookmark_model_test_utils.cc', | 507 'browser/bookmarks/bookmark_model_test_utils.cc', |
| 507 'browser/bookmarks/bookmark_model_test_utils.h', | 508 'browser/bookmarks/bookmark_model_test_utils.h', |
| 508 'browser/bookmarks/bookmark_model_unittest.cc', | 509 'browser/bookmarks/bookmark_model_unittest.cc', |
| 509 'browser/bookmarks/bookmark_node_data_unittest.cc', | 510 'browser/bookmarks/bookmark_node_data_unittest.cc', |
| 510 'browser/bookmarks/bookmark_utils_unittest.cc', | 511 'browser/bookmarks/bookmark_utils_unittest.cc', |
| 511 'browser/browser_about_handler_unittest.cc', | 512 'browser/browser_about_handler_unittest.cc', |
| 512 'browser/browser_commands_unittest.cc', | 513 'browser/browser_commands_unittest.cc', |
| 513 'browser/browsing_data/browsing_data_appcache_helper_unittest.cc', | 514 'browser/browsing_data/browsing_data_appcache_helper_unittest.cc', |
| (...skipping 1716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2230 }], | 2231 }], |
| 2231 ['OS!="android" and OS!="ios"', { | 2232 ['OS!="android" and OS!="ios"', { |
| 2232 'sources!': [ | 2233 'sources!': [ |
| 2233 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc'
, | 2234 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc'
, |
| 2234 ], | 2235 ], |
| 2235 }], | 2236 }], |
| 2236 ['OS=="android"', { | 2237 ['OS=="android"', { |
| 2237 'sources!': [ | 2238 'sources!': [ |
| 2238 # Bookmark export/import are handled via the BookmarkColumns | 2239 # Bookmark export/import are handled via the BookmarkColumns |
| 2239 # ContentProvider. | 2240 # ContentProvider. |
| 2241 'browser/bookmarks/bookmark_html_reader_unittest.cc', |
| 2240 'browser/bookmarks/bookmark_html_writer_unittest.cc', | 2242 'browser/bookmarks/bookmark_html_writer_unittest.cc', |
| 2241 | 2243 |
| 2242 'browser/shell_integration_unittest.cc', | 2244 'browser/shell_integration_unittest.cc', |
| 2243 | 2245 |
| 2244 # No service process (which also requires multiprocess lock). | 2246 # No service process (which also requires multiprocess lock). |
| 2245 'common/multi_process_lock_unittest.cc', | 2247 'common/multi_process_lock_unittest.cc', |
| 2246 | 2248 |
| 2247 # Sync setup uses native ui. | 2249 # Sync setup uses native ui. |
| 2248 'browser/ui/webui/sync_setup_handler_unittest.cc', | 2250 'browser/ui/webui/sync_setup_handler_unittest.cc', |
| 2249 | 2251 |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2503 # more details. | 2505 # more details. |
| 2504 'DebugInformationFormat': '3', | 2506 'DebugInformationFormat': '3', |
| 2505 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2507 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2506 }, | 2508 }, |
| 2507 }, | 2509 }, |
| 2508 }, | 2510 }, |
| 2509 ], | 2511 ], |
| 2510 }], | 2512 }], |
| 2511 ], # 'conditions' | 2513 ], # 'conditions' |
| 2512 } | 2514 } |
| OLD | NEW |