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

Unified Diff: webkit/blob/webkit_blob.gypi

Issue 10447055: Move fileapi into its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes and use FILEAPI_EXPORT_PRIVATE Created 8 years, 7 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: webkit/blob/webkit_blob.gypi
diff --git a/webkit/blob/webkit_blob.gypi b/webkit/blob/webkit_blob.gypi
index 196c3fbfab43bfd4d079ac4d95b6de177023eb44..5a05d7ddfd4167ce964075eee2c20d907764b928 100644
--- a/webkit/blob/webkit_blob.gypi
+++ b/webkit/blob/webkit_blob.gypi
@@ -50,13 +50,6 @@
'<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
],
}],
- # TODO(dpranke): Figure out why this works at all and/or get
- # rid of it.
- ['OS=="win" and component == "shared_library"', {
- 'dependencies': [
- '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
benwells 2012/05/29 10:23:00 Removing this hasn't caused any problems with try
- ],
- }],
],
},
],

Powered by Google App Engine
This is Rietveld 408576698