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

Unified Diff: content/content_common.gypi

Issue 10933091: Enable a minimal content/ build on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@rohits-image-change
Patch Set: Rebase 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index fe418746129a18313b5889ee654f956c4590f79e..07f4c9d3dc6de891663a7d3edbb036a922173078 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -11,7 +11,6 @@
'../skia/skia.gyp:skia',
'../third_party/icu/icu.gyp:icuuc',
'../ui/ui.gyp:ui',
- '../webkit/support/webkit_support.gyp:forms',
'../webkit/support/webkit_support.gyp:user_agent',
],
'include_dirs': [
@@ -381,6 +380,7 @@
# implementation, and re-include what is used.
['exclude', '\\.(cc|mm)$'],
['include', '_ios\\.(cc|mm)$'],
+ ['include', '^public/common/content_client\\.cc$'],
['include', '^public/common/content_constants\\.cc$'],
['include', '^public/common/content_switches\\.cc$'],
['include', '^public/common/frame_navigate_params\\.cc$'],
@@ -407,6 +407,7 @@
'../webkit/support/webkit_support.gyp:blob',
'../webkit/support/webkit_support.gyp:database',
'../webkit/support/webkit_support.gyp:fileapi',
+ '../webkit/support/webkit_support.gyp:forms',
'../webkit/support/webkit_support.gyp:webkit_base',
],
}],
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698