| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1401 'browser/ui/webui/sync_internals_ui_unittest.cc', | 1401 'browser/ui/webui/sync_internals_ui_unittest.cc', |
| 1402 'browser/ui/webui/sync_setup_handler_unittest.cc', | 1402 'browser/ui/webui/sync_setup_handler_unittest.cc', |
| 1403 'browser/ui/webui/theme_source_unittest.cc', | 1403 'browser/ui/webui/theme_source_unittest.cc', |
| 1404 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', | 1404 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', |
| 1405 'browser/ui/webui/web_ui_unittest.cc', | 1405 'browser/ui/webui/web_ui_unittest.cc', |
| 1406 'browser/ui/webui/web_ui_util_unittest.cc', | 1406 'browser/ui/webui/web_ui_util_unittest.cc', |
| 1407 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', | 1407 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', |
| 1408 'browser/ui/window_sizer/window_sizer_common_unittest.cc', | 1408 'browser/ui/window_sizer/window_sizer_common_unittest.cc', |
| 1409 'browser/ui/window_sizer/window_sizer_unittest.cc', | 1409 'browser/ui/window_sizer/window_sizer_unittest.cc', |
| 1410 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', | 1410 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', |
| 1411 'browser/ui/zoom/zoom_controller_unittest.cc', |
| 1411 'browser/chrome_to_mobile_service_unittest.cc', | 1412 'browser/chrome_to_mobile_service_unittest.cc', |
| 1412 'browser/user_style_sheet_watcher_unittest.cc', | 1413 'browser/user_style_sheet_watcher_unittest.cc', |
| 1413 'browser/value_store/leveldb_value_store_unittest.cc', | 1414 'browser/value_store/leveldb_value_store_unittest.cc', |
| 1414 'browser/value_store/policy_value_store_unittest.cc', | 1415 'browser/value_store/policy_value_store_unittest.cc', |
| 1415 'browser/value_store/testing_value_store_unittest.cc', | 1416 'browser/value_store/testing_value_store_unittest.cc', |
| 1416 'browser/value_store/value_store_change_unittest.cc', | 1417 'browser/value_store/value_store_change_unittest.cc', |
| 1417 'browser/value_store/value_store_frontend_unittest.cc', | 1418 'browser/value_store/value_store_frontend_unittest.cc', |
| 1418 'browser/value_store/value_store_unittest.cc', | 1419 'browser/value_store/value_store_unittest.cc', |
| 1419 'browser/value_store/value_store_unittest.h', | 1420 'browser/value_store/value_store_unittest.h', |
| 1420 'browser/visitedlink/visitedlink_unittest.cc', | 1421 'browser/visitedlink/visitedlink_unittest.cc', |
| (...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2264 'unit_tests.isolate', | 2265 'unit_tests.isolate', |
| 2265 ], | 2266 ], |
| 2266 'sources': [ | 2267 'sources': [ |
| 2267 'unit_tests.isolate', | 2268 'unit_tests.isolate', |
| 2268 ], | 2269 ], |
| 2269 }, | 2270 }, |
| 2270 ], | 2271 ], |
| 2271 }], | 2272 }], |
| 2272 ], # 'conditions' | 2273 ], # 'conditions' |
| 2273 } | 2274 } |
| OLD | NEW |