| 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 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1089 'browser/chromeos/cros/onc_network_parser_unittest.cc', | 1089 'browser/chromeos/cros/onc_network_parser_unittest.cc', |
| 1090 'browser/chromeos/cros_settings_unittest.cc', | 1090 'browser/chromeos/cros_settings_unittest.cc', |
| 1091 'browser/chromeos/customization_document_unittest.cc', | 1091 'browser/chromeos/customization_document_unittest.cc', |
| 1092 'browser/chromeos/disks/mock_disk_mount_manager.cc', | 1092 'browser/chromeos/disks/mock_disk_mount_manager.cc', |
| 1093 'browser/chromeos/disks/mock_disk_mount_manager.h', | 1093 'browser/chromeos/disks/mock_disk_mount_manager.h', |
| 1094 'browser/chromeos/dbus/cros_dbus_service_unittest.cc', | 1094 'browser/chromeos/dbus/cros_dbus_service_unittest.cc', |
| 1095 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc', | 1095 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc', |
| 1096 'browser/chromeos/device_settings_provider_unittest.cc', | 1096 'browser/chromeos/device_settings_provider_unittest.cc', |
| 1097 'browser/chromeos/extensions/file_browser_notifications_unittest.cc', | 1097 'browser/chromeos/extensions/file_browser_notifications_unittest.cc', |
| 1098 'browser/chromeos/external_metrics_unittest.cc', | 1098 'browser/chromeos/external_metrics_unittest.cc', |
| 1099 'browser/chromeos/gdata/drive_api_parser_unittest.cc', |
| 1099 'browser/chromeos/gdata/drive_webapps_registry_unittest.cc', | 1100 'browser/chromeos/gdata/drive_webapps_registry_unittest.cc', |
| 1100 'browser/chromeos/gdata/gdata_cache_metadata_unittest.cc', | 1101 'browser/chromeos/gdata/gdata_cache_metadata_unittest.cc', |
| 1101 'browser/chromeos/gdata/gdata_cache_unittest.cc', | 1102 'browser/chromeos/gdata/gdata_cache_unittest.cc', |
| 1102 'browser/chromeos/gdata/gdata_db_unittest.cc', | 1103 'browser/chromeos/gdata/gdata_db_unittest.cc', |
| 1103 'browser/chromeos/gdata/gdata_file_system_unittest.cc', | 1104 'browser/chromeos/gdata/gdata_file_system_unittest.cc', |
| 1104 'browser/chromeos/gdata/gdata_files_unittest.cc', | 1105 'browser/chromeos/gdata/gdata_files_unittest.cc', |
| 1105 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc', | 1106 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc', |
| 1106 'browser/chromeos/gdata/gdata_sync_client_unittest.cc', | 1107 'browser/chromeos/gdata/gdata_sync_client_unittest.cc', |
| 1107 'browser/chromeos/gdata/gdata_test_util.cc', | 1108 'browser/chromeos/gdata/gdata_test_util.cc', |
| 1108 'browser/chromeos/gdata/gdata_test_util.h', | 1109 'browser/chromeos/gdata/gdata_test_util.h', |
| (...skipping 3543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4652 'input_jars_paths': [ | 4653 'input_jars_paths': [ |
| 4653 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', | 4654 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', |
| 4654 ], | 4655 ], |
| 4655 }, | 4656 }, |
| 4656 'includes': [ '../build/apk_test.gypi' ], | 4657 'includes': [ '../build/apk_test.gypi' ], |
| 4657 }, | 4658 }, |
| 4658 ], | 4659 ], |
| 4659 }], | 4660 }], |
| 4660 ], # 'conditions' | 4661 ], # 'conditions' |
| 4661 } | 4662 } |
| OLD | NEW |