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

Unified Diff: content/content_tests.gypi

Issue 10544089: Implement the file chooser as a new resource "host" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 6c4ac20f2a32b0003318b690561a22e6c6b69a83..6805dc01964f5f849294c36c9bdffbac569307ad 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -519,7 +519,12 @@
'content_shell_lib',
'test_support_content',
'../base/base.gyp:test_support_base',
+ '../ipc/ipc.gyp:test_support_ipc',
'../net/net.gyp:net_test_support',
+ '../ppapi/ppapi_internal.gyp:ppapi_host',
+ '../ppapi/ppapi_internal.gyp:ppapi_proxy',
+ '../ppapi/ppapi_internal.gyp:ppapi_shared',
+ '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
'../ui/ui.gyp:ui',
@@ -535,6 +540,7 @@
'test/content_browser_test.h',
'test/content_browser_test.cc',
'test/content_test_launcher.cc',
+ 'renderer/pepper/pepper_file_chooser_host_browsertest.cc',
],
'conditions': [
['OS=="win"', {

Powered by Google App Engine
This is Rietveld 408576698