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

Side by Side Diff: BUILD.gn

Issue 2338983002: Fix BUILD.gn to incorporate more existing files. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | 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 # GRPC Chromium BUILD.gn file. 1 # GRPC Chromium BUILD.gn file.
2 # This file has been automatically generated from a template file. 2 # This file has been automatically generated from a template file.
3 # Please look at the templates directory instead. 3 # Please look at the templates directory instead.
4 # This file can be regenerated from the template by running 4 # This file can be regenerated from the template by running
5 # tools/buildgen/generate_projects.sh 5 # tools/buildgen/generate_projects.sh
6 config("grpc_config") { 6 config("grpc_config") {
7 include_dirs = [ 7 include_dirs = [
8 ".", 8 ".",
9 "include/", 9 "include/",
10 ] 10 ]
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "include/grpc/impl/codegen/slice_buffer.h", 65 "include/grpc/impl/codegen/slice_buffer.h",
66 "include/grpc/impl/codegen/sync.h", 66 "include/grpc/impl/codegen/sync.h",
67 "include/grpc/impl/codegen/sync_generic.h", 67 "include/grpc/impl/codegen/sync_generic.h",
68 "include/grpc/impl/codegen/sync_posix.h", 68 "include/grpc/impl/codegen/sync_posix.h",
69 "include/grpc/impl/codegen/sync_windows.h", 69 "include/grpc/impl/codegen/sync_windows.h",
70 "include/grpc/impl/codegen/time.h", 70 "include/grpc/impl/codegen/time.h",
71 "src/core/lib/profiling/timers.h", 71 "src/core/lib/profiling/timers.h",
72 "src/core/lib/support/backoff.h", 72 "src/core/lib/support/backoff.h",
73 "src/core/lib/support/block_annotate.h", 73 "src/core/lib/support/block_annotate.h",
74 "src/core/lib/support/env.h", 74 "src/core/lib/support/env.h",
75 "src/core/lib/support/mpscq.h",
75 "src/core/lib/support/murmur_hash.h", 76 "src/core/lib/support/murmur_hash.h",
76 "src/core/lib/support/percent_encoding.h", 77 "src/core/lib/support/percent_encoding.h",
77 "src/core/lib/support/stack_lockfree.h", 78 "src/core/lib/support/stack_lockfree.h",
78 "src/core/lib/support/string.h", 79 "src/core/lib/support/string.h",
79 "src/core/lib/support/string_windows.h", 80 "src/core/lib/support/string_windows.h",
80 "src/core/lib/support/thd_internal.h", 81 "src/core/lib/support/thd_internal.h",
81 "src/core/lib/support/time_precise.h", 82 "src/core/lib/support/time_precise.h",
82 "src/core/lib/support/tmpfile.h", 83 "src/core/lib/support/tmpfile.h",
83 "src/core/lib/profiling/basic_timers.c", 84 "src/core/lib/profiling/basic_timers.c",
84 "src/core/lib/profiling/stap_timers.c", 85 "src/core/lib/profiling/stap_timers.c",
85 "src/core/lib/support/alloc.c", 86 "src/core/lib/support/alloc.c",
86 "src/core/lib/support/avl.c", 87 "src/core/lib/support/avl.c",
87 "src/core/lib/support/backoff.c", 88 "src/core/lib/support/backoff.c",
88 "src/core/lib/support/cmdline.c", 89 "src/core/lib/support/cmdline.c",
89 "src/core/lib/support/cpu_iphone.c", 90 "src/core/lib/support/cpu_iphone.c",
90 "src/core/lib/support/cpu_linux.c", 91 "src/core/lib/support/cpu_linux.c",
91 "src/core/lib/support/cpu_posix.c", 92 "src/core/lib/support/cpu_posix.c",
92 "src/core/lib/support/cpu_windows.c", 93 "src/core/lib/support/cpu_windows.c",
93 "src/core/lib/support/env_linux.c", 94 "src/core/lib/support/env_linux.c",
94 "src/core/lib/support/env_posix.c", 95 "src/core/lib/support/env_posix.c",
95 "src/core/lib/support/env_windows.c", 96 "src/core/lib/support/env_windows.c",
96 "src/core/lib/support/histogram.c", 97 "src/core/lib/support/histogram.c",
97 "src/core/lib/support/host_port.c", 98 "src/core/lib/support/host_port.c",
98 "src/core/lib/support/log.c", 99 "src/core/lib/support/log.c",
99 "src/core/lib/support/log_android.c", 100 "src/core/lib/support/log_android.c",
100 "src/core/lib/support/log_linux.c", 101 "src/core/lib/support/log_linux.c",
101 "src/core/lib/support/log_posix.c", 102 "src/core/lib/support/log_posix.c",
102 "src/core/lib/support/log_windows.c", 103 "src/core/lib/support/log_windows.c",
104 "src/core/lib/support/mpscq.c",
103 "src/core/lib/support/murmur_hash.c", 105 "src/core/lib/support/murmur_hash.c",
104 "src/core/lib/support/percent_encoding.c", 106 "src/core/lib/support/percent_encoding.c",
105 "src/core/lib/support/slice.c", 107 "src/core/lib/support/slice.c",
106 "src/core/lib/support/slice_buffer.c", 108 "src/core/lib/support/slice_buffer.c",
107 "src/core/lib/support/stack_lockfree.c", 109 "src/core/lib/support/stack_lockfree.c",
108 "src/core/lib/support/string.c", 110 "src/core/lib/support/string.c",
109 "src/core/lib/support/string_posix.c", 111 "src/core/lib/support/string_posix.c",
110 "src/core/lib/support/string_util_windows.c", 112 "src/core/lib/support/string_util_windows.c",
111 "src/core/lib/support/string_windows.c", 113 "src/core/lib/support/string_windows.c",
112 "src/core/lib/support/subprocess_posix.c", 114 "src/core/lib/support/subprocess_posix.c",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "src/core/lib/channel/handshaker.h", 183 "src/core/lib/channel/handshaker.h",
182 "src/core/lib/channel/http_client_filter.h", 184 "src/core/lib/channel/http_client_filter.h",
183 "src/core/lib/channel/http_server_filter.h", 185 "src/core/lib/channel/http_server_filter.h",
184 "src/core/lib/compression/algorithm_metadata.h", 186 "src/core/lib/compression/algorithm_metadata.h",
185 "src/core/lib/compression/message_compress.h", 187 "src/core/lib/compression/message_compress.h",
186 "src/core/lib/debug/trace.h", 188 "src/core/lib/debug/trace.h",
187 "src/core/lib/http/format_request.h", 189 "src/core/lib/http/format_request.h",
188 "src/core/lib/http/httpcli.h", 190 "src/core/lib/http/httpcli.h",
189 "src/core/lib/http/parser.h", 191 "src/core/lib/http/parser.h",
190 "src/core/lib/iomgr/closure.h", 192 "src/core/lib/iomgr/closure.h",
193 "src/core/lib/iomgr/combiner.h",
191 "src/core/lib/iomgr/endpoint.h", 194 "src/core/lib/iomgr/endpoint.h",
192 "src/core/lib/iomgr/endpoint_pair.h", 195 "src/core/lib/iomgr/endpoint_pair.h",
193 "src/core/lib/iomgr/error.h", 196 "src/core/lib/iomgr/error.h",
194 "src/core/lib/iomgr/ev_epoll_linux.h", 197 "src/core/lib/iomgr/ev_epoll_linux.h",
195 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h", 198 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
196 "src/core/lib/iomgr/ev_poll_posix.h", 199 "src/core/lib/iomgr/ev_poll_posix.h",
197 "src/core/lib/iomgr/ev_posix.h", 200 "src/core/lib/iomgr/ev_posix.h",
198 "src/core/lib/iomgr/exec_ctx.h", 201 "src/core/lib/iomgr/exec_ctx.h",
199 "src/core/lib/iomgr/executor.h", 202 "src/core/lib/iomgr/executor.h",
200 "src/core/lib/iomgr/iocp_windows.h", 203 "src/core/lib/iomgr/iocp_windows.h",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 "src/core/lib/channel/handshaker.c", 326 "src/core/lib/channel/handshaker.c",
324 "src/core/lib/channel/http_client_filter.c", 327 "src/core/lib/channel/http_client_filter.c",
325 "src/core/lib/channel/http_server_filter.c", 328 "src/core/lib/channel/http_server_filter.c",
326 "src/core/lib/compression/compression.c", 329 "src/core/lib/compression/compression.c",
327 "src/core/lib/compression/message_compress.c", 330 "src/core/lib/compression/message_compress.c",
328 "src/core/lib/debug/trace.c", 331 "src/core/lib/debug/trace.c",
329 "src/core/lib/http/format_request.c", 332 "src/core/lib/http/format_request.c",
330 "src/core/lib/http/httpcli.c", 333 "src/core/lib/http/httpcli.c",
331 "src/core/lib/http/parser.c", 334 "src/core/lib/http/parser.c",
332 "src/core/lib/iomgr/closure.c", 335 "src/core/lib/iomgr/closure.c",
336 "src/core/lib/iomgr/combiner.c",
333 "src/core/lib/iomgr/endpoint.c", 337 "src/core/lib/iomgr/endpoint.c",
334 "src/core/lib/iomgr/endpoint_pair_posix.c", 338 "src/core/lib/iomgr/endpoint_pair_posix.c",
335 "src/core/lib/iomgr/endpoint_pair_windows.c", 339 "src/core/lib/iomgr/endpoint_pair_windows.c",
336 "src/core/lib/iomgr/error.c", 340 "src/core/lib/iomgr/error.c",
337 "src/core/lib/iomgr/ev_epoll_linux.c", 341 "src/core/lib/iomgr/ev_epoll_linux.c",
338 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c", 342 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
339 "src/core/lib/iomgr/ev_poll_posix.c", 343 "src/core/lib/iomgr/ev_poll_posix.c",
340 "src/core/lib/iomgr/ev_posix.c", 344 "src/core/lib/iomgr/ev_posix.c",
341 "src/core/lib/iomgr/exec_ctx.c", 345 "src/core/lib/iomgr/exec_ctx.c",
342 "src/core/lib/iomgr/executor.c", 346 "src/core/lib/iomgr/executor.c",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 "src/core/lib/channel/handshaker.h", 547 "src/core/lib/channel/handshaker.h",
544 "src/core/lib/channel/http_client_filter.h", 548 "src/core/lib/channel/http_client_filter.h",
545 "src/core/lib/channel/http_server_filter.h", 549 "src/core/lib/channel/http_server_filter.h",
546 "src/core/lib/compression/algorithm_metadata.h", 550 "src/core/lib/compression/algorithm_metadata.h",
547 "src/core/lib/compression/message_compress.h", 551 "src/core/lib/compression/message_compress.h",
548 "src/core/lib/debug/trace.h", 552 "src/core/lib/debug/trace.h",
549 "src/core/lib/http/format_request.h", 553 "src/core/lib/http/format_request.h",
550 "src/core/lib/http/httpcli.h", 554 "src/core/lib/http/httpcli.h",
551 "src/core/lib/http/parser.h", 555 "src/core/lib/http/parser.h",
552 "src/core/lib/iomgr/closure.h", 556 "src/core/lib/iomgr/closure.h",
557 "src/core/lib/iomgr/combiner.h",
553 "src/core/lib/iomgr/endpoint.h", 558 "src/core/lib/iomgr/endpoint.h",
554 "src/core/lib/iomgr/endpoint_pair.h", 559 "src/core/lib/iomgr/endpoint_pair.h",
555 "src/core/lib/iomgr/error.h", 560 "src/core/lib/iomgr/error.h",
556 "src/core/lib/iomgr/ev_epoll_linux.h", 561 "src/core/lib/iomgr/ev_epoll_linux.h",
557 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h", 562 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
558 "src/core/lib/iomgr/ev_poll_posix.h", 563 "src/core/lib/iomgr/ev_poll_posix.h",
559 "src/core/lib/iomgr/ev_posix.h", 564 "src/core/lib/iomgr/ev_posix.h",
560 "src/core/lib/iomgr/exec_ctx.h", 565 "src/core/lib/iomgr/exec_ctx.h",
561 "src/core/lib/iomgr/executor.h", 566 "src/core/lib/iomgr/executor.h",
562 "src/core/lib/iomgr/iocp_windows.h", 567 "src/core/lib/iomgr/iocp_windows.h",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 "src/core/lib/channel/handshaker.c", 689 "src/core/lib/channel/handshaker.c",
685 "src/core/lib/channel/http_client_filter.c", 690 "src/core/lib/channel/http_client_filter.c",
686 "src/core/lib/channel/http_server_filter.c", 691 "src/core/lib/channel/http_server_filter.c",
687 "src/core/lib/compression/compression.c", 692 "src/core/lib/compression/compression.c",
688 "src/core/lib/compression/message_compress.c", 693 "src/core/lib/compression/message_compress.c",
689 "src/core/lib/debug/trace.c", 694 "src/core/lib/debug/trace.c",
690 "src/core/lib/http/format_request.c", 695 "src/core/lib/http/format_request.c",
691 "src/core/lib/http/httpcli.c", 696 "src/core/lib/http/httpcli.c",
692 "src/core/lib/http/parser.c", 697 "src/core/lib/http/parser.c",
693 "src/core/lib/iomgr/closure.c", 698 "src/core/lib/iomgr/closure.c",
699 "src/core/lib/iomgr/combiner.c",
694 "src/core/lib/iomgr/endpoint.c", 700 "src/core/lib/iomgr/endpoint.c",
695 "src/core/lib/iomgr/endpoint_pair_posix.c", 701 "src/core/lib/iomgr/endpoint_pair_posix.c",
696 "src/core/lib/iomgr/endpoint_pair_windows.c", 702 "src/core/lib/iomgr/endpoint_pair_windows.c",
697 "src/core/lib/iomgr/error.c", 703 "src/core/lib/iomgr/error.c",
698 "src/core/lib/iomgr/ev_epoll_linux.c", 704 "src/core/lib/iomgr/ev_epoll_linux.c",
699 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c", 705 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
700 "src/core/lib/iomgr/ev_poll_posix.c", 706 "src/core/lib/iomgr/ev_poll_posix.c",
701 "src/core/lib/iomgr/ev_posix.c", 707 "src/core/lib/iomgr/ev_posix.c",
702 "src/core/lib/iomgr/exec_ctx.c", 708 "src/core/lib/iomgr/exec_ctx.c",
703 "src/core/lib/iomgr/executor.c", 709 "src/core/lib/iomgr/executor.c",
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 "src/core/lib/channel/handshaker.h", 900 "src/core/lib/channel/handshaker.h",
895 "src/core/lib/channel/http_client_filter.h", 901 "src/core/lib/channel/http_client_filter.h",
896 "src/core/lib/channel/http_server_filter.h", 902 "src/core/lib/channel/http_server_filter.h",
897 "src/core/lib/compression/algorithm_metadata.h", 903 "src/core/lib/compression/algorithm_metadata.h",
898 "src/core/lib/compression/message_compress.h", 904 "src/core/lib/compression/message_compress.h",
899 "src/core/lib/debug/trace.h", 905 "src/core/lib/debug/trace.h",
900 "src/core/lib/http/format_request.h", 906 "src/core/lib/http/format_request.h",
901 "src/core/lib/http/httpcli.h", 907 "src/core/lib/http/httpcli.h",
902 "src/core/lib/http/parser.h", 908 "src/core/lib/http/parser.h",
903 "src/core/lib/iomgr/closure.h", 909 "src/core/lib/iomgr/closure.h",
910 "src/core/lib/iomgr/combiner.h",
904 "src/core/lib/iomgr/endpoint.h", 911 "src/core/lib/iomgr/endpoint.h",
905 "src/core/lib/iomgr/endpoint_pair.h", 912 "src/core/lib/iomgr/endpoint_pair.h",
906 "src/core/lib/iomgr/error.h", 913 "src/core/lib/iomgr/error.h",
907 "src/core/lib/iomgr/ev_epoll_linux.h", 914 "src/core/lib/iomgr/ev_epoll_linux.h",
908 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h", 915 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
909 "src/core/lib/iomgr/ev_poll_posix.h", 916 "src/core/lib/iomgr/ev_poll_posix.h",
910 "src/core/lib/iomgr/ev_posix.h", 917 "src/core/lib/iomgr/ev_posix.h",
911 "src/core/lib/iomgr/exec_ctx.h", 918 "src/core/lib/iomgr/exec_ctx.h",
912 "src/core/lib/iomgr/executor.h", 919 "src/core/lib/iomgr/executor.h",
913 "src/core/lib/iomgr/iocp_windows.h", 920 "src/core/lib/iomgr/iocp_windows.h",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 "src/core/lib/channel/handshaker.c", 1020 "src/core/lib/channel/handshaker.c",
1014 "src/core/lib/channel/http_client_filter.c", 1021 "src/core/lib/channel/http_client_filter.c",
1015 "src/core/lib/channel/http_server_filter.c", 1022 "src/core/lib/channel/http_server_filter.c",
1016 "src/core/lib/compression/compression.c", 1023 "src/core/lib/compression/compression.c",
1017 "src/core/lib/compression/message_compress.c", 1024 "src/core/lib/compression/message_compress.c",
1018 "src/core/lib/debug/trace.c", 1025 "src/core/lib/debug/trace.c",
1019 "src/core/lib/http/format_request.c", 1026 "src/core/lib/http/format_request.c",
1020 "src/core/lib/http/httpcli.c", 1027 "src/core/lib/http/httpcli.c",
1021 "src/core/lib/http/parser.c", 1028 "src/core/lib/http/parser.c",
1022 "src/core/lib/iomgr/closure.c", 1029 "src/core/lib/iomgr/closure.c",
1030 "src/core/lib/iomgr/combiner.c",
1023 "src/core/lib/iomgr/endpoint.c", 1031 "src/core/lib/iomgr/endpoint.c",
1024 "src/core/lib/iomgr/endpoint_pair_posix.c", 1032 "src/core/lib/iomgr/endpoint_pair_posix.c",
1025 "src/core/lib/iomgr/endpoint_pair_windows.c", 1033 "src/core/lib/iomgr/endpoint_pair_windows.c",
1026 "src/core/lib/iomgr/error.c", 1034 "src/core/lib/iomgr/error.c",
1027 "src/core/lib/iomgr/ev_epoll_linux.c", 1035 "src/core/lib/iomgr/ev_epoll_linux.c",
1028 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c", 1036 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
1029 "src/core/lib/iomgr/ev_poll_posix.c", 1037 "src/core/lib/iomgr/ev_poll_posix.c",
1030 "src/core/lib/iomgr/ev_posix.c", 1038 "src/core/lib/iomgr/ev_posix.c",
1031 "src/core/lib/iomgr/exec_ctx.c", 1039 "src/core/lib/iomgr/exec_ctx.c",
1032 "src/core/lib/iomgr/executor.c", 1040 "src/core/lib/iomgr/executor.c",
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
1529 "//third_party/protobuf:protobuf_config", 1537 "//third_party/protobuf:protobuf_config",
1530 ] 1538 ]
1531 public_configs = [ ":grpc_config" ] 1539 public_configs = [ ":grpc_config" ]
1532 } 1540 }
1533 1541
1534 } 1542 }
1535 1543
1536 1544
1537 1545
1538 1546
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698