Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / sync / tools / sync_tools.gyp
index 20ca8ec..887a5f3 100644 (file)
   {
     'target_name': 'sync_tools_helper',
     'type': 'static_library',
-    'defines': [
-      'SYNC_IMPLEMENTATION',
-    ],
     'include_dirs': [
       '../..',
     ],
     'dependencies': [
       '../../base/base.gyp:base',
+      '../../components/components.gyp:invalidation',
       '../sync.gyp:sync',
     ],
     'export_dependent_settings': [
@@ -26,6 +24,8 @@
       '../sync.gyp:sync',
     ],
     'sources': [
+      'invalidation_helper.cc',
+      'invalidation_helper.h',
       'null_invalidation_state_tracker.cc',
       'null_invalidation_state_tracker.h',
     ],