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 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1380 'browser/password_manager/password_store_mac_unittest.cc', | 1380 'browser/password_manager/password_store_mac_unittest.cc', |
1381 'browser/password_manager/password_store_win_unittest.cc', | 1381 'browser/password_manager/password_store_win_unittest.cc', |
1382 'browser/plugin_exceptions_table_model_unittest.cc', | 1382 'browser/plugin_exceptions_table_model_unittest.cc', |
1383 'browser/policy/config_dir_policy_provider_unittest.cc', | 1383 'browser/policy/config_dir_policy_provider_unittest.cc', |
1384 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1384 'browser/policy/configuration_policy_pref_store_unittest.cc', |
1385 'browser/policy/configuration_policy_provider_mac_unittest.cc', | 1385 'browser/policy/configuration_policy_provider_mac_unittest.cc', |
1386 'browser/policy/configuration_policy_provider_win_unittest.cc', | 1386 'browser/policy/configuration_policy_provider_win_unittest.cc', |
1387 'browser/policy/device_token_fetcher_unittest.cc', | 1387 'browser/policy/device_token_fetcher_unittest.cc', |
1388 'browser/policy/file_based_policy_provider_unittest.cc', | 1388 'browser/policy/file_based_policy_provider_unittest.cc', |
1389 'browser/policy/managed_prefs_banner_base_unittest.cc', | 1389 'browser/policy/managed_prefs_banner_base_unittest.cc', |
| 1390 'browser/policy/mock_configuration_policy_provider.cc', |
1390 'browser/policy/mock_configuration_policy_provider.h', | 1391 'browser/policy/mock_configuration_policy_provider.h', |
1391 'browser/policy/mock_configuration_policy_store.h', | 1392 'browser/policy/mock_configuration_policy_store.h', |
1392 'browser/preferences_mock_mac.cc', | 1393 'browser/preferences_mock_mac.cc', |
1393 'browser/preferences_mock_mac.h', | 1394 'browser/preferences_mock_mac.h', |
1394 'browser/prefs/command_line_pref_store_unittest.cc', | 1395 'browser/prefs/command_line_pref_store_unittest.cc', |
1395 'browser/prefs/pref_change_registrar_unittest.cc', | 1396 'browser/prefs/pref_change_registrar_unittest.cc', |
1396 'browser/prefs/pref_member_unittest.cc', | 1397 'browser/prefs/pref_member_unittest.cc', |
1397 'browser/prefs/pref_notifier_unittest.cc', | 1398 'browser/prefs/pref_notifier_unittest.cc', |
1398 'browser/prefs/pref_service_unittest.cc', | 1399 'browser/prefs/pref_service_unittest.cc', |
1399 'browser/prefs/pref_set_observer_unittest.cc', | 1400 'browser/prefs/pref_set_observer_unittest.cc', |
(...skipping 1927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3327 ] | 3328 ] |
3328 }], # 'coverage!=0' | 3329 }], # 'coverage!=0' |
3329 ], # 'conditions' | 3330 ], # 'conditions' |
3330 } | 3331 } |
3331 | 3332 |
3332 # Local Variables: | 3333 # Local Variables: |
3333 # tab-width:2 | 3334 # tab-width:2 |
3334 # indent-tabs-mode:nil | 3335 # indent-tabs-mode:nil |
3335 # End: | 3336 # End: |
3336 # vim: set expandtab tabstop=2 shiftwidth=2: | 3337 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |