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

Side by Side Diff: sync/sync_core.gypi

Issue 231013003: Remove Sync JS generic request/reply framework (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove js_reply_handler.h from gyp Created 6 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/js/sync_js_controller_unittest.cc ('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',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'engine/sync_scheduler.cc', 86 'engine/sync_scheduler.cc',
87 'engine/sync_scheduler.h', 87 'engine/sync_scheduler.h',
88 'engine/sync_scheduler_impl.cc', 88 'engine/sync_scheduler_impl.cc',
89 'engine/sync_scheduler_impl.h', 89 'engine/sync_scheduler_impl.h',
90 'engine/traffic_logger.cc', 90 'engine/traffic_logger.cc',
91 'engine/traffic_logger.h', 91 'engine/traffic_logger.h',
92 'engine/update_applicator.cc', 92 'engine/update_applicator.cc',
93 'engine/update_applicator.h', 93 'engine/update_applicator.h',
94 'engine/update_handler.cc', 94 'engine/update_handler.cc',
95 'engine/update_handler.h', 95 'engine/update_handler.h',
96 'js/js_arg_list.cc',
97 'js/js_arg_list.h',
98 'js/js_backend.h', 96 'js/js_backend.h',
99 'js/js_controller.h', 97 'js/js_controller.h',
100 'js/js_event_details.cc', 98 'js/js_event_details.cc',
101 'js/js_event_details.h', 99 'js/js_event_details.h',
102 'js/js_event_handler.h', 100 'js/js_event_handler.h',
103 'js/js_reply_handler.h',
104 'js/sync_js_controller.cc', 101 'js/sync_js_controller.cc',
105 'js/sync_js_controller.h', 102 'js/sync_js_controller.h',
106 'protocol/proto_enum_conversions.cc', 103 'protocol/proto_enum_conversions.cc',
107 'protocol/proto_enum_conversions.h', 104 'protocol/proto_enum_conversions.h',
108 'protocol/proto_value_conversions.cc', 105 'protocol/proto_value_conversions.cc',
109 'protocol/proto_value_conversions.h', 106 'protocol/proto_value_conversions.h',
110 'protocol/sync_protocol_error.cc', 107 'protocol/sync_protocol_error.cc',
111 'protocol/sync_protocol_error.h', 108 'protocol/sync_protocol_error.h',
112 'sessions/data_type_tracker.cc', 109 'sessions/data_type_tracker.cc',
113 'sessions/data_type_tracker.h', 110 'sessions/data_type_tracker.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'util/get_session_name_win.cc', 195 'util/get_session_name_win.cc',
199 'util/get_session_name_win.h', 196 'util/get_session_name_win.h',
200 'util/logging.cc', 197 'util/logging.cc',
201 'util/logging.h', 198 'util/logging.h',
202 'util/nigori.cc', 199 'util/nigori.cc',
203 'util/nigori.h', 200 'util/nigori.h',
204 'util/time.cc', 201 'util/time.cc',
205 'util/time.h', 202 'util/time.h',
206 ], 203 ],
207 } 204 }
OLDNEW
« no previous file with comments | « sync/js/sync_js_controller_unittest.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698