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

Side by Side Diff: chrome/chrome.gyp

Issue 8565035: sync: don't notify from ~BaseTransaction if the writer is INVALID. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove DebugQueue Created 9 years, 1 month 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 | « chrome/browser/sync/util/dbgq.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 'browser/sync/syncable/syncable.h', 467 'browser/sync/syncable/syncable.h',
468 'browser/sync/syncable/syncable_changes_version.h', 468 'browser/sync/syncable/syncable_changes_version.h',
469 'browser/sync/syncable/syncable_columns.h', 469 'browser/sync/syncable/syncable_columns.h',
470 'browser/sync/syncable/syncable_id.cc', 470 'browser/sync/syncable/syncable_id.cc',
471 'browser/sync/syncable/syncable_id.h', 471 'browser/sync/syncable/syncable_id.h',
472 'browser/sync/syncable/syncable_enum_conversions.cc', 472 'browser/sync/syncable/syncable_enum_conversions.cc',
473 'browser/sync/syncable/syncable_enum_conversions.h', 473 'browser/sync/syncable/syncable_enum_conversions.h',
474 'browser/sync/syncable/transaction_observer.h', 474 'browser/sync/syncable/transaction_observer.h',
475 'browser/sync/util/cryptographer.cc', 475 'browser/sync/util/cryptographer.cc',
476 'browser/sync/util/cryptographer.h', 476 'browser/sync/util/cryptographer.h',
477 'browser/sync/util/dbgq.h',
478 'browser/sync/util/extensions_activity_monitor.cc', 477 'browser/sync/util/extensions_activity_monitor.cc',
479 'browser/sync/util/extensions_activity_monitor.h', 478 'browser/sync/util/extensions_activity_monitor.h',
480 'browser/sync/util/immutable.h', 479 'browser/sync/util/immutable.h',
481 'browser/sync/util/logging.cc', 480 'browser/sync/util/logging.cc',
482 'browser/sync/util/logging.h', 481 'browser/sync/util/logging.h',
483 'browser/sync/util/nigori.cc', 482 'browser/sync/util/nigori.cc',
484 'browser/sync/util/nigori.h', 483 'browser/sync/util/nigori.h',
485 'browser/sync/util/oauth.cc', 484 'browser/sync/util/oauth.cc',
486 'browser/sync/util/oauth.h', 485 'browser/sync/util/oauth.h',
487 'browser/sync/util/sqlite_utils.cc', 486 'browser/sync/util/sqlite_utils.cc',
(...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 'configurations': { 1302 'configurations': {
1304 'Common_Base': { 1303 'Common_Base': {
1305 'msvs_target_platform': 'x64', 1304 'msvs_target_platform': 'x64',
1306 }, 1305 },
1307 }, 1306 },
1308 }, 1307 },
1309 ]}, # 'targets' 1308 ]}, # 'targets'
1310 ], # OS=="win" 1309 ], # OS=="win"
1311 ], # 'conditions' 1310 ], # 'conditions'
1312 } 1311 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/util/dbgq.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698