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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
10 'common/pref_names.h', | 10 'common/pref_names.h', |
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
861 'browser/chromeos/language_preferences_unittest.cc', | 861 'browser/chromeos/language_preferences_unittest.cc', |
862 'browser/chromeos/login/cookie_fetcher_unittest.cc', | 862 'browser/chromeos/login/cookie_fetcher_unittest.cc', |
863 'browser/chromeos/login/google_authenticator_unittest.cc', | 863 'browser/chromeos/login/google_authenticator_unittest.cc', |
864 'browser/chromeos/login/mock_auth_response_handler.cc', | 864 'browser/chromeos/login/mock_auth_response_handler.cc', |
865 'browser/chromeos/login/owner_key_utils_unittest.cc', | 865 'browser/chromeos/login/owner_key_utils_unittest.cc', |
866 'browser/chromeos/login/owner_manager_unittest.cc', | 866 'browser/chromeos/login/owner_manager_unittest.cc', |
867 'browser/chromeos/notifications/desktop_notifications_unittest.cc', | 867 'browser/chromeos/notifications/desktop_notifications_unittest.cc', |
868 'browser/chromeos/offline/offline_load_page_unittest.cc', | 868 'browser/chromeos/offline/offline_load_page_unittest.cc', |
869 'browser/chromeos/options/language_config_model_unittest.cc', | 869 'browser/chromeos/options/language_config_model_unittest.cc', |
870 'browser/chromeos/pipe_reader_unittest.cc', | 870 'browser/chromeos/pipe_reader_unittest.cc', |
| 871 'browser/chromeos/proxy_config_service_impl_unittest.cc', |
871 'browser/chromeos/status/language_menu_button_unittest.cc', | 872 'browser/chromeos/status/language_menu_button_unittest.cc', |
872 'browser/chromeos/version_loader_unittest.cc', | 873 'browser/chromeos/version_loader_unittest.cc', |
873 'browser/content_setting_bubble_model_unittest.cc', | 874 'browser/content_setting_bubble_model_unittest.cc', |
874 'browser/content_setting_image_model_unittest.cc', | 875 'browser/content_setting_image_model_unittest.cc', |
875 'browser/debugger/devtools_remote_listen_socket_unittest.cc', | 876 'browser/debugger/devtools_remote_listen_socket_unittest.cc', |
876 'browser/debugger/devtools_remote_listen_socket_unittest.h', | 877 'browser/debugger/devtools_remote_listen_socket_unittest.h', |
877 'browser/debugger/devtools_remote_message_unittest.cc', | 878 'browser/debugger/devtools_remote_message_unittest.cc', |
878 'browser/diagnostics/diagnostics_model_unittest.cc', | 879 'browser/diagnostics/diagnostics_model_unittest.cc', |
879 # It is safe to list */cocoa/* files in the "common" file list | 880 # It is safe to list */cocoa/* files in the "common" file list |
880 # without an explicit exclusion since gyp is smart enough to | 881 # without an explicit exclusion since gyp is smart enough to |
(...skipping 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2916 ] | 2917 ] |
2917 }], # 'coverage!=0' | 2918 }], # 'coverage!=0' |
2918 ], # 'conditions' | 2919 ], # 'conditions' |
2919 } | 2920 } |
2920 | 2921 |
2921 # Local Variables: | 2922 # Local Variables: |
2922 # tab-width:2 | 2923 # tab-width:2 |
2923 # indent-tabs-mode:nil | 2924 # indent-tabs-mode:nil |
2924 # End: | 2925 # End: |
2925 # vim: set expandtab tabstop=2 shiftwidth=2: | 2926 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |