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

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: sync: add WIFI_CREDENTIALS protobuf, ModelType, and preference Created 6 years, 2 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
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_desctructors': 1, 512 'enable_wexit_time_desctructors': 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'
519 ], 520 ],
520 }, 521 },
521 ], 522 ],
522 } 523 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698