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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 12340107: Remove some more web intents code I missed previously (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: cros Created 7 years, 10 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 | « webkit/glue/web_intent_service_data_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_glue.gypi
diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
index 9bd73fafa352d141dd7d924fda028d9734490cfd..58cb4ddb352445be5afd035c54910b9254730507 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -363,12 +363,6 @@
'weburlrequest_extradata_impl.h',
'weburlresponse_extradata_impl.cc',
'weburlresponse_extradata_impl.h',
- 'web_intent_data.cc',
- 'web_intent_data.h',
- 'web_intent_reply_data.cc',
- 'web_intent_reply_data.h',
- 'web_intent_service_data.cc',
- 'web_intent_service_data.h',
'web_io_operators.cc',
'web_io_operators.h',
'worker_task_runner.cc',
@@ -426,16 +420,6 @@
['exclude', '^\\.\\./plugins/npapi/webplugin_delegate_impl_aura'],
],
}],
- ['enable_web_intents==0', {
- 'sources!': [
- 'web_intent_data.cc',
- 'web_intent_data.h',
- 'web_intent_reply_data.cc',
- 'web_intent_reply_data.h',
- 'web_intent_service_data.cc',
- 'web_intent_service_data.h',
- ],
- }],
['OS!="mac"', {
'sources/': [['exclude', '_mac\\.(cc|mm)$']],
'sources!': [
« no previous file with comments | « webkit/glue/web_intent_service_data_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698