| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 { | 5 { |
| 6 'variables' : { | 6 'variables' : { |
| 7 'browser_tests_sources_views_specific': [ | 7 'browser_tests_sources_views_specific': [ |
| 8 'browser/extensions/browser_action_test_util_views.cc', | 8 'browser/extensions/browser_action_test_util_views.cc', |
| 9 'browser/views/browser_actions_container_browsertest.cc', | 9 'browser/views/browser_actions_container_browsertest.cc', |
| 10 ], | 10 ], |
| (...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 923 'browser/sync/glue/theme_data_type_controller_unittest.cc', | 923 'browser/sync/glue/theme_data_type_controller_unittest.cc', |
| 924 'browser/sync/glue/theme_util_unittest.cc', | 924 'browser/sync/glue/theme_util_unittest.cc', |
| 925 'browser/sync/glue/typed_url_model_associator_unittest.cc', | 925 'browser/sync/glue/typed_url_model_associator_unittest.cc', |
| 926 'browser/sync/glue/ui_model_worker_unittest.cc', | 926 'browser/sync/glue/ui_model_worker_unittest.cc', |
| 927 'browser/sync/net/network_change_notifier_io_thread_unittest.cc', | 927 'browser/sync/net/network_change_notifier_io_thread_unittest.cc', |
| 928 'browser/sync/profile_sync_factory_impl_unittest.cc', | 928 'browser/sync/profile_sync_factory_impl_unittest.cc', |
| 929 'browser/sync/profile_sync_factory_mock.cc', | 929 'browser/sync/profile_sync_factory_mock.cc', |
| 930 'browser/sync/profile_sync_factory_mock.h', | 930 'browser/sync/profile_sync_factory_mock.h', |
| 931 'browser/sync/profile_sync_service_autofill_unittest.cc', | 931 'browser/sync/profile_sync_service_autofill_unittest.cc', |
| 932 'browser/sync/profile_sync_service_mock.h', | 932 'browser/sync/profile_sync_service_mock.h', |
| 933 'browser/sync/profile_sync_service_password_unittest.cc', |
| 933 'browser/sync/profile_sync_service_preference_unittest.cc', | 934 'browser/sync/profile_sync_service_preference_unittest.cc', |
| 934 'browser/sync/profile_sync_service_startup_unittest.cc', | 935 'browser/sync/profile_sync_service_startup_unittest.cc', |
| 935 'browser/sync/profile_sync_service_typed_url_unittest.cc', | 936 'browser/sync/profile_sync_service_typed_url_unittest.cc', |
| 936 'browser/sync/profile_sync_service_unittest.cc', | 937 'browser/sync/profile_sync_service_unittest.cc', |
| 937 'browser/sync/profile_sync_test_util.h', | 938 'browser/sync/profile_sync_test_util.h', |
| 938 'browser/sync/sync_setup_wizard_unittest.cc', | 939 'browser/sync/sync_setup_wizard_unittest.cc', |
| 939 'browser/sync/sync_ui_util_mac_unittest.mm', | 940 'browser/sync/sync_ui_util_mac_unittest.mm', |
| 940 'browser/sync/test_profile_sync_service.h', | 941 'browser/sync/test_profile_sync_service.h', |
| 941 'browser/sync/util/nigori_unittest.cc', | 942 'browser/sync/util/nigori_unittest.cc', |
| 942 'browser/tab_contents/navigation_controller_unittest.cc', | 943 'browser/tab_contents/navigation_controller_unittest.cc', |
| (...skipping 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2469 ] | 2470 ] |
| 2470 }], # 'coverage!=0' | 2471 }], # 'coverage!=0' |
| 2471 ], # 'conditions' | 2472 ], # 'conditions' |
| 2472 } | 2473 } |
| 2473 | 2474 |
| 2474 # Local Variables: | 2475 # Local Variables: |
| 2475 # tab-width:2 | 2476 # tab-width:2 |
| 2476 # indent-tabs-mode:nil | 2477 # indent-tabs-mode:nil |
| 2477 # End: | 2478 # End: |
| 2478 # vim: set expandtab tabstop=2 shiftwidth=2: | 2479 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |