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

Side by Side Diff: mojo/services/html_viewer/BUILD.gn

Issue 550003005: Mojo: WebSocket interface now reuses the DataPipe for subsequent sends or (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: give up Created 6 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
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 # GYP version: mojo/mojo_services.gypi:mojo_html_viewer 5 # GYP version: mojo/mojo_services.gypi:mojo_html_viewer
6 shared_library("html_viewer") { 6 shared_library("html_viewer") {
7 output_name = "mojo_html_viewer" 7 output_name = "mojo_html_viewer"
8 8
9 sources = [ 9 sources = [
10 "blink_basic_type_converters.cc", 10 "blink_basic_type_converters.cc",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "//media", 49 "//media",
50 "//media/audio", 50 "//media/audio",
51 "//media/base", 51 "//media/base",
52 "//media/blink", 52 "//media/blink",
53 "//mojo/cc", 53 "//mojo/cc",
54 "//mojo/common", 54 "//mojo/common",
55 "//mojo/application", 55 "//mojo/application",
56 "//mojo/public/c/system:for_shared_library", 56 "//mojo/public/c/system:for_shared_library",
57 "//mojo/public/cpp/bindings", 57 "//mojo/public/cpp/bindings",
58 "//mojo/public/cpp/utility", 58 "//mojo/public/cpp/utility",
59 "//mojo/public/interfaces/application",
60 "//mojo/services/public/cpp/network",
59 "//mojo/services/public/cpp/view_manager", 61 "//mojo/services/public/cpp/view_manager",
60 "//mojo/public/interfaces/application",
61 "//mojo/services/public/interfaces/clipboard", 62 "//mojo/services/public/interfaces/clipboard",
62 "//mojo/services/public/interfaces/content_handler", 63 "//mojo/services/public/interfaces/content_handler",
63 "//mojo/services/public/interfaces/gpu", 64 "//mojo/services/public/interfaces/gpu",
64 "//mojo/services/public/interfaces/input_events:input_events", 65 "//mojo/services/public/interfaces/input_events:input_events",
65 "//mojo/services/public/interfaces/navigation", 66 "//mojo/services/public/interfaces/navigation",
66 "//mojo/services/public/interfaces/network", 67 "//mojo/services/public/interfaces/network",
67 "//mojo/services/public/interfaces/surfaces", 68 "//mojo/services/public/interfaces/surfaces",
68 "//mojo/services/public/cpp/surfaces", 69 "//mojo/services/public/cpp/surfaces",
69 "//net", 70 "//net",
70 "//skia", 71 "//skia",
71 "//third_party/WebKit/public:blink", 72 "//third_party/WebKit/public:blink",
72 "//ui/native_theme", 73 "//ui/native_theme",
73 "//url", 74 "//url",
74 ] 75 ]
75 } 76 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698