OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'variables': { | 9 'variables': { |
10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
(...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
835 'browser/automation/automation_autocomplete_edit_tracker.h', | 835 'browser/automation/automation_autocomplete_edit_tracker.h', |
836 'browser/automation/automation_browser_tracker.h', | 836 'browser/automation/automation_browser_tracker.h', |
837 'browser/automation/extension_automation_constants.h', | 837 'browser/automation/extension_automation_constants.h', |
838 'browser/automation/extension_automation_constants.cc', | 838 'browser/automation/extension_automation_constants.cc', |
839 'browser/automation/automation_extension_function.h', | 839 'browser/automation/automation_extension_function.h', |
840 'browser/automation/automation_extension_function.cc', | 840 'browser/automation/automation_extension_function.cc', |
841 'browser/automation/automation_profile_impl.cc', | 841 'browser/automation/automation_profile_impl.cc', |
842 'browser/automation/automation_profile_impl.h', | 842 'browser/automation/automation_profile_impl.h', |
843 'browser/automation/automation_provider_gtk.cc', | 843 'browser/automation/automation_provider_gtk.cc', |
844 'browser/automation/automation_provider_mac.mm', | 844 'browser/automation/automation_provider_mac.mm', |
| 845 'browser/automation/automation_provider_views.cc', |
845 'browser/automation/automation_provider_win.cc', | 846 'browser/automation/automation_provider_win.cc', |
846 'browser/automation/automation_provider.cc', | 847 'browser/automation/automation_provider.cc', |
847 'browser/automation/automation_provider.h', | 848 'browser/automation/automation_provider.h', |
848 'browser/automation/automation_provider_list.cc', | 849 'browser/automation/automation_provider_list.cc', |
849 'browser/automation/automation_provider_list_generic.cc', | 850 'browser/automation/automation_provider_list_generic.cc', |
850 'browser/automation/automation_provider_list_mac.mm', | 851 'browser/automation/automation_provider_list_mac.mm', |
851 'browser/automation/automation_provider_list.h', | 852 'browser/automation/automation_provider_list.h', |
852 'browser/automation/automation_provider_observers.cc', | 853 'browser/automation/automation_provider_observers.cc', |
853 'browser/automation/automation_provider_observers.h', | 854 'browser/automation/automation_provider_observers.h', |
854 'browser/automation/automation_resource_message_filter.cc', | 855 'browser/automation/automation_resource_message_filter.cc', |
(...skipping 6102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6957 ] | 6958 ] |
6958 }], | 6959 }], |
6959 ], # 'conditions' | 6960 ], # 'conditions' |
6960 } | 6961 } |
6961 | 6962 |
6962 # Local Variables: | 6963 # Local Variables: |
6963 # tab-width:2 | 6964 # tab-width:2 |
6964 # indent-tabs-mode:nil | 6965 # indent-tabs-mode:nil |
6965 # End: | 6966 # End: |
6966 # vim: set expandtab tabstop=2 shiftwidth=2: | 6967 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |