| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'sources': [ | 163 'sources': [ |
| 164 'test/automated_ui_tests/automated_ui_test_base.cc', | 164 'test/automated_ui_tests/automated_ui_test_base.cc', |
| 165 'test/automated_ui_tests/automated_ui_test_base.h', | 165 'test/automated_ui_tests/automated_ui_test_base.h', |
| 166 'test/testing_browser_process.h', | 166 'test/testing_browser_process.h', |
| 167 'test/ui/javascript_test_util.cc', | 167 'test/ui/javascript_test_util.cc', |
| 168 'test/ui/npapi_test_helper.cc', | 168 'test/ui/npapi_test_helper.cc', |
| 169 'test/ui/npapi_test_helper.h', | 169 'test/ui/npapi_test_helper.h', |
| 170 'test/ui/run_all_unittests.cc', | 170 'test/ui/run_all_unittests.cc', |
| 171 'test/ui/ui_layout_test.cc', | 171 'test/ui/ui_layout_test.cc', |
| 172 'test/ui/ui_layout_test.h', | 172 'test/ui/ui_layout_test.h', |
| 173 'test/ui/ui_perf_test.cc', |
| 174 'test/ui/ui_perf_test.h', |
| 173 'test/ui/ui_test.cc', | 175 'test/ui/ui_test.cc', |
| 174 'test/ui/ui_test.h', | 176 'test/ui/ui_test.h', |
| 175 'test/ui/ui_test_suite.cc', | 177 'test/ui/ui_test_suite.cc', |
| 176 'test/ui/ui_test_suite.h', | 178 'test/ui/ui_test_suite.h', |
| 177 ], | 179 ], |
| 178 'conditions': [ | 180 'conditions': [ |
| 179 ['OS=="linux"', { | 181 ['OS=="linux"', { |
| 180 'dependencies': [ | 182 'dependencies': [ |
| 181 '../build/linux/system.gyp:gtk', | 183 '../build/linux/system.gyp:gtk', |
| 182 ], | 184 ], |
| (...skipping 2738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2921 ] | 2923 ] |
| 2922 }], # 'coverage!=0' | 2924 }], # 'coverage!=0' |
| 2923 ], # 'conditions' | 2925 ], # 'conditions' |
| 2924 } | 2926 } |
| 2925 | 2927 |
| 2926 # Local Variables: | 2928 # Local Variables: |
| 2927 # tab-width:2 | 2929 # tab-width:2 |
| 2928 # indent-tabs-mode:nil | 2930 # indent-tabs-mode:nil |
| 2929 # End: | 2931 # End: |
| 2930 # vim: set expandtab tabstop=2 shiftwidth=2: | 2932 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |