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

Side by Side Diff: chrome/chrome.gyp

Issue 9512005: [Sync] Move BridgedSyncNotifier and ChromeSyncNotificationBridge to glue/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 8 years, 9 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 | « chrome/browser/sync/tools/sync_listen_notifications.cc ('k') | chrome/chrome_browser.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 }, 549 },
550 }], 550 }],
551 ], 551 ],
552 }, 552 },
553 # A library for sending and receiving server-issued notifications. 553 # A library for sending and receiving server-issued notifications.
554 { 554 {
555 'target_name': 'sync_notifier', 555 'target_name': 'sync_notifier',
556 'type': 'static_library', 556 'type': 'static_library',
557 'variables': { 'enable_wexit_time_destructors': 1, }, 557 'variables': { 'enable_wexit_time_destructors': 1, },
558 'sources': [ 558 'sources': [
559 'browser/sync/notifier/bridged_sync_notifier.h',
560 'browser/sync/notifier/bridged_sync_notifier.cc',
561 'browser/sync/notifier/cache_invalidation_packet_handler.cc', 559 'browser/sync/notifier/cache_invalidation_packet_handler.cc',
562 'browser/sync/notifier/cache_invalidation_packet_handler.h', 560 'browser/sync/notifier/cache_invalidation_packet_handler.h',
563 'browser/sync/notifier/chrome_invalidation_client.cc', 561 'browser/sync/notifier/chrome_invalidation_client.cc',
564 'browser/sync/notifier/chrome_invalidation_client.h', 562 'browser/sync/notifier/chrome_invalidation_client.h',
565 'browser/sync/notifier/chrome_sync_notification_bridge.h',
566 'browser/sync/notifier/chrome_sync_notification_bridge.cc',
567 'browser/sync/notifier/chrome_system_resources.cc', 563 'browser/sync/notifier/chrome_system_resources.cc',
568 'browser/sync/notifier/chrome_system_resources.h', 564 'browser/sync/notifier/chrome_system_resources.h',
569 'browser/sync/notifier/invalidation_notifier.h', 565 'browser/sync/notifier/invalidation_notifier.h',
570 'browser/sync/notifier/invalidation_notifier.cc', 566 'browser/sync/notifier/invalidation_notifier.cc',
571 'browser/sync/notifier/invalidation_util.cc', 567 'browser/sync/notifier/invalidation_util.cc',
572 'browser/sync/notifier/invalidation_util.h', 568 'browser/sync/notifier/invalidation_util.h',
573 'browser/sync/notifier/invalidation_version_tracker.h', 569 'browser/sync/notifier/invalidation_version_tracker.h',
574 'browser/sync/notifier/non_blocking_invalidation_notifier.h', 570 'browser/sync/notifier/non_blocking_invalidation_notifier.h',
575 'browser/sync/notifier/non_blocking_invalidation_notifier.cc', 571 'browser/sync/notifier/non_blocking_invalidation_notifier.cc',
576 'browser/sync/notifier/p2p_notifier.h', 572 'browser/sync/notifier/p2p_notifier.h',
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 'sources': [ 1356 'sources': [
1361 'browser/safe_browsing/signature_util.h', 1357 'browser/safe_browsing/signature_util.h',
1362 'browser/safe_browsing/signature_util_win.cc', 1358 'browser/safe_browsing/signature_util_win.cc',
1363 'tools/safe_browsing/sb_sigutil.cc', 1359 'tools/safe_browsing/sb_sigutil.cc',
1364 ], 1360 ],
1365 }, 1361 },
1366 ]}, # 'targets' 1362 ]}, # 'targets'
1367 ], # OS=="win" 1363 ], # OS=="win"
1368 ], # 'conditions' 1364 ], # 'conditions'
1369 } 1365 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/tools/sync_listen_notifications.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698