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

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
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/pepper/content_renderer_pepper_host_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 520031bf39bdec7f8e333204a76e6b529fddbc35..0320e1f7ac9c3cc4d3980de9d1c5f8a675d863f0 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -521,7 +521,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',
@@ -537,6 +542,7 @@
'test/content_browser_test.h',
'test/content_browser_test.cc',
'test/content_test_launcher.cc',
+ 'renderer/pepper/pepper_file_chooser_host_browsertest.cc',
jam 2012/07/18 00:52:19 did you mean to add this to content_unittests targ
brettw 2012/07/18 19:15:33 Do I lose anything by moving it? I thought I neede
jam 2012/07/18 21:45:40 I'm not sure what you mean by needing a browsertes
],
'conditions': [
['OS=="win"', {
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/pepper/content_renderer_pepper_host_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698