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