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

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

Issue 640893003: Move mojo/services/public/cpp TypeConverters to mojo/converters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore the directory and component structures and target names. Created 6 years, 2 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 | « mojo/mojo_services.gypi ('k') | mojo/services/html_viewer/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 deps = [ 45 deps = [
46 "//base", 46 "//base",
47 "//base/third_party/dynamic_annotations", 47 "//base/third_party/dynamic_annotations",
48 "//cc", 48 "//cc",
49 "//cc/blink", 49 "//cc/blink",
50 "//cc/surfaces", 50 "//cc/surfaces",
51 "//media", 51 "//media",
52 "//media/audio", 52 "//media/audio",
53 "//media/base", 53 "//media/base",
54 "//media/blink", 54 "//media/blink",
55 "//mojo/application",
55 "//mojo/cc", 56 "//mojo/cc",
56 "//mojo/common", 57 "//mojo/common",
57 "//mojo/application", 58 "//mojo/converters/surfaces",
58 "//mojo/public/c/system:for_shared_library", 59 "//mojo/public/c/system:for_shared_library",
59 "//mojo/public/cpp/bindings", 60 "//mojo/public/cpp/bindings",
60 "//mojo/public/cpp/utility", 61 "//mojo/public/cpp/utility",
61 "//mojo/public/interfaces/application", 62 "//mojo/public/interfaces/application",
62 "//mojo/services/public/cpp/network", 63 "//mojo/services/public/cpp/network",
63 "//mojo/services/public/cpp/view_manager", 64 "//mojo/services/public/cpp/view_manager",
64 "//mojo/services/public/interfaces/clipboard", 65 "//mojo/services/public/interfaces/clipboard",
65 "//mojo/services/public/interfaces/content_handler", 66 "//mojo/services/public/interfaces/content_handler",
66 "//mojo/services/public/interfaces/gpu", 67 "//mojo/services/public/interfaces/gpu",
67 "//mojo/services/public/interfaces/input_events:input_events", 68 "//mojo/services/public/interfaces/input_events:input_events",
68 "//mojo/services/public/interfaces/navigation", 69 "//mojo/services/public/interfaces/navigation",
69 "//mojo/services/public/interfaces/network", 70 "//mojo/services/public/interfaces/network",
70 "//mojo/services/public/interfaces/surfaces", 71 "//mojo/services/public/interfaces/surfaces",
71 "//mojo/services/public/cpp/surfaces",
72 "//net", 72 "//net",
73 "//skia", 73 "//skia",
74 "//third_party/WebKit/public:blink", 74 "//third_party/WebKit/public:blink",
75 "//ui/native_theme", 75 "//ui/native_theme",
76 "//url", 76 "//url",
77 ] 77 ]
78 } 78 }
OLDNEW
« no previous file with comments | « mojo/mojo_services.gypi ('k') | mojo/services/html_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698