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

Unified Diff: content/content_tests.gypi

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Mostly cosmetic fixup Created 8 years, 3 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 4d074a50664ce99638a01dced4b3192b42c9f724..547f8929521035af9e9e2ca9dbd2655ebb24a418 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -487,7 +487,6 @@
'../webkit/support/webkit_support.gyp:database',
'../webkit/support/webkit_support.gyp:dom_storage',
'../webkit/support/webkit_support.gyp:fileapi',
- '../webkit/support/webkit_support.gyp:forms',
'../webkit/support/webkit_support.gyp:glue',
'../webkit/support/webkit_support.gyp:quota',
'../webkit/support/webkit_support.gyp:webkit_base',
@@ -599,6 +598,7 @@
'type': 'executable',
'defines!': ['CONTENT_IMPLEMENTATION'],
'dependencies': [
+ 'content_common',
'content_gpu',
'content_plugin',
'content_renderer',
@@ -618,7 +618,6 @@
'../testing/gtest.gyp:gtest',
'../third_party/mesa/mesa.gyp:osmesa',
'../ui/ui.gyp:ui',
- '../webkit/support/webkit_support.gyp:forms',
'../webkit/support/webkit_support.gyp:glue',
],
'include_dirs': [

Powered by Google App Engine
This is Rietveld 408576698