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

Unified Diff: content/common/DEPS

Issue 19442002: Convert to new WebIDBTypes enums and accessors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix content/common/DEPS Created 7 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
Index: content/common/DEPS
diff --git a/content/common/DEPS b/content/common/DEPS
index 2b1198b87022d7c1bb0c232697103c23a26b51f6..8ba9df7531068b455f8c8ed4832ee56831a494dd 100644
--- a/content/common/DEPS
+++ b/content/common/DEPS
@@ -18,8 +18,7 @@ include_rules = [
"+third_party/WebKit/public/platform/WebIDBCallbacks.h",
"+third_party/WebKit/public/platform/WebIDBCursor.h",
"+third_party/WebKit/public/platform/WebIDBDatabase.h",
- "+third_party/WebKit/public/platform/WebIDBKeyPath.h",
- "+third_party/WebKit/public/platform/WebIDBKeyType.h",
+ "+third_party/WebKit/public/platform/WebIDBTypes.h",
"+third_party/WebKit/public/platform/WebReferrerPolicy.h",
"+third_party/WebKit/public/platform/WebScreenInfo.h",
"+third_party/WebKit/public/platform/WebStorageArea.h",
@@ -41,6 +40,7 @@ include_rules = [
# These should be burned down. http://crbug.com/237267
"!third_party/WebKit/public/platform/WebIDBDatabaseError.h",
"!third_party/WebKit/public/platform/WebIDBKey.h",
+ "!third_party/WebKit/public/platform/WebIDBKeyPath.h",
"!third_party/WebKit/public/platform/WebIDBKeyRange.h",
"!third_party/WebKit/public/platform/WebVector.h",
"!third_party/WebKit/public/platform/WebHTTPBody.h",
« no previous file with comments | « content/child/indexed_db/proxy_webidbcursor_impl_unittest.cc ('k') | content/common/indexed_db/indexed_db_key.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698