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

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 1969 matching lines...) Expand 10 before | Expand all | Expand 10 after
1980 "sources" : [ 1980 "sources" : [
1981 'browser/local_discovery/wifi/mock_wifi_manager.cc', 1981 'browser/local_discovery/wifi/mock_wifi_manager.cc',
1982 'browser/local_discovery/wifi/mock_wifi_manager.h', 1982 'browser/local_discovery/wifi/mock_wifi_manager.h',
1983 ], 1983 ],
1984 }], 1984 }],
1985 ['enable_plugins==1', { 1985 ['enable_plugins==1', {
1986 "sources" : [ 1986 "sources" : [
1987 'test/ppapi/ppapi_test.cc', 1987 'test/ppapi/ppapi_test.cc',
1988 'test/ppapi/ppapi_test.h', 1988 'test/ppapi/ppapi_test.h',
1989 ], 1989 ],
1990 'dependencies': [
1991 '../pdf/pdf.gyp:pdf',
1992 ],
1990 }], 1993 }],
1991 ['enable_plugins==1 and disable_nacl==0', { 1994 ['enable_plugins==1 and disable_nacl==0', {
1992 'dependencies': [ 1995 'dependencies': [
1993 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_pl ugin', 1996 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_pl ugin',
1994 ], 1997 ],
1995 }], 1998 }],
1996 ['remoting==1', { 1999 ['remoting==1', {
1997 'dependencies': [ 2000 'dependencies': [
1998 '../remoting/remoting.gyp:remoting_client_plugin', 2001 '../remoting/remoting.gyp:remoting_client_plugin',
1999 ], 2002 ],
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
2734 'dependencies': [ 2737 'dependencies': [
2735 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2738 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2736 ], 2739 ],
2737 }], 2740 }],
2738 ], 2741 ],
2739 }, 2742 },
2740 ], 2743 ],
2741 }], 2744 }],
2742 ], # 'conditions' 2745 ], # 'conditions'
2743 } 2746 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_content_client.h » ('j') | pdf/pdf.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698