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

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: 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
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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 }, 548 },
549 }], 549 }],
550 ], 550 ],
551 }, 551 },
552 # A library for sending and receiving server-issued notifications. 552 # A library for sending and receiving server-issued notifications.
553 { 553 {
554 'target_name': 'sync_notifier', 554 'target_name': 'sync_notifier',
555 'type': 'static_library', 555 'type': 'static_library',
556 'variables': { 'enable_wexit_time_destructors': 1, }, 556 'variables': { 'enable_wexit_time_destructors': 1, },
557 'sources': [ 557 'sources': [
558 'browser/sync/notifier/bridged_sync_notifier.h',
559 'browser/sync/notifier/bridged_sync_notifier.cc',
560 'browser/sync/notifier/cache_invalidation_packet_handler.cc', 558 'browser/sync/notifier/cache_invalidation_packet_handler.cc',
561 'browser/sync/notifier/cache_invalidation_packet_handler.h', 559 'browser/sync/notifier/cache_invalidation_packet_handler.h',
562 'browser/sync/notifier/chrome_invalidation_client.cc', 560 'browser/sync/notifier/chrome_invalidation_client.cc',
563 'browser/sync/notifier/chrome_invalidation_client.h', 561 'browser/sync/notifier/chrome_invalidation_client.h',
564 'browser/sync/notifier/chrome_sync_notification_bridge.h',
565 'browser/sync/notifier/chrome_sync_notification_bridge.cc',
566 'browser/sync/notifier/chrome_system_resources.cc', 562 'browser/sync/notifier/chrome_system_resources.cc',
567 'browser/sync/notifier/chrome_system_resources.h', 563 'browser/sync/notifier/chrome_system_resources.h',
568 'browser/sync/notifier/invalidation_notifier.h', 564 'browser/sync/notifier/invalidation_notifier.h',
569 'browser/sync/notifier/invalidation_notifier.cc', 565 'browser/sync/notifier/invalidation_notifier.cc',
570 'browser/sync/notifier/invalidation_util.cc', 566 'browser/sync/notifier/invalidation_util.cc',
571 'browser/sync/notifier/invalidation_util.h', 567 'browser/sync/notifier/invalidation_util.h',
572 'browser/sync/notifier/invalidation_version_tracker.h', 568 'browser/sync/notifier/invalidation_version_tracker.h',
573 'browser/sync/notifier/non_blocking_invalidation_notifier.h', 569 'browser/sync/notifier/non_blocking_invalidation_notifier.h',
574 'browser/sync/notifier/non_blocking_invalidation_notifier.cc', 570 'browser/sync/notifier/non_blocking_invalidation_notifier.cc',
575 'browser/sync/notifier/p2p_notifier.h', 571 'browser/sync/notifier/p2p_notifier.h',
(...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
1329 'sources': [ 1325 'sources': [
1330 'browser/safe_browsing/signature_util.h', 1326 'browser/safe_browsing/signature_util.h',
1331 'browser/safe_browsing/signature_util_win.cc', 1327 'browser/safe_browsing/signature_util_win.cc',
1332 'tools/safe_browsing/sb_sigutil.cc', 1328 'tools/safe_browsing/sb_sigutil.cc',
1333 ], 1329 ],
1334 }, 1330 },
1335 ]}, # 'targets' 1331 ]}, # 'targets'
1336 ], # OS=="win" 1332 ], # OS=="win"
1337 ], # 'conditions' 1333 ], # 'conditions'
1338 } 1334 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698