| 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/app_shim/app_shim_host_mac_unittest.cc', | 7 '../apps/app_shim/app_shim_host_mac_unittest.cc', |
| 8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', | 8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', |
| 9 '../apps/saved_devices_service_unittest.cc', |
| 9 '../apps/saved_files_service_unittest.cc', | 10 '../apps/saved_files_service_unittest.cc', |
| 10 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 11 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
| 11 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 12 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
| 12 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 13 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
| 13 '../components/autofill/content/renderer/test_password_generation_agent.h'
, | 14 '../components/autofill/content/renderer/test_password_generation_agent.h'
, |
| 14 # TODO(tfarina): Move these entries over to extensions_unittests target. | 15 # TODO(tfarina): Move these entries over to extensions_unittests target. |
| 15 # http://crbug.com/348066. They are duplicated here because we haven't | 16 # http://crbug.com/348066. They are duplicated here because we haven't |
| 16 # extensions_unittests running in the bots yet. Until that happens, | 17 # extensions_unittests running in the bots yet. Until that happens, |
| 17 # they should be kept here. | 18 # they should be kept here. |
| 18 '../extensions/common/extension_l10n_util_unittest.cc', | 19 '../extensions/common/extension_l10n_util_unittest.cc', |
| (...skipping 2861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2880 'dependencies': [ | 2881 'dependencies': [ |
| 2881 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2882 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2882 ], | 2883 ], |
| 2883 }], | 2884 }], |
| 2884 ], | 2885 ], |
| 2885 }, | 2886 }, |
| 2886 ], | 2887 ], |
| 2887 }], | 2888 }], |
| 2888 ], # 'conditions' | 2889 ], # 'conditions' |
| 2889 } | 2890 } |
| OLD | NEW |