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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 899033002: Revert of 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ],
1993 }], 1990 }],
1994 ['enable_plugins==1 and disable_nacl==0', { 1991 ['enable_plugins==1 and disable_nacl==0', {
1995 'dependencies': [ 1992 'dependencies': [
1996 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_pl ugin', 1993 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_pl ugin',
1997 ], 1994 ],
1998 }], 1995 }],
1999 ['remoting==1', { 1996 ['remoting==1', {
2000 'dependencies': [ 1997 'dependencies': [
2001 '../remoting/remoting.gyp:remoting_client_plugin', 1998 '../remoting/remoting.gyp:remoting_client_plugin',
2002 ], 1999 ],
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
2737 'dependencies': [ 2734 'dependencies': [
2738 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2735 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2739 ], 2736 ],
2740 }], 2737 }],
2741 ], 2738 ],
2742 }, 2739 },
2743 ], 2740 ],
2744 }], 2741 }],
2745 ], # 'conditions' 2742 ], # 'conditions'
2746 } 2743 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698