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

Unified Diff: chrome/chrome.gyp

Issue 7621085: Server directed error handling backend code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. 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
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index b4f6bad22dafc2cbeabebdee529e4fa06571b3dd..8225a115610a0bf3683a676c2b4bf267403835ea 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -505,11 +505,12 @@
'target_name': 'syncapi_core',
'type': 'static_library',
'sources': [
+ 'browser/sync/engine/configure_reason.h',
'browser/sync/engine/http_post_provider_factory.h',
'browser/sync/engine/http_post_provider_interface.h',
'browser/sync/engine/syncapi.cc',
'browser/sync/engine/syncapi.h',
- 'browser/sync/engine/configure_reason.h'
+ 'browser/sync/engine/sync_error.h',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698