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

Side by Side Diff: sync/sync_internal_api.gypi

Issue 15421002: Roll DEPS for googleurl. Second try. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chrome_frame_ie fix Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sync/sync_core.gypi ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'include_dirs': [ 6 'include_dirs': [
7 '..', 7 '..',
8 ], 8 ],
9 'defines': [ 9 'defines': [
10 'SYNC_IMPLEMENTATION', 10 'SYNC_IMPLEMENTATION',
11 ], 11 ],
12 'dependencies': [ 12 'dependencies': [
13 '../base/base.gyp:base', 13 '../base/base.gyp:base',
14 '../build/temp_gyp/googleurl.gyp:googleurl',
15 '../net/net.gyp:net', 14 '../net/net.gyp:net',
16 '../third_party/zlib/zlib.gyp:zlib', 15 '../third_party/zlib/zlib.gyp:zlib',
16 '../url/url.gyp:url_lib',
17 ], 17 ],
18 'sources': [ 18 'sources': [
19 'internal_api/base_node.cc', 19 'internal_api/base_node.cc',
20 'internal_api/base_transaction.cc', 20 'internal_api/base_transaction.cc',
21 'internal_api/change_record.cc', 21 'internal_api/change_record.cc',
22 'internal_api/change_reorder_buffer.cc', 22 'internal_api/change_reorder_buffer.cc',
23 'internal_api/change_reorder_buffer.h', 23 'internal_api/change_reorder_buffer.h',
24 'internal_api/delete_journal.cc', 24 'internal_api/delete_journal.cc',
25 'internal_api/debug_info_event_listener.cc', 25 'internal_api/debug_info_event_listener.cc',
26 'internal_api/debug_info_event_listener.h', 26 'internal_api/debug_info_event_listener.h',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'internal_api/sync_manager_impl.h', 104 'internal_api/sync_manager_impl.h',
105 'internal_api/syncapi_internal.cc', 105 'internal_api/syncapi_internal.cc',
106 'internal_api/syncapi_internal.h', 106 'internal_api/syncapi_internal.h',
107 'internal_api/syncapi_server_connection_manager.cc', 107 'internal_api/syncapi_server_connection_manager.cc',
108 'internal_api/syncapi_server_connection_manager.h', 108 'internal_api/syncapi_server_connection_manager.h',
109 'internal_api/user_share.cc', 109 'internal_api/user_share.cc',
110 'internal_api/write_node.cc', 110 'internal_api/write_node.cc',
111 'internal_api/write_transaction.cc', 111 'internal_api/write_transaction.cc',
112 ], 112 ],
113 } 113 }
OLDNEW
« no previous file with comments | « sync/sync_core.gypi ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698