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

Unified Diff: chrome/chrome_browser.gypi

Issue 7189029: Implement an initial extension settings API. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Make clang happy Created 9 years, 4 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 | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 7eb244cc4d5c29dd3732be9a018dc821f7cbdb05..9105abdba7f6b1aaaf330e6f8b2c491a4f7b256d 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -42,6 +42,7 @@
'../third_party/hunspell/hunspell.gyp:hunspell',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
+ '../third_party/leveldb/leveldb.gyp:leveldb',
'../third_party/libjingle/libjingle.gyp:libjingle',
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
'../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto',
@@ -1060,6 +1061,17 @@
'browser/extensions/extension_proxy_api_helpers.h',
'browser/extensions/extension_rlz_module.cc',
'browser/extensions/extension_rlz_module.h',
+ 'browser/extensions/extension_settings.cc',
+ 'browser/extensions/extension_settings.h',
+ 'browser/extensions/extension_settings_api.cc',
+ 'browser/extensions/extension_settings_api.h',
+ 'browser/extensions/extension_settings_noop_storage.cc',
+ 'browser/extensions/extension_settings_noop_storage.h',
+ 'browser/extensions/extension_settings_storage.h',
+ 'browser/extensions/extension_settings_storage_cache.cc',
+ 'browser/extensions/extension_settings_storage_cache.h',
+ 'browser/extensions/extension_settings_leveldb_storage.cc',
+ 'browser/extensions/extension_settings_leveldb_storage.h',
'browser/extensions/extension_service.cc',
'browser/extensions/extension_service.h',
'browser/extensions/extension_sidebar_api.cc',
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698