OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 1428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1439 'browser/global_keyboard_shortcuts_mac_unittest.mm', | 1439 'browser/global_keyboard_shortcuts_mac_unittest.mm', |
1440 'browser/google/google_search_counter_unittest.cc', | 1440 'browser/google/google_search_counter_unittest.cc', |
1441 'browser/google/google_update_settings_unittest.cc', | 1441 'browser/google/google_update_settings_unittest.cc', |
1442 'browser/google/google_url_tracker_unittest.cc', | 1442 'browser/google/google_url_tracker_unittest.cc', |
1443 'browser/google/google_util_unittest.cc', | 1443 'browser/google/google_util_unittest.cc', |
1444 'browser/gpu_blacklist_unittest.cc', | 1444 'browser/gpu_blacklist_unittest.cc', |
1445 'browser/gpu_util_unittest.cc', | 1445 'browser/gpu_util_unittest.cc', |
1446 'browser/history/android/android_cache_database_unittest.cc', | 1446 'browser/history/android/android_cache_database_unittest.cc', |
1447 'browser/history/android/android_history_types_unittest.cc', | 1447 'browser/history/android/android_history_types_unittest.cc', |
1448 'browser/history/android/android_provider_backend_unittest.cc', | 1448 'browser/history/android/android_provider_backend_unittest.cc', |
| 1449 'browser/history/android/android_urls_database_unittest.cc', |
1449 'browser/history/android/urls_sql_handler_unittest.cc', | 1450 'browser/history/android/urls_sql_handler_unittest.cc', |
1450 'browser/history/android/visit_sql_handler_unittest.cc', | 1451 'browser/history/android/visit_sql_handler_unittest.cc', |
1451 'browser/history/expire_history_backend_unittest.cc', | 1452 'browser/history/expire_history_backend_unittest.cc', |
1452 'browser/history/history_backend_unittest.cc', | 1453 'browser/history/history_backend_unittest.cc', |
1453 'browser/history/history_querying_unittest.cc', | 1454 'browser/history/history_querying_unittest.cc', |
1454 'browser/history/history_types_unittest.cc', | 1455 'browser/history/history_types_unittest.cc', |
1455 'browser/history/history_unittest.cc', | 1456 'browser/history/history_unittest.cc', |
1456 'browser/history/history_unittest_base.cc', | 1457 'browser/history/history_unittest_base.cc', |
1457 'browser/history/history_unittest_base.h', | 1458 'browser/history/history_unittest_base.h', |
1458 'browser/history/in_memory_url_index_types_unittest.cc', | 1459 'browser/history/in_memory_url_index_types_unittest.cc', |
(...skipping 3189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4648 # Use outputs of this action as inputs for the main target build. | 4649 # Use outputs of this action as inputs for the main target build. |
4649 # Seems as a misnomer but makes this happy on Linux (scons). | 4650 # Seems as a misnomer but makes this happy on Linux (scons). |
4650 'process_outputs_as_sources': 1, | 4651 'process_outputs_as_sources': 1, |
4651 }, | 4652 }, |
4652 ], # 'actions' | 4653 ], # 'actions' |
4653 }, | 4654 }, |
4654 ] | 4655 ] |
4655 }], # 'coverage!=0' | 4656 }], # 'coverage!=0' |
4656 ], # 'conditions' | 4657 ], # 'conditions' |
4657 } | 4658 } |
OLD | NEW |