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

Side by Side Diff: sync/sync.gyp

Issue 635093002: [GCM] Updating GCM Status Syncer to the new Experiment Status pb (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing CR comments 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
« no previous file with comments | « sync/protocol/experiment_status.proto ('k') | no next file » | 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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 'protocol/article_specifics.proto', 470 'protocol/article_specifics.proto',
471 'protocol/attachments.proto', 471 'protocol/attachments.proto',
472 'protocol/autofill_specifics.proto', 472 'protocol/autofill_specifics.proto',
473 'protocol/bookmark_specifics.proto', 473 'protocol/bookmark_specifics.proto',
474 'protocol/client_commands.proto', 474 'protocol/client_commands.proto',
475 'protocol/client_debug_info.proto', 475 'protocol/client_debug_info.proto',
476 'protocol/device_info_specifics.proto', 476 'protocol/device_info_specifics.proto',
477 'protocol/dictionary_specifics.proto', 477 'protocol/dictionary_specifics.proto',
478 'protocol/encryption.proto', 478 'protocol/encryption.proto',
479 'protocol/enhanced_bookmark_specifics.proto', 479 'protocol/enhanced_bookmark_specifics.proto',
480 'protocol/experiment_status.proto',
480 'protocol/experiments_specifics.proto', 481 'protocol/experiments_specifics.proto',
481 'protocol/extension_setting_specifics.proto', 482 'protocol/extension_setting_specifics.proto',
482 'protocol/extension_specifics.proto', 483 'protocol/extension_specifics.proto',
483 'protocol/favicon_image_specifics.proto', 484 'protocol/favicon_image_specifics.proto',
484 'protocol/favicon_tracking_specifics.proto', 485 'protocol/favicon_tracking_specifics.proto',
485 'protocol/get_updates_caller_info.proto', 486 'protocol/get_updates_caller_info.proto',
486 'protocol/history_delete_directive_specifics.proto', 487 'protocol/history_delete_directive_specifics.proto',
487 'protocol/nigori_specifics.proto', 488 'protocol/nigori_specifics.proto',
488 'protocol/managed_user_setting_specifics.proto', 489 'protocol/managed_user_setting_specifics.proto',
489 'protocol/managed_user_shared_setting_specifics.proto', 490 'protocol/managed_user_shared_setting_specifics.proto',
(...skipping 20 matching lines...) Expand all
510 'proto_out_dir': 'sync/protocol', 511 'proto_out_dir': 'sync/protocol',
511 'cc_generator_options': 'dllexport_decl=SYNC_PROTO_EXPORT:', 512 'cc_generator_options': 'dllexport_decl=SYNC_PROTO_EXPORT:',
512 'cc_include': 'sync/protocol/sync_proto_export.h', 513 'cc_include': 'sync/protocol/sync_proto_export.h',
513 }, 514 },
514 'includes': [ 515 'includes': [
515 '../build/protoc.gypi' 516 '../build/protoc.gypi'
516 ], 517 ],
517 }, 518 },
518 ], 519 ],
519 } 520 }
OLDNEW
« no previous file with comments | « sync/protocol/experiment_status.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698