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

Side by Side Diff: sync/sync_internal_api.gypi

Issue 14089011: Roll the DEPS for google-url. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort chrome_tests.gypi Created 7 years, 8 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') | ui/message_center/message_center.gyp » ('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',
15 '../url/url.gyp:url',
16 ], 16 ],
17 'sources': [ 17 'sources': [
18 'internal_api/base_node.cc', 18 'internal_api/base_node.cc',
19 'internal_api/base_transaction.cc', 19 'internal_api/base_transaction.cc',
20 'internal_api/change_record.cc', 20 'internal_api/change_record.cc',
21 'internal_api/change_reorder_buffer.cc', 21 'internal_api/change_reorder_buffer.cc',
22 'internal_api/change_reorder_buffer.h', 22 'internal_api/change_reorder_buffer.h',
23 'internal_api/delete_journal.cc', 23 'internal_api/delete_journal.cc',
24 'internal_api/debug_info_event_listener.cc', 24 'internal_api/debug_info_event_listener.cc',
25 'internal_api/debug_info_event_listener.h', 25 'internal_api/debug_info_event_listener.h',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'internal_api/sync_manager_impl.h', 102 'internal_api/sync_manager_impl.h',
103 'internal_api/syncapi_internal.cc', 103 'internal_api/syncapi_internal.cc',
104 'internal_api/syncapi_internal.h', 104 'internal_api/syncapi_internal.h',
105 'internal_api/syncapi_server_connection_manager.cc', 105 'internal_api/syncapi_server_connection_manager.cc',
106 'internal_api/syncapi_server_connection_manager.h', 106 'internal_api/syncapi_server_connection_manager.h',
107 'internal_api/user_share.cc', 107 'internal_api/user_share.cc',
108 'internal_api/write_node.cc', 108 'internal_api/write_node.cc',
109 'internal_api/write_transaction.cc', 109 'internal_api/write_transaction.cc',
110 ], 110 ],
111 } 111 }
OLDNEW
« no previous file with comments | « sync/sync_core.gypi ('k') | ui/message_center/message_center.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698