OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
881 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 881 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
882 '../third_party/mesa/mesa.gyp:osmesa', | 882 '../third_party/mesa/mesa.gyp:osmesa', |
883 ], | 883 ], |
884 'include_dirs': [ | 884 'include_dirs': [ |
885 '..', | 885 '..', |
886 ], | 886 ], |
887 'defines': [ | 887 'defines': [ |
888 'HAS_OUT_OF_PROC_TEST_RUNNER', | 888 'HAS_OUT_OF_PROC_TEST_RUNNER', |
889 ], | 889 ], |
890 'sources': [ | 890 'sources': [ |
| 891 '../apps/app_restore_service_browsertest.cc', |
891 'app/breakpad_mac_stubs.mm', | 892 'app/breakpad_mac_stubs.mm', |
892 'app/chrome_command_ids.h', | 893 'app/chrome_command_ids.h', |
893 'app/chrome_dll.rc', | 894 'app/chrome_dll.rc', |
894 'app/chrome_dll_resource.h', | 895 'app/chrome_dll_resource.h', |
895 'app/chrome_version.rc.version', | 896 'app/chrome_version.rc.version', |
896 'browser/accessibility/accessibility_extension_apitest.cc', | 897 'browser/accessibility/accessibility_extension_apitest.cc', |
897 'browser/accessibility/browser_accessibility_state_browsertest.cc', | 898 'browser/accessibility/browser_accessibility_state_browsertest.cc', |
898 'browser/app_controller_mac_browsertest.mm', | 899 'browser/app_controller_mac_browsertest.mm', |
899 'browser/autocomplete/autocomplete_browsertest.cc', | 900 'browser/autocomplete/autocomplete_browsertest.cc', |
900 'browser/autofill/autofill_browsertest.cc', | 901 'browser/autofill/autofill_browsertest.cc', |
(...skipping 1995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2896 'sync_integration_tests.isolate', | 2897 'sync_integration_tests.isolate', |
2897 ], | 2898 ], |
2898 'sources': [ | 2899 'sources': [ |
2899 'sync_integration_tests.isolate', | 2900 'sync_integration_tests.isolate', |
2900 ], | 2901 ], |
2901 }, | 2902 }, |
2902 ], | 2903 ], |
2903 }], | 2904 }], |
2904 ], # 'conditions' | 2905 ], # 'conditions' |
2905 } | 2906 } |
OLD | NEW |