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 '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 854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
865 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 865 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
866 '../third_party/mesa/mesa.gyp:osmesa', | 866 '../third_party/mesa/mesa.gyp:osmesa', |
867 ], | 867 ], |
868 'include_dirs': [ | 868 'include_dirs': [ |
869 '..', | 869 '..', |
870 ], | 870 ], |
871 'defines': [ | 871 'defines': [ |
872 'HAS_OUT_OF_PROC_TEST_RUNNER', | 872 'HAS_OUT_OF_PROC_TEST_RUNNER', |
873 ], | 873 ], |
874 'sources': [ | 874 'sources': [ |
| 875 '../apps/app_restore_service_browsertest.cc', |
875 'app/breakpad_mac_stubs.mm', | 876 'app/breakpad_mac_stubs.mm', |
876 'app/chrome_command_ids.h', | 877 'app/chrome_command_ids.h', |
877 'app/chrome_dll.rc', | 878 'app/chrome_dll.rc', |
878 'app/chrome_dll_resource.h', | 879 'app/chrome_dll_resource.h', |
879 'app/chrome_version.rc.version', | 880 'app/chrome_version.rc.version', |
880 'browser/accessibility/accessibility_extension_apitest.cc', | 881 'browser/accessibility/accessibility_extension_apitest.cc', |
881 'browser/accessibility/browser_accessibility_state_browsertest.cc', | 882 'browser/accessibility/browser_accessibility_state_browsertest.cc', |
882 'browser/app_controller_mac_browsertest.mm', | 883 'browser/app_controller_mac_browsertest.mm', |
883 'browser/autocomplete/autocomplete_browsertest.cc', | 884 'browser/autocomplete/autocomplete_browsertest.cc', |
884 'browser/autofill/autofill_browsertest.cc', | 885 'browser/autofill/autofill_browsertest.cc', |
(...skipping 1977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2862 'sync_integration_tests.isolate', | 2863 'sync_integration_tests.isolate', |
2863 ], | 2864 ], |
2864 'sources': [ | 2865 'sources': [ |
2865 'sync_integration_tests.isolate', | 2866 'sync_integration_tests.isolate', |
2866 ], | 2867 ], |
2867 }, | 2868 }, |
2868 ], | 2869 ], |
2869 }], | 2870 }], |
2870 ], # 'conditions' | 2871 ], # 'conditions' |
2871 } | 2872 } |
OLD | NEW |