| 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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 '..', | 465 '..', |
| 466 ], | 466 ], |
| 467 'sources': [ | 467 'sources': [ |
| 468 'app/chrome_main_uitest.cc', | 468 'app/chrome_main_uitest.cc', |
| 469 'browser/appcache/appcache_ui_test.cc', | 469 'browser/appcache/appcache_ui_test.cc', |
| 470 'browser/browser_encoding_uitest.cc', | 470 'browser/browser_encoding_uitest.cc', |
| 471 'browser/browser_uitest.cc', | 471 'browser/browser_uitest.cc', |
| 472 'browser/dom_ui/bookmarks_ui_uitest.cc', | 472 'browser/dom_ui/bookmarks_ui_uitest.cc', |
| 473 'browser/dom_ui/new_tab_ui_uitest.cc', | 473 'browser/dom_ui/new_tab_ui_uitest.cc', |
| 474 'browser/dom_ui/options/options_ui_uitest.cc', | 474 'browser/dom_ui/options/options_ui_uitest.cc', |
| 475 'browser/dom_ui/print_preview_ui_uitest.cc', |
| 475 'browser/download/download_uitest.cc', | 476 'browser/download/download_uitest.cc', |
| 476 'browser/download/save_page_uitest.cc', | 477 'browser/download/save_page_uitest.cc', |
| 477 'browser/errorpage_uitest.cc', | 478 'browser/errorpage_uitest.cc', |
| 478 'browser/default_plugin_uitest.cc', | 479 'browser/default_plugin_uitest.cc', |
| 479 'browser/extensions/extension_uitest.cc', | 480 'browser/extensions/extension_uitest.cc', |
| 480 'browser/history/multipart_uitest.cc', | 481 'browser/history/multipart_uitest.cc', |
| 481 'browser/history/redirect_uitest.cc', | 482 'browser/history/redirect_uitest.cc', |
| 482 'browser/iframe_uitest.cc', | 483 'browser/iframe_uitest.cc', |
| 483 'browser/images_uitest.cc', | 484 'browser/images_uitest.cc', |
| 484 'browser/in_process_webkit/dom_storage_uitest.cc', | 485 'browser/in_process_webkit/dom_storage_uitest.cc', |
| (...skipping 2719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3204 ] | 3205 ] |
| 3205 }], # 'coverage!=0' | 3206 }], # 'coverage!=0' |
| 3206 ], # 'conditions' | 3207 ], # 'conditions' |
| 3207 } | 3208 } |
| 3208 | 3209 |
| 3209 # Local Variables: | 3210 # Local Variables: |
| 3210 # tab-width:2 | 3211 # tab-width:2 |
| 3211 # indent-tabs-mode:nil | 3212 # indent-tabs-mode:nil |
| 3212 # End: | 3213 # End: |
| 3213 # vim: set expandtab tabstop=2 shiftwidth=2: | 3214 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |