| 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 857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 868 'defines': [ | 868 'defines': [ |
| 869 'HAS_OUT_OF_PROC_TEST_RUNNER', | 869 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 870 ], | 870 ], |
| 871 'sources': [ | 871 'sources': [ |
| 872 'app/breakpad_mac_stubs.mm', | 872 'app/breakpad_mac_stubs.mm', |
| 873 'app/chrome_command_ids.h', | 873 'app/chrome_command_ids.h', |
| 874 'app/chrome_dll.rc', | 874 'app/chrome_dll.rc', |
| 875 'app/chrome_dll_resource.h', | 875 'app/chrome_dll_resource.h', |
| 876 'app/chrome_version.rc.version', | 876 'app/chrome_version.rc.version', |
| 877 'browser/accessibility/accessibility_extension_apitest.cc', | 877 'browser/accessibility/accessibility_extension_apitest.cc', |
| 878 'browser/accessibility/browser_accessibility_state_browsertest.cc', |
| 878 'browser/app_controller_mac_browsertest.mm', | 879 'browser/app_controller_mac_browsertest.mm', |
| 879 'browser/autocomplete/autocomplete_browsertest.cc', | 880 'browser/autocomplete/autocomplete_browsertest.cc', |
| 880 'browser/autofill/autofill_browsertest.cc', | 881 'browser/autofill/autofill_browsertest.cc', |
| 881 'browser/autofill/autofill_external_delegate_browsertest.cc', | 882 'browser/autofill/autofill_external_delegate_browsertest.cc', |
| 882 'browser/autofill/form_structure_browsertest.cc', | 883 'browser/autofill/form_structure_browsertest.cc', |
| 883 'browser/automation/automation_misc_browsertest.cc', | 884 'browser/automation/automation_misc_browsertest.cc', |
| 884 'browser/automation/automation_tab_helper_browsertest.cc', | 885 'browser/automation/automation_tab_helper_browsertest.cc', |
| 885 'browser/browser_encoding_browsertest.cc', | 886 'browser/browser_encoding_browsertest.cc', |
| 886 'browser/browsing_data/browsing_data_database_helper_browsertest.cc', | 887 'browser/browsing_data/browsing_data_database_helper_browsertest.cc', |
| 887 'browser/browsing_data/browsing_data_helper_browsertest.h', | 888 'browser/browsing_data/browsing_data_helper_browsertest.h', |
| (...skipping 1970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2858 'sync_integration_tests.isolate', | 2859 'sync_integration_tests.isolate', |
| 2859 ], | 2860 ], |
| 2860 'sources': [ | 2861 'sources': [ |
| 2861 'sync_integration_tests.isolate', | 2862 'sync_integration_tests.isolate', |
| 2862 ], | 2863 ], |
| 2863 }, | 2864 }, |
| 2864 ], | 2865 ], |
| 2865 }], | 2866 }], |
| 2866 ], # 'conditions' | 2867 ], # 'conditions' |
| 2867 } | 2868 } |
| OLD | NEW |