| 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 2299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2310 ['chromeos==1', { | 2310 ['chromeos==1', { |
| 2311 'sources!': [ | 2311 'sources!': [ |
| 2312 'browser/password_manager/native_backend_gnome_x_unittest.cc', | 2312 'browser/password_manager/native_backend_gnome_x_unittest.cc', |
| 2313 'browser/password_manager/native_backend_kwallet_x_unittest.cc', | 2313 'browser/password_manager/native_backend_kwallet_x_unittest.cc', |
| 2314 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 2314 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
| 2315 'browser/profiles/profile_list_desktop_unittest.cc', | 2315 'browser/profiles/profile_list_desktop_unittest.cc', |
| 2316 'browser/safe_browsing/download_protection_service_unittest.cc', | 2316 'browser/safe_browsing/download_protection_service_unittest.cc', |
| 2317 'browser/shell_integration_linux_unittest.cc', | 2317 'browser/shell_integration_linux_unittest.cc', |
| 2318 'browser/signin/signin_manager_unittest.cc', | 2318 'browser/signin/signin_manager_unittest.cc', |
| 2319 'browser/storage_monitor/storage_monitor_linux_unittest.cc', | 2319 'browser/storage_monitor/storage_monitor_linux_unittest.cc', |
| 2320 'browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc
', |
| 2320 'browser/ui/sync/one_click_signin_helper_unittest.cc', | 2321 'browser/ui/sync/one_click_signin_helper_unittest.cc', |
| 2321 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', | 2322 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', |
| 2322 ], | 2323 ], |
| 2323 }, { # else: chromeos == 0 | 2324 }, { # else: chromeos == 0 |
| 2324 'sources/': [ | 2325 'sources/': [ |
| 2325 ['exclude', '^browser/chromeos/'], | 2326 ['exclude', '^browser/chromeos/'], |
| 2326 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], | 2327 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], |
| 2327 ['exclude', '^browser/ui/webui/chromeos/login'], | 2328 ['exclude', '^browser/ui/webui/chromeos/login'], |
| 2328 ['exclude', '^browser/ui/webui/options/chromeos/'], | 2329 ['exclude', '^browser/ui/webui/options/chromeos/'], |
| 2329 ['exclude', '^browser/ui/webui/options/chromeos/'], | 2330 ['exclude', '^browser/ui/webui/options/chromeos/'], |
| (...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2911 'browser/ui/app_list/test/fake_profile_store.h', | 2912 'browser/ui/app_list/test/fake_profile_store.h', |
| 2912 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2913 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2913 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2914 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2914 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2915 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2915 ], | 2916 ], |
| 2916 }, | 2917 }, |
| 2917 ], | 2918 ], |
| 2918 }], | 2919 }], |
| 2919 ], # 'conditions' | 2920 ], # 'conditions' |
| 2920 } | 2921 } |
| OLD | NEW |