| 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 1327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1338 'common/plugin_group_unittest.cc', | 1338 'common/plugin_group_unittest.cc', |
| 1339 'common/process_watcher_unittest.cc', | 1339 'common/process_watcher_unittest.cc', |
| 1340 'common/property_bag_unittest.cc', | 1340 'common/property_bag_unittest.cc', |
| 1341 'common/render_messages_unittest.cc', | 1341 'common/render_messages_unittest.cc', |
| 1342 'common/resource_dispatcher_unittest.cc', | 1342 'common/resource_dispatcher_unittest.cc', |
| 1343 'common/sandbox_mac_diraccess_unittest.mm', | 1343 'common/sandbox_mac_diraccess_unittest.mm', |
| 1344 'common/sandbox_mac_fontloading_unittest.mm', | 1344 'common/sandbox_mac_fontloading_unittest.mm', |
| 1345 'common/sandbox_mac_unittest_helper.h', | 1345 'common/sandbox_mac_unittest_helper.h', |
| 1346 'common/sandbox_mac_unittest_helper.mm', | 1346 'common/sandbox_mac_unittest_helper.mm', |
| 1347 'common/sandbox_mac_system_access_unittest.mm', | 1347 'common/sandbox_mac_system_access_unittest.mm', |
| 1348 'common/switch_utils_unittest.cc', |
| 1348 'common/thumbnail_score_unittest.cc', | 1349 'common/thumbnail_score_unittest.cc', |
| 1349 'common/time_format_unittest.cc', | 1350 'common/time_format_unittest.cc', |
| 1350 'common/worker_thread_ticker_unittest.cc', | 1351 'common/worker_thread_ticker_unittest.cc', |
| 1351 'common/zip_unittest.cc', | 1352 'common/zip_unittest.cc', |
| 1352 'gpu/gpu_idirect3d9_mock_win.h', | 1353 'gpu/gpu_idirect3d9_mock_win.h', |
| 1353 'gpu/gpu_info_unittest_win.cc', | 1354 'gpu/gpu_info_unittest_win.cc', |
| 1354 'renderer/audio_message_filter_unittest.cc', | 1355 'renderer/audio_message_filter_unittest.cc', |
| 1355 'renderer/extensions/extension_api_json_validity_unittest.cc', | 1356 'renderer/extensions/extension_api_json_validity_unittest.cc', |
| 1356 'renderer/extensions/extension_renderer_info_unittest.cc', | 1357 'renderer/extensions/extension_renderer_info_unittest.cc', |
| 1357 'renderer/extensions/json_schema_unittest.cc', | 1358 'renderer/extensions/json_schema_unittest.cc', |
| (...skipping 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2984 ] | 2985 ] |
| 2985 }], # 'coverage!=0' | 2986 }], # 'coverage!=0' |
| 2986 ], # 'conditions' | 2987 ], # 'conditions' |
| 2987 } | 2988 } |
| 2988 | 2989 |
| 2989 # Local Variables: | 2990 # Local Variables: |
| 2990 # tab-width:2 | 2991 # tab-width:2 |
| 2991 # indent-tabs-mode:nil | 2992 # indent-tabs-mode:nil |
| 2992 # End: | 2993 # End: |
| 2993 # vim: set expandtab tabstop=2 shiftwidth=2: | 2994 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |