| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
| 10 'common/pref_names.h', | 10 'common/pref_names.h', |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 'test/automation/window_proxy.cc', | 109 'test/automation/window_proxy.cc', |
| 110 'test/automation/window_proxy.h', | 110 'test/automation/window_proxy.h', |
| 111 'test/chrome_process_util.cc', | 111 'test/chrome_process_util.cc', |
| 112 'test/chrome_process_util.h', | 112 'test/chrome_process_util.h', |
| 113 'test/chrome_process_util_mac.cc', | 113 'test/chrome_process_util_mac.cc', |
| 114 'test/model_test_utils.cc', | 114 'test/model_test_utils.cc', |
| 115 'test/model_test_utils.h', | 115 'test/model_test_utils.h', |
| 116 'test/profile_mock.h', | 116 'test/profile_mock.h', |
| 117 'test/test_browser_window.h', | 117 'test/test_browser_window.h', |
| 118 'test/test_location_bar.h', | 118 'test/test_location_bar.h', |
| 119 'test/testing_pref_service.cc', |
| 120 'test/testing_pref_service.h', |
| 119 'test/testing_profile.cc', | 121 'test/testing_profile.cc', |
| 120 'test/testing_profile.h', | 122 'test/testing_profile.h', |
| 121 'test/thread_observer_helper.h', | 123 'test/thread_observer_helper.h', |
| 122 'test/ui_test_utils.cc', | 124 'test/ui_test_utils.cc', |
| 123 'test/ui_test_utils.h', | 125 'test/ui_test_utils.h', |
| 124 'test/ui_test_utils_linux.cc', | 126 'test/ui_test_utils_linux.cc', |
| 125 'test/ui_test_utils_mac.cc', | 127 'test/ui_test_utils_mac.cc', |
| 126 'test/ui_test_utils_win.cc', | 128 'test/ui_test_utils_win.cc', |
| 127 ], | 129 ], |
| 128 'conditions': [ | 130 'conditions': [ |
| (...skipping 2599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2728 ] | 2730 ] |
| 2729 }], # 'coverage!=0' | 2731 }], # 'coverage!=0' |
| 2730 ], # 'conditions' | 2732 ], # 'conditions' |
| 2731 } | 2733 } |
| 2732 | 2734 |
| 2733 # Local Variables: | 2735 # Local Variables: |
| 2734 # tab-width:2 | 2736 # tab-width:2 |
| 2735 # indent-tabs-mode:nil | 2737 # indent-tabs-mode:nil |
| 2736 # End: | 2738 # End: |
| 2737 # vim: set expandtab tabstop=2 shiftwidth=2: | 2739 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |