OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |