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 }], | |
2095 ], | 2090 ], |
2096 }, | 2091 }, |
2097 { | 2092 { |
2098 # GN version: //chrome/test:test_support_unit | 2093 # GN version: //chrome/test:test_support_unit |
2099 'target_name': 'test_support_unit', | 2094 'target_name': 'test_support_unit', |
2100 'type': 'static_library', | 2095 'type': 'static_library', |
2101 'dependencies': [ | 2096 'dependencies': [ |
2102 'chrome_resources.gyp:chrome_resources', | 2097 'chrome_resources.gyp:chrome_resources', |
2103 'chrome_resources.gyp:chrome_strings', | 2098 'chrome_resources.gyp:chrome_strings', |
2104 'browser', | 2099 'browser', |
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2851 'dependencies': [ | 2846 'dependencies': [ |
2852 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2847 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2853 ], | 2848 ], |
2854 }], | 2849 }], |
2855 ], | 2850 ], |
2856 }, | 2851 }, |
2857 ], | 2852 ], |
2858 }], | 2853 }], |
2859 ], # 'conditions' | 2854 ], # 'conditions' |
2860 } | 2855 } |
OLD | NEW |