| 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 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1371 'browser/mock_plugin_exceptions_table_model.cc', | 1371 'browser/mock_plugin_exceptions_table_model.cc', |
| 1372 'browser/mock_plugin_exceptions_table_model.h', | 1372 'browser/mock_plugin_exceptions_table_model.h', |
| 1373 'browser/net/connection_tester_unittest.cc', | 1373 'browser/net/connection_tester_unittest.cc', |
| 1374 'browser/net/gaia/token_service_unittest.cc', | 1374 'browser/net/gaia/token_service_unittest.cc', |
| 1375 'browser/net/gaia/token_service_unittest.h', | 1375 'browser/net/gaia/token_service_unittest.h', |
| 1376 'browser/net/chrome_net_log_unittest.cc', | 1376 'browser/net/chrome_net_log_unittest.cc', |
| 1377 'browser/net/load_timing_observer_unittest.cc', | 1377 'browser/net/load_timing_observer_unittest.cc', |
| 1378 'browser/net/passive_log_collector_unittest.cc', | 1378 'browser/net/passive_log_collector_unittest.cc', |
| 1379 'browser/net/predictor_unittest.cc', | 1379 'browser/net/predictor_unittest.cc', |
| 1380 'browser/net/pref_proxy_config_service_unittest.cc', | 1380 'browser/net/pref_proxy_config_service_unittest.cc', |
| 1381 'browser/net/quoted_printable_unittest.cc', |
| 1381 'browser/net/resolve_proxy_msg_helper_unittest.cc', | 1382 'browser/net/resolve_proxy_msg_helper_unittest.cc', |
| 1382 'browser/net/sqlite_persistent_cookie_store_unittest.cc', | 1383 'browser/net/sqlite_persistent_cookie_store_unittest.cc', |
| 1383 'browser/net/url_fixer_upper_unittest.cc', | 1384 'browser/net/url_fixer_upper_unittest.cc', |
| 1384 'browser/net/url_info_unittest.cc', | 1385 'browser/net/url_info_unittest.cc', |
| 1385 'browser/notifications/desktop_notification_service_unittest.cc', | 1386 'browser/notifications/desktop_notification_service_unittest.cc', |
| 1386 'browser/notifications/desktop_notifications_unittest.h', | 1387 'browser/notifications/desktop_notifications_unittest.h', |
| 1387 'browser/notifications/desktop_notifications_unittest.cc', | 1388 'browser/notifications/desktop_notifications_unittest.cc', |
| 1388 'browser/notifications/notification_exceptions_table_model_unittest.cc', | 1389 'browser/notifications/notification_exceptions_table_model_unittest.cc', |
| 1389 'browser/notifications/notifications_prefs_cache_unittest.cc', | 1390 'browser/notifications/notifications_prefs_cache_unittest.cc', |
| 1390 'browser/parsers/metadata_parser_filebase_unittest.cc', | 1391 'browser/parsers/metadata_parser_filebase_unittest.cc', |
| (...skipping 2391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3782 ] | 3783 ] |
| 3783 }], # 'coverage!=0' | 3784 }], # 'coverage!=0' |
| 3784 ], # 'conditions' | 3785 ], # 'conditions' |
| 3785 } | 3786 } |
| 3786 | 3787 |
| 3787 # Local Variables: | 3788 # Local Variables: |
| 3788 # tab-width:2 | 3789 # tab-width:2 |
| 3789 # indent-tabs-mode:nil | 3790 # indent-tabs-mode:nil |
| 3790 # End: | 3791 # End: |
| 3791 # vim: set expandtab tabstop=2 shiftwidth=2: | 3792 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |