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

Unified Diff: chrome/browser/sync/protocol/sync_proto.gyp

Issue 9668028: [Sync] Create new top-level sync/ directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head Created 8 years, 9 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/browser/sync/protocol/sync_enums.proto ('k') | chrome/browser/sync/protocol/test.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/protocol/sync_proto.gyp
diff --git a/chrome/browser/sync/protocol/sync_proto.gyp b/chrome/browser/sync/protocol/sync_proto.gyp
deleted file mode 100644
index 40b6ff112a197077de320433767e844613694d3d..0000000000000000000000000000000000000000
--- a/chrome/browser/sync/protocol/sync_proto.gyp
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'targets': [
- {
- 'target_name': 'sync_proto',
- 'type': 'static_library',
- 'sources': [
- 'app_notification_specifics.proto',
- 'app_setting_specifics.proto',
- 'app_specifics.proto',
- 'autofill_specifics.proto',
- 'bookmark_specifics.proto',
- 'client_commands.proto',
- 'client_debug_info.proto',
- 'encryption.proto',
- 'extension_setting_specifics.proto',
- 'extension_specifics.proto',
- 'nigori_specifics.proto',
- 'password_specifics.proto',
- 'preference_specifics.proto',
- 'search_engine_specifics.proto',
- 'session_specifics.proto',
- 'sync.proto',
- 'sync_enums.proto',
- 'test.proto',
- 'theme_specifics.proto',
- 'typed_url_specifics.proto',
- ],
- 'variables': {
- 'proto_out_dir': 'chrome/browser/sync/protocol',
- },
- 'includes': ['../../../../build/protoc.gypi'],
- },
- ],
-}
« no previous file with comments | « chrome/browser/sync/protocol/sync_enums.proto ('k') | chrome/browser/sync/protocol/test.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698