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 1968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1979 "sources" : [ | 1979 "sources" : [ |
1980 'browser/local_discovery/wifi/mock_wifi_manager.cc', | 1980 'browser/local_discovery/wifi/mock_wifi_manager.cc', |
1981 'browser/local_discovery/wifi/mock_wifi_manager.h', | 1981 'browser/local_discovery/wifi/mock_wifi_manager.h', |
1982 ], | 1982 ], |
1983 }], | 1983 }], |
1984 ['enable_plugins==1', { | 1984 ['enable_plugins==1', { |
1985 "sources" : [ | 1985 "sources" : [ |
1986 'test/ppapi/ppapi_test.cc', | 1986 'test/ppapi/ppapi_test.cc', |
1987 'test/ppapi/ppapi_test.h', | 1987 'test/ppapi/ppapi_test.h', |
1988 ], | 1988 ], |
| 1989 'dependencies': [ |
| 1990 '../pdf/pdf.gyp:pdf', |
| 1991 ], |
1989 }], | 1992 }], |
1990 ['enable_plugins==1 and disable_nacl==0', { | 1993 ['enable_plugins==1 and disable_nacl==0', { |
1991 'dependencies': [ | 1994 'dependencies': [ |
1992 '<(DEPTH)/ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_tru
sted_plugin', | 1995 '<(DEPTH)/ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_tru
sted_plugin', |
1993 ], | 1996 ], |
1994 }], | 1997 }], |
1995 ['remoting==1', { | 1998 ['remoting==1', { |
1996 'dependencies': [ | 1999 'dependencies': [ |
1997 '../remoting/remoting.gyp:remoting_client_plugin', | 2000 '../remoting/remoting.gyp:remoting_client_plugin', |
1998 ], | 2001 ], |
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2741 'dependencies': [ | 2744 'dependencies': [ |
2742 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2745 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2743 ], | 2746 ], |
2744 }], | 2747 }], |
2745 ], | 2748 ], |
2746 }, | 2749 }, |
2747 ], | 2750 ], |
2748 }], | 2751 }], |
2749 ], # 'conditions' | 2752 ], # 'conditions' |
2750 } | 2753 } |
OLD | NEW |