| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1017 'CLD_WINDOWS', | 1017 'CLD_WINDOWS', |
| 1018 ], | 1018 ], |
| 1019 }, | 1019 }, |
| 1020 'sources': [ | 1020 'sources': [ |
| 1021 'app/breakpad_mac_stubs.mm', | 1021 'app/breakpad_mac_stubs.mm', |
| 1022 'app/chrome_dll.rc', | 1022 'app/chrome_dll.rc', |
| 1023 # All unittests in browser, common, renderer and service. | 1023 # All unittests in browser, common, renderer and service. |
| 1024 'browser/about_flags_unittest.cc', | 1024 'browser/about_flags_unittest.cc', |
| 1025 'browser/accessibility/browser_accessibility_mac_unittest.mm', | 1025 'browser/accessibility/browser_accessibility_mac_unittest.mm', |
| 1026 'browser/accessibility/browser_accessibility_win_unittest.cc', | 1026 'browser/accessibility/browser_accessibility_win_unittest.cc', |
| 1027 'browser/appcache/chrome_appcache_service_unittest.cc', |
| 1027 'browser/app_controller_mac_unittest.mm', | 1028 'browser/app_controller_mac_unittest.mm', |
| 1028 'browser/autocomplete_history_manager_unittest.cc', | 1029 'browser/autocomplete_history_manager_unittest.cc', |
| 1029 'browser/autocomplete/autocomplete_edit_unittest.cc', | 1030 'browser/autocomplete/autocomplete_edit_unittest.cc', |
| 1030 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', | 1031 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', |
| 1031 'browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc', | 1032 'browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc', |
| 1032 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', | 1033 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', |
| 1033 'browser/autocomplete/autocomplete_unittest.cc', | 1034 'browser/autocomplete/autocomplete_unittest.cc', |
| 1034 'browser/autocomplete/history_contents_provider_unittest.cc', | 1035 'browser/autocomplete/history_contents_provider_unittest.cc', |
| 1035 'browser/autocomplete/history_quick_provider_unittest.cc', | 1036 'browser/autocomplete/history_quick_provider_unittest.cc', |
| 1036 'browser/autocomplete/history_url_provider_unittest.cc', | 1037 'browser/autocomplete/history_url_provider_unittest.cc', |
| (...skipping 2600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3637 ] | 3638 ] |
| 3638 }], # 'coverage!=0' | 3639 }], # 'coverage!=0' |
| 3639 ], # 'conditions' | 3640 ], # 'conditions' |
| 3640 } | 3641 } |
| 3641 | 3642 |
| 3642 # Local Variables: | 3643 # Local Variables: |
| 3643 # tab-width:2 | 3644 # tab-width:2 |
| 3644 # indent-tabs-mode:nil | 3645 # indent-tabs-mode:nil |
| 3645 # End: | 3646 # End: |
| 3646 # vim: set expandtab tabstop=2 shiftwidth=2: | 3647 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |