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

Side by Side Diff: sync/sync.gyp

Issue 754963004: Add a datatype for supervised user whitelists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: review 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
« no previous file with comments | « sync/protocol/sync.proto ('k') | sync/syncable/model_type.cc » ('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 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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 'protocol/extension_setting_specifics.proto', 488 'protocol/extension_setting_specifics.proto',
489 'protocol/extension_specifics.proto', 489 'protocol/extension_specifics.proto',
490 'protocol/favicon_image_specifics.proto', 490 'protocol/favicon_image_specifics.proto',
491 'protocol/favicon_tracking_specifics.proto', 491 'protocol/favicon_tracking_specifics.proto',
492 'protocol/get_updates_caller_info.proto', 492 'protocol/get_updates_caller_info.proto',
493 'protocol/history_delete_directive_specifics.proto', 493 'protocol/history_delete_directive_specifics.proto',
494 'protocol/nigori_specifics.proto', 494 'protocol/nigori_specifics.proto',
495 'protocol/managed_user_setting_specifics.proto', 495 'protocol/managed_user_setting_specifics.proto',
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/managed_user_whitelist_specifics.proto',
498 'protocol/password_specifics.proto', 499 'protocol/password_specifics.proto',
499 'protocol/preference_specifics.proto', 500 'protocol/preference_specifics.proto',
500 'protocol/priority_preference_specifics.proto', 501 'protocol/priority_preference_specifics.proto',
501 'protocol/search_engine_specifics.proto', 502 'protocol/search_engine_specifics.proto',
502 'protocol/session_specifics.proto', 503 'protocol/session_specifics.proto',
503 'protocol/sync.proto', 504 'protocol/sync.proto',
504 'protocol/sync_enums.proto', 505 'protocol/sync_enums.proto',
505 'protocol/synced_notification_app_info_specifics.proto', 506 'protocol/synced_notification_app_info_specifics.proto',
506 'protocol/synced_notification_specifics.proto', 507 'protocol/synced_notification_specifics.proto',
507 'protocol/test.proto', 508 'protocol/test.proto',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 }, 544 },
544 'includes': [ 545 'includes': [
545 '../build/protoc.gypi' 546 '../build/protoc.gypi'
546 ], 547 ],
547 'defines': [ 548 'defines': [
548 'SYNC_IMPLEMENTATION' 549 'SYNC_IMPLEMENTATION'
549 ], 550 ],
550 }, 551 },
551 ], 552 ],
552 } 553 }
OLDNEW
« no previous file with comments | « sync/protocol/sync.proto ('k') | sync/syncable/model_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698