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

Unified Diff: chrome/chrome_tests.gypi

Issue 5141001: Add a PDF test to load all the pdfs in a test directory, using the test serve... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix race condition Created 10 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/out_of_proc_test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 66374)
+++ chrome/chrome_tests.gypi (working copy)
@@ -2079,7 +2079,6 @@
'test/in_process_browser_test.cc',
'test/in_process_browser_test.h',
'test/out_of_proc_test_runner.cc',
- 'test/plugin/pdf_browsertest.cc',
'test/render_view_test.cc',
'test/render_view_test.h',
],
@@ -2098,6 +2097,11 @@
'browser/extensions/extension_input_apitest.cc',
],
}],
+ ['internal_pdf', {
+ 'sources': [
+ 'test/plugin/pdf_browsertest.cc',
+ ],
+ }],
['OS!="linux" or toolkit_views==1', {
'sources!': [
'browser/extensions/browser_action_test_util_gtk.cc',
« no previous file with comments | « no previous file | chrome/test/out_of_proc_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698