Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 799643004: Combine PDF plugin into the Chromium binary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698