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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, | 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, |
(...skipping 2180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2191 ['enable_one_click_signin==1', { | 2191 ['enable_one_click_signin==1', { |
2192 'sources': [ | 2192 'sources': [ |
2193 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc', | 2193 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc', |
2194 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', | 2194 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', |
2195 ], | 2195 ], |
2196 }], | 2196 }], |
2197 ['enable_extensions==1', { | 2197 ['enable_extensions==1', { |
2198 'sources': [ '<@(chrome_unit_tests_extensions_sources)' ], | 2198 'sources': [ '<@(chrome_unit_tests_extensions_sources)' ], |
2199 'dependencies': [ | 2199 'dependencies': [ |
2200 'common/extensions/api/api.gyp:chrome_api', | 2200 'common/extensions/api/api.gyp:chrome_api', |
| 2201 '../device/usb/usb.gyp:device_usb_mocks', |
2201 '../components/components.gyp:audio_modem_test_support', | 2202 '../components/components.gyp:audio_modem_test_support', |
2202 '../extensions/extensions_resources.gyp:extensions_resources', | 2203 '../extensions/extensions_resources.gyp:extensions_resources', |
2203 '../extensions/extensions_strings.gyp:extensions_strings', | 2204 '../extensions/extensions_strings.gyp:extensions_strings', |
2204 ], | 2205 ], |
2205 'conditions': [ | 2206 'conditions': [ |
2206 ['configuration_policy==1', { | 2207 ['configuration_policy==1', { |
2207 'sources': [ '<@(chrome_unit_tests_extensions_policy_sources)' ], | 2208 'sources': [ '<@(chrome_unit_tests_extensions_policy_sources)' ], |
2208 }], | 2209 }], |
2209 ['chromeos == 0', { | 2210 ['chromeos == 0', { |
2210 'sources': [ | 2211 'sources': [ |
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2786 'dependencies': [ | 2787 'dependencies': [ |
2787 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2788 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2788 ], | 2789 ], |
2789 }], | 2790 }], |
2790 ], | 2791 ], |
2791 }, | 2792 }, |
2792 ], | 2793 ], |
2793 }], | 2794 }], |
2794 ], # 'conditions' | 2795 ], # 'conditions' |
2795 } | 2796 } |
OLD | NEW |