| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
| 7 '../apps/saved_files_service_unittest.cc', | 7 '../apps/saved_files_service_unittest.cc', |
| 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
| 9 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 9 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
| 10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 'browser/chromeos/file_system_provider/operations/read_file_unittest.cc', | 170 'browser/chromeos/file_system_provider/operations/read_file_unittest.cc', |
| 171 'browser/chromeos/file_system_provider/operations/test_util.cc', | 171 'browser/chromeos/file_system_provider/operations/test_util.cc', |
| 172 'browser/chromeos/file_system_provider/operations/test_util.cc', | 172 'browser/chromeos/file_system_provider/operations/test_util.cc', |
| 173 'browser/chromeos/file_system_provider/operations/test_util.h', | 173 'browser/chromeos/file_system_provider/operations/test_util.h', |
| 174 'browser/chromeos/file_system_provider/operations/test_util.h', | 174 'browser/chromeos/file_system_provider/operations/test_util.h', |
| 175 'browser/chromeos/file_system_provider/operations/truncate_unittest.cc', | 175 'browser/chromeos/file_system_provider/operations/truncate_unittest.cc', |
| 176 'browser/chromeos/file_system_provider/operations/unmount_unittest.cc', | 176 'browser/chromeos/file_system_provider/operations/unmount_unittest.cc', |
| 177 'browser/chromeos/file_system_provider/operations/unobserve_entry_unittest
.cc', | 177 'browser/chromeos/file_system_provider/operations/unobserve_entry_unittest
.cc', |
| 178 'browser/chromeos/file_system_provider/operations/write_file_unittest.cc', | 178 'browser/chromeos/file_system_provider/operations/write_file_unittest.cc', |
| 179 'browser/chromeos/file_system_provider/provided_file_system_unittest.cc', | 179 'browser/chromeos/file_system_provider/provided_file_system_unittest.cc', |
| 180 'browser/chromeos/file_system_provider/registry_unittest.cc', |
| 180 'browser/chromeos/file_system_provider/request_manager_unittest.cc', | 181 'browser/chromeos/file_system_provider/request_manager_unittest.cc', |
| 181 'browser/chromeos/file_system_provider/service_unittest.cc', | 182 'browser/chromeos/file_system_provider/service_unittest.cc', |
| 182 'browser/chromeos/fileapi/external_file_url_request_job_unittest.cc', | 183 'browser/chromeos/fileapi/external_file_url_request_job_unittest.cc', |
| 183 'browser/chromeos/fileapi/external_file_url_util_unittest.cc', | 184 'browser/chromeos/fileapi/external_file_url_util_unittest.cc', |
| 184 'browser/chromeos/fileapi/file_access_permissions_unittest.cc', | 185 'browser/chromeos/fileapi/file_access_permissions_unittest.cc', |
| 185 'browser/chromeos/fileapi/file_system_backend_unittest.cc', | 186 'browser/chromeos/fileapi/file_system_backend_unittest.cc', |
| 186 'browser/chromeos/geolocation/simple_geolocation_unittest.cc', | 187 'browser/chromeos/geolocation/simple_geolocation_unittest.cc', |
| 187 'browser/chromeos/imageburner/burn_device_handler_unittest.cc', | 188 'browser/chromeos/imageburner/burn_device_handler_unittest.cc', |
| 188 'browser/chromeos/imageburner/burn_manager_unittest.cc', | 189 'browser/chromeos/imageburner/burn_manager_unittest.cc', |
| 189 'browser/chromeos/input_method/browser_state_monitor_unittest.cc', | 190 'browser/chromeos/input_method/browser_state_monitor_unittest.cc', |
| (...skipping 2684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2874 'dependencies': [ | 2875 'dependencies': [ |
| 2875 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2876 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2876 ], | 2877 ], |
| 2877 }], | 2878 }], |
| 2878 ], | 2879 ], |
| 2879 }, | 2880 }, |
| 2880 ], | 2881 ], |
| 2881 }], | 2882 }], |
| 2882 ], # 'conditions' | 2883 ], # 'conditions' |
| 2883 } | 2884 } |
| OLD | NEW |