summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authortzik@chromium.org <tzik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-16 07:06:00 +0000
committertzik@chromium.org <tzik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-16 07:06:00 +0000
commitff87cd23354dbac892b1682d9436fc633c48c026 (patch)
treef8bff25cd521ca513231fc629e0b8b8550ab3e42 /chrome/chrome_browser.gypi
parentb79cc46b4a071ec99586bcfa455ed46c9ccb8ff7 (diff)
downloadchromium_src-ff87cd23354dbac892b1682d9436fc633c48c026.zip
chromium_src-ff87cd23354dbac892b1682d9436fc633c48c026.tar.gz
chromium_src-ff87cd23354dbac892b1682d9436fc633c48c026.tar.bz2
Populate methods on DriveMetadataStore
This CL includes: - Initialization of DriveMetadataStore and DriveMetadataDB, - Add {Update,Delete,Read}Entry to manipulate metadata entry, - Add tests for them. BUG=152612 Review URL: https://chromiumcodereview.appspot.com/10986062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162092 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi14
1 files changed, 14 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 968d5b9..6f6df1b 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -31,6 +31,7 @@
'installer_util',
'safe_browsing_proto',
'safe_browsing_report_proto',
+ 'sync_file_system_proto',
'variations_seed_proto',
'../build/temp_gyp/googleurl.gyp:googleurl',
'../content/content.gyp:content_browser',
@@ -2817,6 +2818,19 @@
},
'includes': [ '../build/protoc.gypi' ]
},
+ {
+ # Protobuf compiler / generator for Sync FileSystem protocol buffer.
+ 'target_name': 'sync_file_system_proto',
+ 'type': 'static_library',
+ 'sources': [
+ 'browser/sync_file_system/sync_file_system.proto',
+ ],
+ 'variables': {
+ 'proto_in_dir': 'browser/sync_file_system',
+ 'proto_out_dir': 'chrome/browser/sync_file_system',
+ },
+ 'includes': [ '../build/protoc.gypi' ]
+ },
],
'conditions': [
['OS=="android"', {