Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 83 'engine/non_blocking_type_commit_contribution.cc', | 83 'engine/non_blocking_type_commit_contribution.cc', |
| 84 'engine/non_blocking_type_commit_contribution.h', | 84 'engine/non_blocking_type_commit_contribution.h', |
| 85 'engine/nudge_source.cc', | 85 'engine/nudge_source.cc', |
| 86 'engine/nudge_source.h', | 86 'engine/nudge_source.h', |
| 87 'engine/nudge_handler.cc', | 87 'engine/nudge_handler.cc', |
| 88 'engine/nudge_handler.h', | 88 'engine/nudge_handler.h', |
| 89 'engine/process_updates_util.cc', | 89 'engine/process_updates_util.cc', |
| 90 'engine/process_updates_util.h', | 90 'engine/process_updates_util.h', |
| 91 'engine/sync_cycle_event.cc', | 91 'engine/sync_cycle_event.cc', |
| 92 'engine/sync_cycle_event.h', | 92 'engine/sync_cycle_event.h', |
| 93 'engine/sync_engine_event_listener.h', | |
|
Nicolas Zea
2014/07/30 00:34:16
added by mistake?
rlarocque
2014/07/30 21:56:01
Probably. Might have been a bad merge. Removed.
| |
| 93 'engine/sync_engine_event_listener.cc', | 94 'engine/sync_engine_event_listener.cc', |
| 94 'engine/sync_engine_event_listener.h', | 95 'engine/sync_engine_event_listener.h', |
| 95 'engine/syncer.cc', | 96 'engine/syncer.cc', |
| 96 'engine/syncer.h', | 97 'engine/syncer.h', |
| 97 'engine/syncer_proto_util.cc', | 98 'engine/syncer_proto_util.cc', |
| 98 'engine/syncer_proto_util.h', | 99 'engine/syncer_proto_util.h', |
| 99 'engine/syncer_types.h', | 100 'engine/syncer_types.h', |
| 100 'engine/syncer_util.cc', | 101 'engine/syncer_util.cc', |
| 101 'engine/syncer_util.h', | 102 'engine/syncer_util.h', |
| 102 'engine/sync_scheduler.cc', | 103 'engine/sync_scheduler.cc', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 213 'util/get_session_name_win.cc', | 214 'util/get_session_name_win.cc', |
| 214 'util/get_session_name_win.h', | 215 'util/get_session_name_win.h', |
| 215 'util/logging.cc', | 216 'util/logging.cc', |
| 216 'util/logging.h', | 217 'util/logging.h', |
| 217 'util/nigori.cc', | 218 'util/nigori.cc', |
| 218 'util/nigori.h', | 219 'util/nigori.h', |
| 219 'util/time.cc', | 220 'util/time.cc', |
| 220 'util/time.h', | 221 'util/time.h', |
| 221 ], | 222 ], |
| 222 } | 223 } |
| OLD | NEW |