| 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 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1368 'browser/password_manager/password_form_manager_unittest.cc', | 1368 'browser/password_manager/password_form_manager_unittest.cc', |
| 1369 'browser/password_manager/password_manager_unittest.cc', | 1369 'browser/password_manager/password_manager_unittest.cc', |
| 1370 'browser/password_manager/password_store_default_unittest.cc', | 1370 'browser/password_manager/password_store_default_unittest.cc', |
| 1371 'browser/password_manager/password_store_mac_unittest.cc', | 1371 'browser/password_manager/password_store_mac_unittest.cc', |
| 1372 'browser/password_manager/password_store_win_unittest.cc', | 1372 'browser/password_manager/password_store_win_unittest.cc', |
| 1373 'browser/plugin_exceptions_table_model_unittest.cc', | 1373 'browser/plugin_exceptions_table_model_unittest.cc', |
| 1374 'browser/policy/config_dir_policy_provider_unittest.cc', | 1374 'browser/policy/config_dir_policy_provider_unittest.cc', |
| 1375 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1375 'browser/policy/configuration_policy_pref_store_unittest.cc', |
| 1376 'browser/policy/configuration_policy_provider_mac_unittest.cc', | 1376 'browser/policy/configuration_policy_provider_mac_unittest.cc', |
| 1377 'browser/policy/configuration_policy_provider_win_unittest.cc', | 1377 'browser/policy/configuration_policy_provider_win_unittest.cc', |
| 1378 'browser/policy/file_based_policy_provider_unittest.cc', |
| 1378 'browser/policy/managed_prefs_banner_base_unittest.cc', | 1379 'browser/policy/managed_prefs_banner_base_unittest.cc', |
| 1379 'browser/policy/mock_configuration_policy_provider.h', | 1380 'browser/policy/mock_configuration_policy_provider.h', |
| 1380 'browser/policy/mock_configuration_policy_store.h', | 1381 'browser/policy/mock_configuration_policy_store.h', |
| 1381 'browser/preferences_mock_mac.cc', | 1382 'browser/preferences_mock_mac.cc', |
| 1382 'browser/preferences_mock_mac.h', | 1383 'browser/preferences_mock_mac.h', |
| 1383 'browser/prefs/command_line_pref_store_unittest.cc', | 1384 'browser/prefs/command_line_pref_store_unittest.cc', |
| 1384 'browser/prefs/pref_change_registrar_unittest.cc', | 1385 'browser/prefs/pref_change_registrar_unittest.cc', |
| 1385 'browser/prefs/pref_member_unittest.cc', | 1386 'browser/prefs/pref_member_unittest.cc', |
| 1386 'browser/prefs/pref_notifier_unittest.cc', | 1387 'browser/prefs/pref_notifier_unittest.cc', |
| 1387 'browser/prefs/pref_service_unittest.cc', | 1388 'browser/prefs/pref_service_unittest.cc', |
| (...skipping 1884 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3272 ] | 3273 ] |
| 3273 }], # 'coverage!=0' | 3274 }], # 'coverage!=0' |
| 3274 ], # 'conditions' | 3275 ], # 'conditions' |
| 3275 } | 3276 } |
| 3276 | 3277 |
| 3277 # Local Variables: | 3278 # Local Variables: |
| 3278 # tab-width:2 | 3279 # tab-width:2 |
| 3279 # indent-tabs-mode:nil | 3280 # indent-tabs-mode:nil |
| 3280 # End: | 3281 # End: |
| 3281 # vim: set expandtab tabstop=2 shiftwidth=2: | 3282 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |