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

Side by Side Diff: third_party/protobuf/BUILD.gn

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Update to new HEAD (b7632464b4) + restore GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER Created 4 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 config("protobuf_config") { 5 config("protobuf_config") {
6 include_dirs = [ "src" ] 6 include_dirs = [ "src" ]
7 defines = [ 7 defines = [
8 "GOOGLE_PROTOBUF_NO_RTTI", 8 "GOOGLE_PROTOBUF_NO_RTTI",
9 "GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", 9 "GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
10 ] 10 ]
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "src/google/protobuf/extension_set.h", 45 "src/google/protobuf/extension_set.h",
46 "src/google/protobuf/generated_message_util.cc", 46 "src/google/protobuf/generated_message_util.cc",
47 "src/google/protobuf/generated_message_util.h", 47 "src/google/protobuf/generated_message_util.h",
48 "src/google/protobuf/io/coded_stream.cc", 48 "src/google/protobuf/io/coded_stream.cc",
49 "src/google/protobuf/io/coded_stream.h", 49 "src/google/protobuf/io/coded_stream.h",
50 "src/google/protobuf/io/coded_stream_inl.h", 50 "src/google/protobuf/io/coded_stream_inl.h",
51 "src/google/protobuf/io/zero_copy_stream.cc", 51 "src/google/protobuf/io/zero_copy_stream.cc",
52 "src/google/protobuf/io/zero_copy_stream.h", 52 "src/google/protobuf/io/zero_copy_stream.h",
53 "src/google/protobuf/io/zero_copy_stream_impl_lite.cc", 53 "src/google/protobuf/io/zero_copy_stream_impl_lite.cc",
54 "src/google/protobuf/io/zero_copy_stream_impl_lite.h", 54 "src/google/protobuf/io/zero_copy_stream_impl_lite.h",
55 "src/google/protobuf/has_bits.h",
55 "src/google/protobuf/map.h", 56 "src/google/protobuf/map.h",
56 "src/google/protobuf/map_entry_lite.h", 57 "src/google/protobuf/map_entry_lite.h",
57 "src/google/protobuf/map_field_lite.h", 58 "src/google/protobuf/map_field_lite.h",
58 "src/google/protobuf/map_type_handler.h", 59 "src/google/protobuf/map_type_handler.h",
59 "src/google/protobuf/message_lite.cc", 60 "src/google/protobuf/message_lite.cc",
60 "src/google/protobuf/message_lite.h", 61 "src/google/protobuf/message_lite.h",
61 "src/google/protobuf/repeated_field.cc", 62 "src/google/protobuf/repeated_field.cc",
62 "src/google/protobuf/repeated_field.h", 63 "src/google/protobuf/repeated_field.h",
63 "src/google/protobuf/stubs/atomicops.h", 64 "src/google/protobuf/stubs/atomicops.h",
64 "src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h", 65 "src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h",
65 "src/google/protobuf/stubs/atomicops_internals_arm_gcc.h", 66 "src/google/protobuf/stubs/atomicops_internals_arm_gcc.h",
66 "src/google/protobuf/stubs/atomicops_internals_arm_qnx.h", 67 "src/google/protobuf/stubs/atomicops_internals_arm_qnx.h",
67 "src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h", 68 "src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h",
69 "src/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h",
68 "src/google/protobuf/stubs/atomicops_internals_generic_gcc.h", 70 "src/google/protobuf/stubs/atomicops_internals_generic_gcc.h",
69 "src/google/protobuf/stubs/atomicops_internals_macosx.h", 71 "src/google/protobuf/stubs/atomicops_internals_macosx.h",
70 "src/google/protobuf/stubs/atomicops_internals_mips_gcc.h", 72 "src/google/protobuf/stubs/atomicops_internals_mips_gcc.h",
71 "src/google/protobuf/stubs/atomicops_internals_pnacl.h",
72 "src/google/protobuf/stubs/atomicops_internals_power.h", 73 "src/google/protobuf/stubs/atomicops_internals_power.h",
73 "src/google/protobuf/stubs/atomicops_internals_ppc_gcc.h", 74 "src/google/protobuf/stubs/atomicops_internals_ppc_gcc.h",
74 "src/google/protobuf/stubs/atomicops_internals_solaris.h", 75 "src/google/protobuf/stubs/atomicops_internals_solaris.h",
75 "src/google/protobuf/stubs/atomicops_internals_tsan.h", 76 "src/google/protobuf/stubs/atomicops_internals_tsan.h",
76 "src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc", 77 "src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc",
77 "src/google/protobuf/stubs/atomicops_internals_x86_gcc.h", 78 "src/google/protobuf/stubs/atomicops_internals_x86_gcc.h",
78 "src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc", 79 "src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc",
79 "src/google/protobuf/stubs/atomicops_internals_x86_msvc.h", 80 "src/google/protobuf/stubs/atomicops_internals_x86_msvc.h",
80 "src/google/protobuf/stubs/atomic_sequence_num.h", 81 "src/google/protobuf/stubs/atomic_sequence_num.h",
81 "src/google/protobuf/stubs/bytestream.cc", 82 "src/google/protobuf/stubs/bytestream.cc",
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "src/google/protobuf/compiler/java/java_message_builder_lite.cc", 446 "src/google/protobuf/compiler/java/java_message_builder_lite.cc",
446 "src/google/protobuf/compiler/java/java_message_builder_lite.h", 447 "src/google/protobuf/compiler/java/java_message_builder_lite.h",
447 "src/google/protobuf/compiler/java/java_message_field.cc", 448 "src/google/protobuf/compiler/java/java_message_field.cc",
448 "src/google/protobuf/compiler/java/java_message_field.h", 449 "src/google/protobuf/compiler/java/java_message_field.h",
449 "src/google/protobuf/compiler/java/java_message_field_lite.cc", 450 "src/google/protobuf/compiler/java/java_message_field_lite.cc",
450 "src/google/protobuf/compiler/java/java_message_field_lite.h", 451 "src/google/protobuf/compiler/java/java_message_field_lite.h",
451 "src/google/protobuf/compiler/java/java_message_lite.cc", 452 "src/google/protobuf/compiler/java/java_message_lite.cc",
452 "src/google/protobuf/compiler/java/java_message_lite.h", 453 "src/google/protobuf/compiler/java/java_message_lite.h",
453 "src/google/protobuf/compiler/java/java_name_resolver.cc", 454 "src/google/protobuf/compiler/java/java_name_resolver.cc",
454 "src/google/protobuf/compiler/java/java_name_resolver.h", 455 "src/google/protobuf/compiler/java/java_name_resolver.h",
456 "src/google/protobuf/compiler/java/java_options.h",
455 "src/google/protobuf/compiler/java/java_primitive_field.cc", 457 "src/google/protobuf/compiler/java/java_primitive_field.cc",
456 "src/google/protobuf/compiler/java/java_primitive_field.h", 458 "src/google/protobuf/compiler/java/java_primitive_field.h",
457 "src/google/protobuf/compiler/java/java_primitive_field_lite.cc", 459 "src/google/protobuf/compiler/java/java_primitive_field_lite.cc",
458 "src/google/protobuf/compiler/java/java_primitive_field_lite.h", 460 "src/google/protobuf/compiler/java/java_primitive_field_lite.h",
459 "src/google/protobuf/compiler/java/java_service.cc", 461 "src/google/protobuf/compiler/java/java_service.cc",
460 "src/google/protobuf/compiler/java/java_service.h", 462 "src/google/protobuf/compiler/java/java_service.h",
461 "src/google/protobuf/compiler/java/java_shared_code_generator.cc", 463 "src/google/protobuf/compiler/java/java_shared_code_generator.cc",
462 "src/google/protobuf/compiler/java/java_shared_code_generator.h", 464 "src/google/protobuf/compiler/java/java_shared_code_generator.h",
463 "src/google/protobuf/compiler/java/java_string_field.cc", 465 "src/google/protobuf/compiler/java/java_string_field.cc",
464 "src/google/protobuf/compiler/java/java_string_field.h", 466 "src/google/protobuf/compiler/java/java_string_field.h",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 "src/google/protobuf/compiler/objectivec/objectivec_map_field.cc", 507 "src/google/protobuf/compiler/objectivec/objectivec_map_field.cc",
506 "src/google/protobuf/compiler/objectivec/objectivec_map_field.h", 508 "src/google/protobuf/compiler/objectivec/objectivec_map_field.h",
507 "src/google/protobuf/compiler/objectivec/objectivec_message.cc", 509 "src/google/protobuf/compiler/objectivec/objectivec_message.cc",
508 "src/google/protobuf/compiler/objectivec/objectivec_message.h", 510 "src/google/protobuf/compiler/objectivec/objectivec_message.h",
509 "src/google/protobuf/compiler/objectivec/objectivec_message_field.cc", 511 "src/google/protobuf/compiler/objectivec/objectivec_message_field.cc",
510 "src/google/protobuf/compiler/objectivec/objectivec_message_field.h", 512 "src/google/protobuf/compiler/objectivec/objectivec_message_field.h",
511 "src/google/protobuf/compiler/objectivec/objectivec_oneof.cc", 513 "src/google/protobuf/compiler/objectivec/objectivec_oneof.cc",
512 "src/google/protobuf/compiler/objectivec/objectivec_oneof.h", 514 "src/google/protobuf/compiler/objectivec/objectivec_oneof.h",
513 "src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc", 515 "src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc",
514 "src/google/protobuf/compiler/objectivec/objectivec_primitive_field.h", 516 "src/google/protobuf/compiler/objectivec/objectivec_primitive_field.h",
517 "src/google/protobuf/compiler/php/php_generator.cc",
518 "src/google/protobuf/compiler/php/php_generator.h",
515 "src/google/protobuf/compiler/plugin.cc", 519 "src/google/protobuf/compiler/plugin.cc",
516 "src/google/protobuf/compiler/plugin.h", 520 "src/google/protobuf/compiler/plugin.h",
517 "src/google/protobuf/compiler/plugin.pb.cc", 521 "src/google/protobuf/compiler/plugin.pb.cc",
518 "src/google/protobuf/compiler/plugin.pb.h", 522 "src/google/protobuf/compiler/plugin.pb.h",
519 "src/google/protobuf/compiler/python/python_generator.cc", 523 "src/google/protobuf/compiler/python/python_generator.cc",
520 "src/google/protobuf/compiler/python/python_generator.h", 524 "src/google/protobuf/compiler/python/python_generator.h",
521 "src/google/protobuf/compiler/ruby/ruby_generator.cc", 525 "src/google/protobuf/compiler/ruby/ruby_generator.cc",
522 "src/google/protobuf/compiler/ruby/ruby_generator.h", 526 "src/google/protobuf/compiler/ruby/ruby_generator.h",
523 "src/google/protobuf/compiler/subprocess.cc", 527 "src/google/protobuf/compiler/subprocess.cc",
524 "src/google/protobuf/compiler/subprocess.h", 528 "src/google/protobuf/compiler/subprocess.h",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 ":copy_google_protobuf_internal", 647 ":copy_google_protobuf_internal",
644 ":copy_six", 648 ":copy_six",
645 ] 649 ]
646 650
647 # Targets that depend on this should depend on the copied data files. 651 # Targets that depend on this should depend on the copied data files.
648 data = get_target_outputs(":copy_google") 652 data = get_target_outputs(":copy_google")
649 data += get_target_outputs(":copy_six") 653 data += get_target_outputs(":copy_six")
650 data += get_target_outputs(":copy_google_protobuf") 654 data += get_target_outputs(":copy_google_protobuf")
651 data += get_target_outputs(":copy_google_protobuf_internal") 655 data += get_target_outputs(":copy_google_protobuf_internal")
652 } 656 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698