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 2069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2080 ['enable_plugins==1 and disable_nacl==0', { | 2080 ['enable_plugins==1 and disable_nacl==0', { |
2081 'dependencies': [ | 2081 'dependencies': [ |
2082 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_pl
ugin', | 2082 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_pl
ugin', |
2083 ], | 2083 ], |
2084 }], | 2084 }], |
2085 ['remoting==1', { | 2085 ['remoting==1', { |
2086 'dependencies': [ | 2086 'dependencies': [ |
2087 '../remoting/remoting.gyp:remoting_client_plugin', | 2087 '../remoting/remoting.gyp:remoting_client_plugin', |
2088 ], | 2088 ], |
2089 }], | 2089 }], |
| 2090 ['toolkit_views==1', { |
| 2091 'dependencies': [ |
| 2092 '../ui/views/views.gyp:views', |
| 2093 ], |
| 2094 }], |
2090 ], | 2095 ], |
2091 }, | 2096 }, |
2092 { | 2097 { |
2093 # GN version: //chrome/test:test_support_unit | 2098 # GN version: //chrome/test:test_support_unit |
2094 'target_name': 'test_support_unit', | 2099 'target_name': 'test_support_unit', |
2095 'type': 'static_library', | 2100 'type': 'static_library', |
2096 'dependencies': [ | 2101 'dependencies': [ |
2097 'chrome_resources.gyp:chrome_resources', | 2102 'chrome_resources.gyp:chrome_resources', |
2098 'chrome_resources.gyp:chrome_strings', | 2103 'chrome_resources.gyp:chrome_strings', |
2099 'browser', | 2104 'browser', |
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2846 'dependencies': [ | 2851 'dependencies': [ |
2847 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2852 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2848 ], | 2853 ], |
2849 }], | 2854 }], |
2850 ], | 2855 ], |
2851 }, | 2856 }, |
2852 ], | 2857 ], |
2853 }], | 2858 }], |
2854 ], # 'conditions' | 2859 ], # 'conditions' |
2855 } | 2860 } |
OLD | NEW |