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

Side by Side Diff: sync/sync.gyp

Issue 674633002: sync: add WIFI_CREDENTIALS protobuf, ModelType, and preference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: fix error in get commit message Created 6 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
« no previous file with comments | « sync/protocol/wifi_credential_specifics.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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 'protocol/sync.proto', 499 'protocol/sync.proto',
500 'protocol/sync_enums.proto', 500 'protocol/sync_enums.proto',
501 'protocol/synced_notification_app_info_specifics.proto', 501 'protocol/synced_notification_app_info_specifics.proto',
502 'protocol/synced_notification_data.proto', 502 'protocol/synced_notification_data.proto',
503 'protocol/synced_notification_render.proto', 503 'protocol/synced_notification_render.proto',
504 'protocol/synced_notification_specifics.proto', 504 'protocol/synced_notification_specifics.proto',
505 'protocol/test.proto', 505 'protocol/test.proto',
506 'protocol/theme_specifics.proto', 506 'protocol/theme_specifics.proto',
507 'protocol/typed_url_specifics.proto', 507 'protocol/typed_url_specifics.proto',
508 'protocol/unique_position.proto', 508 'protocol/unique_position.proto',
509 'protocol/wifi_credential_specifics.proto',
509 ], 510 ],
510 'variables': { 511 'variables': {
511 'enable_wexit_time_destructors': 1, 512 'enable_wexit_time_destructors': 1,
512 'proto_in_dir': './protocol', 513 'proto_in_dir': './protocol',
513 'proto_out_dir': 'sync/protocol', 514 'proto_out_dir': 'sync/protocol',
514 'cc_generator_options': 'dllexport_decl=SYNC_PROTO_EXPORT:', 515 'cc_generator_options': 'dllexport_decl=SYNC_PROTO_EXPORT:',
515 'cc_include': 'sync/protocol/sync_proto_export.h', 516 'cc_include': 'sync/protocol/sync_proto_export.h',
516 }, 517 },
517 'includes': [ 518 'includes': [
518 '../build/protoc.gypi' 519 '../build/protoc.gypi'
(...skipping 21 matching lines...) Expand all
540 }, 541 },
541 'includes': [ 542 'includes': [
542 '../build/protoc.gypi' 543 '../build/protoc.gypi'
543 ], 544 ],
544 'defines': [ 545 'defines': [
545 'SYNC_IMPLEMENTATION' 546 'SYNC_IMPLEMENTATION'
546 ], 547 ],
547 }, 548 },
548 ], 549 ],
549 } 550 }
OLDNEW
« no previous file with comments | « sync/protocol/wifi_credential_specifics.proto ('k') | sync/syncable/model_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698