From b7bf5b91ad3ba1c2def12a171e54a1a0cec4a384 Mon Sep 17 00:00:00 2001 From: Mike Bjorge Date: Fri, 28 Jul 2017 00:43:49 +0000 Subject: [PATCH] [Cleanup] gn format all the gn files find . -name '*.gn' -o '*.gni' -exec gn format {} \; Change-Id: Ib9a441cbf022c9dafb815b97cb868c83d6e9b5d7 Reviewed-on: https://chromium-review.googlesource.com/589822 Reviewed-by: Dirk Pranke Reviewed-by: Brett Wilson Commit-Queue: Mike Bjorge Cr-Commit-Position: refs/heads/master@{#490165} --- build/config/compiler/BUILD.gn | 3 +- build/config/features.gni | 2 +- .../development/scripts/BUILD.gn | 8 +- build/toolchain/linux/BUILD.gn | 2 - chrome/test/vr/perf/BUILD.gn | 28 +- components/url_formatter/android/BUILD.gn | 5 +- ipc/BUILD.gn | 12 +- remoting/client/input/BUILD.gn | 2 +- remoting/host/mac/BUILD.gn | 4 +- remoting/protocol/BUILD.gn | 2 +- .../WebKit/Source/bindings/core/BUILD.gn | 3 +- third_party/brotli/BUILD.gn | 26 +- third_party/libjingle_xmpp/BUILD.gn | 2 +- third_party/libphonenumber/BUILD.gn | 4 +- third_party/libxslt/BUILD.gn | 4 +- third_party/mach_override/BUILD.gn | 2 +- third_party/ocmock/BUILD.gn | 4 +- third_party/opus/BUILD.gn | 2 +- third_party/protobuf/BUILD.gn | 252 +++++++++--------- 19 files changed, 187 insertions(+), 180 deletions(-) diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn index a36ccb716c2de2..df1a5c022f0d55 100644 --- a/build/config/compiler/BUILD.gn +++ b/build/config/compiler/BUILD.gn @@ -483,7 +483,8 @@ config("compiler") { # TODO(pcc): Make this conditional on is_official_build rather than on gn # flags for specific features. if (!is_debug && (allow_posix_link_time_opt || is_cfi) && !is_nacl) { - assert(use_lld || target_os == "chromeos", "gold plugin only supported with ChromeOS") + assert(use_lld || target_os == "chromeos", + "gold plugin only supported with ChromeOS") if (use_thin_lto) { cflags += [ "-flto=thin" ] diff --git a/build/config/features.gni b/build/config/features.gni index 5095e4c3daa798..cd469c1361ecb7 100644 --- a/build/config/features.gni +++ b/build/config/features.gni @@ -29,7 +29,7 @@ declare_args() { !(is_linux && target_cpu == "arm64") # Non-SFI is not yet supported on mipsel - enable_nacl_nonsfi = (current_cpu != "mipsel" && current_cpu != "mips64el") + enable_nacl_nonsfi = current_cpu != "mipsel" && current_cpu != "mips64el" # Enables proprietary codecs and demuxers; e.g. H264, AAC, MP3, and MP4. # We always build Google Chrome and Chromecast with proprietary codecs. diff --git a/build/secondary/third_party/android_platform/development/scripts/BUILD.gn b/build/secondary/third_party/android_platform/development/scripts/BUILD.gn index 645d5d7769442d..2ac12d793d92fe 100644 --- a/build/secondary/third_party/android_platform/development/scripts/BUILD.gn +++ b/build/secondary/third_party/android_platform/development/scripts/BUILD.gn @@ -13,7 +13,9 @@ group("stack_py") { sources = _py_files data = sources - data += ["${android_tool_prefix}addr2line", - "${android_tool_prefix}objdump", - "${android_tool_prefix}c++filt"] + data += [ + "${android_tool_prefix}addr2line", + "${android_tool_prefix}objdump", + "${android_tool_prefix}c++filt", + ] } diff --git a/build/toolchain/linux/BUILD.gn b/build/toolchain/linux/BUILD.gn index 217a0a69a600e6..a44aac561501cf 100644 --- a/build/toolchain/linux/BUILD.gn +++ b/build/toolchain/linux/BUILD.gn @@ -177,7 +177,6 @@ clang_toolchain("clang_mips64el") { } } - gcc_toolchain("mipsel") { cc = "mipsel-linux-gnu-gcc" cxx = "mipsel-linux-gnu-g++" @@ -212,7 +211,6 @@ gcc_toolchain("mips64el") { } } - gcc_toolchain("s390x") { cc = "gcc" cxx = "g++" diff --git a/chrome/test/vr/perf/BUILD.gn b/chrome/test/vr/perf/BUILD.gn index d9ca08421d8555..6785d69fbbef99 100644 --- a/chrome/test/vr/perf/BUILD.gn +++ b/chrome/test/vr/perf/BUILD.gn @@ -14,14 +14,14 @@ common_data = [ group("motopho_latency_test") { testonly = true data = common_data + [ - "./latency/__init__.py", - "./latency/android_webvr_latency_test.py", - "./latency/latency_test_config.py", - "./latency/motopho_thread.py", - "./latency/robot_arm.py", - "./latency/run_latency_test.py", - "./latency/webvr_latency_test.py", - ] + "./latency/__init__.py", + "./latency/android_webvr_latency_test.py", + "./latency/latency_test_config.py", + "./latency/motopho_thread.py", + "./latency/robot_arm.py", + "./latency/run_latency_test.py", + "./latency/webvr_latency_test.py", + ] data_deps = [ "//chrome/android:chrome_public_apk", ] @@ -30,12 +30,12 @@ group("motopho_latency_test") { group("vrcore_fps_test") { testonly = true data = common_data + [ - "./vrcore_fps/__init__.py", - "./vrcore_fps/run_vrcore_fps_test.py", - "./vrcore_fps/vrcore_fps_test.py", - "./vrcore_fps/vrcore_fps_test_config.py", - "./vrcore_fps/vr_perf_summary.py", - ] + "./vrcore_fps/__init__.py", + "./vrcore_fps/run_vrcore_fps_test.py", + "./vrcore_fps/vrcore_fps_test.py", + "./vrcore_fps/vrcore_fps_test_config.py", + "./vrcore_fps/vr_perf_summary.py", + ] data_deps = [ "//chrome/android:chrome_public_apk", ] diff --git a/components/url_formatter/android/BUILD.gn b/components/url_formatter/android/BUILD.gn index b4d97e8c1a119d..9070dc7799d012 100644 --- a/components/url_formatter/android/BUILD.gn +++ b/components/url_formatter/android/BUILD.gn @@ -9,9 +9,8 @@ android_library("url_formatter_java") { "//base:base_java", ] - java_files = [ - "java/src/org/chromium/components/url_formatter/UrlFormatter.java", - ] + java_files = + [ "java/src/org/chromium/components/url_formatter/UrlFormatter.java" ] } generate_jni("jni_headers") { diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn index 5c2e20959dff48..d5294db9a5acec 100644 --- a/ipc/BUILD.gn +++ b/ipc/BUILD.gn @@ -125,13 +125,9 @@ component("ipc") { ] if (!is_nacl_nonsfi) { - sources += [ - "ipc_message_protobuf_utils.h", - ] + sources += [ "ipc_message_protobuf_utils.h" ] - public_deps += [ - "//third_party/protobuf:protobuf_lite", - ] + public_deps += [ "//third_party/protobuf:protobuf_lite" ] } deps = [ @@ -245,9 +241,7 @@ if (!is_ios) { } if (!is_nacl_nonsfi) { - sources += [ - "ipc_message_protobuf_utils_unittest.cc", - ] + sources += [ "ipc_message_protobuf_utils_unittest.cc" ] } } diff --git a/remoting/client/input/BUILD.gn b/remoting/client/input/BUILD.gn index 60d527a70ebd03..b7a4367c59ee1e 100644 --- a/remoting/client/input/BUILD.gn +++ b/remoting/client/input/BUILD.gn @@ -54,8 +54,8 @@ source_set("normalizing_input_filter") { deps = [ "//remoting/base", - "//third_party/webrtc/rtc_base:rtc_base_approved", "//third_party/webrtc/modules/desktop_capture:primitives", + "//third_party/webrtc/rtc_base:rtc_base_approved", "//ui/events:dom_keycode_converter", ] } diff --git a/remoting/host/mac/BUILD.gn b/remoting/host/mac/BUILD.gn index 324bb4f449525b..2ad761c53d4705 100644 --- a/remoting/host/mac/BUILD.gn +++ b/remoting/host/mac/BUILD.gn @@ -15,7 +15,9 @@ source_set("constants") { "constants_mac.h", ] - deps = [ "//remoting/host:remoting_version" ] + deps = [ + "//remoting/host:remoting_version", + ] } # remoting_me2me_host-InfoPlist.strings diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn index b38627d087cee7..1667a8beab8047 100644 --- a/remoting/protocol/BUILD.gn +++ b/remoting/protocol/BUILD.gn @@ -48,9 +48,9 @@ static_library("protocol") { "connection_to_host.h", "content_description.cc", "content_description.h", - "datagram_channel_factory.h", "data_channel_manager.cc", "data_channel_manager.h", + "datagram_channel_factory.h", "errors.cc", "errors.h", "frame_consumer.h", diff --git a/third_party/WebKit/Source/bindings/core/BUILD.gn b/third_party/WebKit/Source/bindings/core/BUILD.gn index 9ea4f6a4d18029..147f8ef4198909 100644 --- a/third_party/WebKit/Source/bindings/core/BUILD.gn +++ b/third_party/WebKit/Source/bindings/core/BUILD.gn @@ -8,7 +8,8 @@ import("//third_party/WebKit/Source/core/core_idl_files.gni") visibility = [ "//third_party/WebKit/*" ] compute_interfaces_info_individual("interfaces_info_individual_core") { - sources = core_static_interface_idl_files + core_static_dependency_idl_files + + sources = + core_static_interface_idl_files + core_static_dependency_idl_files + core_generated_interface_idl_files + core_generated_dependency_idl_files interfaces_info_file = "$bindings_core_output_dir/InterfacesInfoCoreIndividual.pickle" diff --git a/third_party/brotli/BUILD.gn b/third_party/brotli/BUILD.gn index d094ad52347641..500fb98d51ea59 100644 --- a/third_party/brotli/BUILD.gn +++ b/third_party/brotli/BUILD.gn @@ -31,14 +31,18 @@ common_sources = [ static_library("common") { sources = common_sources public_configs = [ ":includes" ] - deps = [ ":headers" ] + deps = [ + ":headers", + ] } static_library("common_no_dictionary_data") { sources = common_sources public_configs = [ ":includes" ] - deps = [ ":headers" ] - defines = ["BROTLI_EXTERNAL_DICTIONARY_DATA"] + deps = [ + ":headers", + ] + defines = [ "BROTLI_EXTERNAL_DICTIONARY_DATA" ] } dec_sources = [ @@ -58,8 +62,12 @@ dec_sources = [ static_library("dec") { sources = dec_sources public_configs = [ ":includes" ] - public_deps = [ ":headers" ] - deps = [ ":common" ] + public_deps = [ + ":headers", + ] + deps = [ + ":common", + ] configs -= [ "//build/config/compiler:chromium_code" ] configs += [ "//build/config/compiler:no_chromium_code" ] @@ -72,8 +80,12 @@ static_library("dec") { static_library("dec_no_dictionary_data") { sources = dec_sources public_configs = [ ":includes" ] - public_deps = [ ":headers" ] - deps = [ ":common_no_dictionary_data" ] + public_deps = [ + ":headers", + ] + deps = [ + ":common_no_dictionary_data", + ] configs -= [ "//build/config/compiler:chromium_code" ] configs += [ "//build/config/compiler:no_chromium_code" ] diff --git a/third_party/libjingle_xmpp/BUILD.gn b/third_party/libjingle_xmpp/BUILD.gn index bf7495ec348258..75b93001307595 100644 --- a/third_party/libjingle_xmpp/BUILD.gn +++ b/third_party/libjingle_xmpp/BUILD.gn @@ -131,9 +131,9 @@ rtc_test("libjingle_xmpp_unittests") { deps = [ ":libjingle_xmpp", ":rtc_task_runner", - "//base/test:run_all_unittests", "//base/test:test_support", + # TODO(kjellander): Refactor/remove this dependency. It is needed by # third_party/webrtc_overrides/webrtc/rtc_base/win32socketinit.cc. "//net", diff --git a/third_party/libphonenumber/BUILD.gn b/third_party/libphonenumber/BUILD.gn index adf281b6a0263b..f66ffe0129825b 100644 --- a/third_party/libphonenumber/BUILD.gn +++ b/third_party/libphonenumber/BUILD.gn @@ -18,9 +18,9 @@ config("libphonenumber_config") { "dist/cpp/src", "$root_gen_dir/third_party/libphonenumber", ] - defines = [ + defines = [ "I18N_PHONENUMBERS_USE_ICU_REGEXP=1", - "I18N_PHONENUMBERS_USE_ALTERNATE_FORMATS=1" + "I18N_PHONENUMBERS_USE_ALTERNATE_FORMATS=1", ] if (!is_android) { defines += [ "I18N_PHONENUMBERS_NO_THREAD_SAFETY=1" ] diff --git a/third_party/libxslt/BUILD.gn b/third_party/libxslt/BUILD.gn index 87e25a4e69870c..30c64408a0b4a4 100644 --- a/third_party/libxslt/BUILD.gn +++ b/third_party/libxslt/BUILD.gn @@ -22,6 +22,8 @@ config("libxslt_warnings") { static_library("libxslt") { sources = [ + "linux/config.h", + "mac/config.h", "src/libxslt/attributes.c", "src/libxslt/attributes.h", "src/libxslt/attrvt.c", @@ -67,8 +69,6 @@ static_library("libxslt") { "src/libxslt/xsltutils.c", "src/libxslt/xsltutils.h", "src/libxslt/xsltwin32config.h", - "linux/config.h", - "mac/config.h", "win32/config.h", ] diff --git a/third_party/mach_override/BUILD.gn b/third_party/mach_override/BUILD.gn index 61af526645e5ee..410cf3635e7fe5 100644 --- a/third_party/mach_override/BUILD.gn +++ b/third_party/mach_override/BUILD.gn @@ -42,7 +42,7 @@ static_library("libudis86") { "//build/config/compiler:chromium_code", # For UD_ASSERT(!"message"); - "//build/config/clang:extra_warnings", + "//build/config/clang:extra_warnings", ] configs += [ "//build/config/compiler:no_chromium_code", diff --git a/third_party/ocmock/BUILD.gn b/third_party/ocmock/BUILD.gn index 8589255fc4c0c2..d6275c38c19f29 100644 --- a/third_party/ocmock/BUILD.gn +++ b/third_party/ocmock/BUILD.gn @@ -98,9 +98,7 @@ source_set("ocmock") { "//testing/gtest", ] public_configs = [ ":ocmock_config" ] - configs -= [ - "//build/config/compiler:chromium_code", - ] + configs -= [ "//build/config/compiler:chromium_code" ] configs += [ ":ocmock_warnings", "//build/config/compiler:no_chromium_code", diff --git a/third_party/opus/BUILD.gn b/third_party/opus/BUILD.gn index 48d0f0dee0e2c8..ac0c9522b78dee 100644 --- a/third_party/opus/BUILD.gn +++ b/third_party/opus/BUILD.gn @@ -463,8 +463,8 @@ test("test_opus_api") { test("test_opus_encode") { sources = [ - "src/tests/test_opus_encode.c", "src/tests/opus_encode_regressions.c", + "src/tests/test_opus_encode.c", ] configs -= [ "//build/config/compiler:chromium_code" ] diff --git a/third_party/protobuf/BUILD.gn b/third_party/protobuf/BUILD.gn index d165fc9dc146fb..93bfd5d2925e6b 100644 --- a/third_party/protobuf/BUILD.gn +++ b/third_party/protobuf/BUILD.gn @@ -218,132 +218,132 @@ static_library("protobuf_full") { ] sources = protobuf_lite_sources + [ - "src/google/protobuf/any.cc", - "src/google/protobuf/any.h", - "src/google/protobuf/any.pb.cc", - "src/google/protobuf/any.pb.h", - "src/google/protobuf/api.pb.cc", - "src/google/protobuf/api.pb.h", - "src/google/protobuf/compiler/importer.cc", - "src/google/protobuf/compiler/importer.h", - "src/google/protobuf/compiler/parser.cc", - "src/google/protobuf/compiler/parser.h", - "src/google/protobuf/descriptor.cc", - "src/google/protobuf/descriptor.h", - "src/google/protobuf/descriptor.pb.cc", - "src/google/protobuf/descriptor.pb.h", - "src/google/protobuf/descriptor_database.cc", - "src/google/protobuf/descriptor_database.h", - "src/google/protobuf/duration.pb.cc", - "src/google/protobuf/duration.pb.h", - "src/google/protobuf/dynamic_message.cc", - "src/google/protobuf/dynamic_message.h", - "src/google/protobuf/empty.pb.cc", - "src/google/protobuf/empty.pb.h", - "src/google/protobuf/extension_set_heavy.cc", - "src/google/protobuf/field_mask.pb.cc", - "src/google/protobuf/field_mask.pb.h", - "src/google/protobuf/generated_enum_reflection.h", - "src/google/protobuf/generated_enum_util.h", - "src/google/protobuf/generated_message_reflection.cc", - "src/google/protobuf/generated_message_reflection.h", - - # gzip_stream.cc pulls in zlib, but it's not actually used by protoc, just - # by test code, so instead of compiling zlib for the host, let's just - # exclude this. - # "src/google/protobuf/io/gzip_stream.cc", - # "src/google/protobuf/io/gzip_stream.h", - - "src/google/protobuf/io/printer.cc", - "src/google/protobuf/io/printer.h", - "src/google/protobuf/io/strtod.cc", - "src/google/protobuf/io/strtod.h", - "src/google/protobuf/io/tokenizer.cc", - "src/google/protobuf/io/tokenizer.h", - "src/google/protobuf/io/zero_copy_stream_impl.cc", - "src/google/protobuf/io/zero_copy_stream_impl.h", - "src/google/protobuf/map_entry.h", - "src/google/protobuf/map_field.cc", - "src/google/protobuf/map_field.h", - "src/google/protobuf/map_field_inl.h", - "src/google/protobuf/message.cc", - "src/google/protobuf/message.h", - "src/google/protobuf/metadata.h", - "src/google/protobuf/reflection.h", - "src/google/protobuf/reflection_internal.h", - "src/google/protobuf/reflection_ops.cc", - "src/google/protobuf/reflection_ops.h", - "src/google/protobuf/service.cc", - "src/google/protobuf/service.h", - "src/google/protobuf/source_context.pb.cc", - "src/google/protobuf/source_context.pb.h", - "src/google/protobuf/struct.pb.cc", - "src/google/protobuf/struct.pb.h", - "src/google/protobuf/stubs/mathlimits.cc", - "src/google/protobuf/stubs/mathlimits.h", - "src/google/protobuf/stubs/mathutil.h", - "src/google/protobuf/stubs/singleton.h", - "src/google/protobuf/stubs/substitute.cc", - "src/google/protobuf/stubs/substitute.h", - "src/google/protobuf/text_format.cc", - "src/google/protobuf/text_format.h", - "src/google/protobuf/timestamp.pb.cc", - "src/google/protobuf/timestamp.pb.h", - "src/google/protobuf/type.pb.cc", - "src/google/protobuf/type.pb.h", - "src/google/protobuf/unknown_field_set.cc", - "src/google/protobuf/unknown_field_set.h", - "src/google/protobuf/util/field_comparator.cc", - "src/google/protobuf/util/field_comparator.h", - "src/google/protobuf/util/field_mask_util.cc", - "src/google/protobuf/util/field_mask_util.h", - "src/google/protobuf/util/internal/constants.h", - "src/google/protobuf/util/internal/datapiece.cc", - "src/google/protobuf/util/internal/datapiece.h", - "src/google/protobuf/util/internal/default_value_objectwriter.cc", - "src/google/protobuf/util/internal/default_value_objectwriter.h", - "src/google/protobuf/util/internal/error_listener.cc", - "src/google/protobuf/util/internal/error_listener.h", - "src/google/protobuf/util/internal/field_mask_utility.cc", - "src/google/protobuf/util/internal/field_mask_utility.h", - "src/google/protobuf/util/internal/json_escaping.cc", - "src/google/protobuf/util/internal/json_escaping.h", - "src/google/protobuf/util/internal/json_objectwriter.cc", - "src/google/protobuf/util/internal/json_objectwriter.h", - "src/google/protobuf/util/internal/json_stream_parser.cc", - "src/google/protobuf/util/internal/json_stream_parser.h", - "src/google/protobuf/util/internal/location_tracker.h", - "src/google/protobuf/util/internal/object_location_tracker.h", - "src/google/protobuf/util/internal/object_source.h", - "src/google/protobuf/util/internal/object_writer.cc", - "src/google/protobuf/util/internal/object_writer.h", - "src/google/protobuf/util/internal/proto_writer.cc", - "src/google/protobuf/util/internal/proto_writer.h", - "src/google/protobuf/util/internal/protostream_objectsource.cc", - "src/google/protobuf/util/internal/protostream_objectsource.h", - "src/google/protobuf/util/internal/protostream_objectwriter.cc", - "src/google/protobuf/util/internal/protostream_objectwriter.h", - "src/google/protobuf/util/internal/structured_objectwriter.h", - "src/google/protobuf/util/internal/type_info.cc", - "src/google/protobuf/util/internal/type_info.h", - "src/google/protobuf/util/internal/type_info_test_helper.cc", - "src/google/protobuf/util/internal/type_info_test_helper.h", - "src/google/protobuf/util/internal/utility.cc", - "src/google/protobuf/util/internal/utility.h", - "src/google/protobuf/util/json_util.cc", - "src/google/protobuf/util/json_util.h", - "src/google/protobuf/util/message_differencer.cc", - "src/google/protobuf/util/message_differencer.h", - "src/google/protobuf/util/time_util.cc", - "src/google/protobuf/util/time_util.h", - "src/google/protobuf/util/type_resolver.h", - "src/google/protobuf/util/type_resolver_util.cc", - "src/google/protobuf/util/type_resolver_util.h", - "src/google/protobuf/wire_format.cc", - "src/google/protobuf/wire_format.h", - "src/google/protobuf/wrappers.pb.cc", - "src/google/protobuf/wrappers.pb.h", - ] + "src/google/protobuf/any.cc", + "src/google/protobuf/any.h", + "src/google/protobuf/any.pb.cc", + "src/google/protobuf/any.pb.h", + "src/google/protobuf/api.pb.cc", + "src/google/protobuf/api.pb.h", + "src/google/protobuf/compiler/importer.cc", + "src/google/protobuf/compiler/importer.h", + "src/google/protobuf/compiler/parser.cc", + "src/google/protobuf/compiler/parser.h", + "src/google/protobuf/descriptor.cc", + "src/google/protobuf/descriptor.h", + "src/google/protobuf/descriptor.pb.cc", + "src/google/protobuf/descriptor.pb.h", + "src/google/protobuf/descriptor_database.cc", + "src/google/protobuf/descriptor_database.h", + "src/google/protobuf/duration.pb.cc", + "src/google/protobuf/duration.pb.h", + "src/google/protobuf/dynamic_message.cc", + "src/google/protobuf/dynamic_message.h", + "src/google/protobuf/empty.pb.cc", + "src/google/protobuf/empty.pb.h", + "src/google/protobuf/extension_set_heavy.cc", + "src/google/protobuf/field_mask.pb.cc", + "src/google/protobuf/field_mask.pb.h", + "src/google/protobuf/generated_enum_reflection.h", + "src/google/protobuf/generated_enum_util.h", + "src/google/protobuf/generated_message_reflection.cc", + "src/google/protobuf/generated_message_reflection.h", + + # gzip_stream.cc pulls in zlib, but it's not actually used by protoc, just + # by test code, so instead of compiling zlib for the host, let's just + # exclude this. + # "src/google/protobuf/io/gzip_stream.cc", + # "src/google/protobuf/io/gzip_stream.h", + + "src/google/protobuf/io/printer.cc", + "src/google/protobuf/io/printer.h", + "src/google/protobuf/io/strtod.cc", + "src/google/protobuf/io/strtod.h", + "src/google/protobuf/io/tokenizer.cc", + "src/google/protobuf/io/tokenizer.h", + "src/google/protobuf/io/zero_copy_stream_impl.cc", + "src/google/protobuf/io/zero_copy_stream_impl.h", + "src/google/protobuf/map_entry.h", + "src/google/protobuf/map_field.cc", + "src/google/protobuf/map_field.h", + "src/google/protobuf/map_field_inl.h", + "src/google/protobuf/message.cc", + "src/google/protobuf/message.h", + "src/google/protobuf/metadata.h", + "src/google/protobuf/reflection.h", + "src/google/protobuf/reflection_internal.h", + "src/google/protobuf/reflection_ops.cc", + "src/google/protobuf/reflection_ops.h", + "src/google/protobuf/service.cc", + "src/google/protobuf/service.h", + "src/google/protobuf/source_context.pb.cc", + "src/google/protobuf/source_context.pb.h", + "src/google/protobuf/struct.pb.cc", + "src/google/protobuf/struct.pb.h", + "src/google/protobuf/stubs/mathlimits.cc", + "src/google/protobuf/stubs/mathlimits.h", + "src/google/protobuf/stubs/mathutil.h", + "src/google/protobuf/stubs/singleton.h", + "src/google/protobuf/stubs/substitute.cc", + "src/google/protobuf/stubs/substitute.h", + "src/google/protobuf/text_format.cc", + "src/google/protobuf/text_format.h", + "src/google/protobuf/timestamp.pb.cc", + "src/google/protobuf/timestamp.pb.h", + "src/google/protobuf/type.pb.cc", + "src/google/protobuf/type.pb.h", + "src/google/protobuf/unknown_field_set.cc", + "src/google/protobuf/unknown_field_set.h", + "src/google/protobuf/util/field_comparator.cc", + "src/google/protobuf/util/field_comparator.h", + "src/google/protobuf/util/field_mask_util.cc", + "src/google/protobuf/util/field_mask_util.h", + "src/google/protobuf/util/internal/constants.h", + "src/google/protobuf/util/internal/datapiece.cc", + "src/google/protobuf/util/internal/datapiece.h", + "src/google/protobuf/util/internal/default_value_objectwriter.cc", + "src/google/protobuf/util/internal/default_value_objectwriter.h", + "src/google/protobuf/util/internal/error_listener.cc", + "src/google/protobuf/util/internal/error_listener.h", + "src/google/protobuf/util/internal/field_mask_utility.cc", + "src/google/protobuf/util/internal/field_mask_utility.h", + "src/google/protobuf/util/internal/json_escaping.cc", + "src/google/protobuf/util/internal/json_escaping.h", + "src/google/protobuf/util/internal/json_objectwriter.cc", + "src/google/protobuf/util/internal/json_objectwriter.h", + "src/google/protobuf/util/internal/json_stream_parser.cc", + "src/google/protobuf/util/internal/json_stream_parser.h", + "src/google/protobuf/util/internal/location_tracker.h", + "src/google/protobuf/util/internal/object_location_tracker.h", + "src/google/protobuf/util/internal/object_source.h", + "src/google/protobuf/util/internal/object_writer.cc", + "src/google/protobuf/util/internal/object_writer.h", + "src/google/protobuf/util/internal/proto_writer.cc", + "src/google/protobuf/util/internal/proto_writer.h", + "src/google/protobuf/util/internal/protostream_objectsource.cc", + "src/google/protobuf/util/internal/protostream_objectsource.h", + "src/google/protobuf/util/internal/protostream_objectwriter.cc", + "src/google/protobuf/util/internal/protostream_objectwriter.h", + "src/google/protobuf/util/internal/structured_objectwriter.h", + "src/google/protobuf/util/internal/type_info.cc", + "src/google/protobuf/util/internal/type_info.h", + "src/google/protobuf/util/internal/type_info_test_helper.cc", + "src/google/protobuf/util/internal/type_info_test_helper.h", + "src/google/protobuf/util/internal/utility.cc", + "src/google/protobuf/util/internal/utility.h", + "src/google/protobuf/util/json_util.cc", + "src/google/protobuf/util/json_util.h", + "src/google/protobuf/util/message_differencer.cc", + "src/google/protobuf/util/message_differencer.h", + "src/google/protobuf/util/time_util.cc", + "src/google/protobuf/util/time_util.h", + "src/google/protobuf/util/type_resolver.h", + "src/google/protobuf/util/type_resolver_util.cc", + "src/google/protobuf/util/type_resolver_util.h", + "src/google/protobuf/wire_format.cc", + "src/google/protobuf/wire_format.h", + "src/google/protobuf/wrappers.pb.cc", + "src/google/protobuf/wrappers.pb.h", + ] deps = [ "//build/config:exe_and_shlib_deps",