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

Side by Side Diff: blimp/net/BUILD.gn

Issue 1962393004: Added a debug info UI for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Built debug UI Created 4 years, 7 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 component("net") { 5 component("net") {
6 output_name = "blimp_net" 6 output_name = "blimp_net"
7 sources = [ 7 sources = [
8 "blimp_connection.cc", 8 "blimp_connection.cc",
9 "blimp_connection.h", 9 "blimp_connection.h",
10 "blimp_connection_details.cc",
11 "blimp_connection_details.h",
10 "blimp_message_checkpoint_observer.h", 12 "blimp_message_checkpoint_observer.h",
11 "blimp_message_checkpointer.cc", 13 "blimp_message_checkpointer.cc",
12 "blimp_message_checkpointer.h", 14 "blimp_message_checkpointer.h",
13 "blimp_message_demultiplexer.cc", 15 "blimp_message_demultiplexer.cc",
14 "blimp_message_demultiplexer.h", 16 "blimp_message_demultiplexer.h",
15 "blimp_message_multiplexer.cc", 17 "blimp_message_multiplexer.cc",
16 "blimp_message_multiplexer.h", 18 "blimp_message_multiplexer.h",
17 "blimp_message_output_buffer.cc", 19 "blimp_message_output_buffer.cc",
18 "blimp_message_output_buffer.h", 20 "blimp_message_output_buffer.h",
19 "blimp_message_processor.h", 21 "blimp_message_processor.h",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "//base/test:test_support", 133 "//base/test:test_support",
132 "//blimp/common", 134 "//blimp/common",
133 "//blimp/common:test_support", 135 "//blimp/common:test_support",
134 "//blimp/common/proto", 136 "//blimp/common/proto",
135 "//net:test_support", 137 "//net:test_support",
136 "//testing/gmock", 138 "//testing/gmock",
137 "//testing/gtest", 139 "//testing/gtest",
138 "//third_party/WebKit/public:blink_headers", 140 "//third_party/WebKit/public:blink_headers",
139 ] 141 ]
140 } 142 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698