| 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 1973 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1984 ], | 1984 ], |
| 1985 }], | 1985 }], |
| 1986 ['enable_plugins==1', { | 1986 ['enable_plugins==1', { |
| 1987 "sources" : [ | 1987 "sources" : [ |
| 1988 'test/ppapi/ppapi_test.cc', | 1988 'test/ppapi/ppapi_test.cc', |
| 1989 'test/ppapi/ppapi_test.h', | 1989 'test/ppapi/ppapi_test.h', |
| 1990 ], | 1990 ], |
| 1991 }], | 1991 }], |
| 1992 ['enable_plugins==1 and disable_nacl==0', { | 1992 ['enable_plugins==1 and disable_nacl==0', { |
| 1993 'dependencies': [ | 1993 'dependencies': [ |
| 1994 '<(DEPTH)/ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_tru
sted_plugin', | 1994 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_pl
ugin', |
| 1995 ], | 1995 ], |
| 1996 }], | 1996 }], |
| 1997 ['remoting==1', { | 1997 ['remoting==1', { |
| 1998 'dependencies': [ | 1998 'dependencies': [ |
| 1999 '../remoting/remoting.gyp:remoting_client_plugin', | 1999 '../remoting/remoting.gyp:remoting_client_plugin', |
| 2000 ], | 2000 ], |
| 2001 }], | 2001 }], |
| 2002 ], | 2002 ], |
| 2003 }, | 2003 }, |
| 2004 { | 2004 { |
| (...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2743 'dependencies': [ | 2743 'dependencies': [ |
| 2744 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2744 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2745 ], | 2745 ], |
| 2746 }], | 2746 }], |
| 2747 ], | 2747 ], |
| 2748 }, | 2748 }, |
| 2749 ], | 2749 ], |
| 2750 }], | 2750 }], |
| 2751 ], # 'conditions' | 2751 ], # 'conditions' |
| 2752 } | 2752 } |
| OLD | NEW |