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

Side by Side Diff: sync/sync.gyp

Issue 780363003: Delete deprecated synced notifications code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleanup Created 6 years 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
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'includes': [ 10 'includes': [
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 'protocol/managed_user_shared_setting_specifics.proto', 496 'protocol/managed_user_shared_setting_specifics.proto',
497 'protocol/managed_user_specifics.proto', 497 'protocol/managed_user_specifics.proto',
498 'protocol/password_specifics.proto', 498 'protocol/password_specifics.proto',
499 'protocol/preference_specifics.proto', 499 'protocol/preference_specifics.proto',
500 'protocol/priority_preference_specifics.proto', 500 'protocol/priority_preference_specifics.proto',
501 'protocol/search_engine_specifics.proto', 501 'protocol/search_engine_specifics.proto',
502 'protocol/session_specifics.proto', 502 'protocol/session_specifics.proto',
503 'protocol/sync.proto', 503 'protocol/sync.proto',
504 'protocol/sync_enums.proto', 504 'protocol/sync_enums.proto',
505 'protocol/synced_notification_app_info_specifics.proto', 505 'protocol/synced_notification_app_info_specifics.proto',
506 'protocol/synced_notification_data.proto',
507 'protocol/synced_notification_render.proto',
508 'protocol/synced_notification_specifics.proto', 506 'protocol/synced_notification_specifics.proto',
509 'protocol/test.proto', 507 'protocol/test.proto',
510 'protocol/theme_specifics.proto', 508 'protocol/theme_specifics.proto',
511 'protocol/typed_url_specifics.proto', 509 'protocol/typed_url_specifics.proto',
512 'protocol/unique_position.proto', 510 'protocol/unique_position.proto',
513 'protocol/wifi_credential_specifics.proto', 511 'protocol/wifi_credential_specifics.proto',
514 ], 512 ],
515 'variables': { 513 'variables': {
516 'enable_wexit_time_destructors': 1, 514 'enable_wexit_time_destructors': 1,
517 'proto_in_dir': './protocol', 515 'proto_in_dir': './protocol',
(...skipping 27 matching lines...) Expand all
545 }, 543 },
546 'includes': [ 544 'includes': [
547 '../build/protoc.gypi' 545 '../build/protoc.gypi'
548 ], 546 ],
549 'defines': [ 547 'defines': [
550 'SYNC_IMPLEMENTATION' 548 'SYNC_IMPLEMENTATION'
551 ], 549 ],
552 }, 550 },
553 ], 551 ],
554 } 552 }
OLDNEW
« no previous file with comments | « sync/protocol/synced_notification_specifics.proto ('k') | sync/tools/testserver/chromiumsync.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698