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

Side by Side Diff: components/html_viewer/BUILD.gn

Issue 1110833003: Move the IsSupported* mime functions out of //net and into //components/mime_util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//third_party/mojo/src/mojo/public/mojo.gni") 6 import("//third_party/mojo/src/mojo/public/mojo.gni")
7 import("//third_party/mojo/src/mojo/public/mojo_application.gni") 7 import("//third_party/mojo/src/mojo/public/mojo_application.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Repack this here. 10 # Repack this here.
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 include_dirs = [ "third_party/WebKit" ] 98 include_dirs = [ "third_party/WebKit" ]
99 99
100 deps = [ 100 deps = [
101 "//base", 101 "//base",
102 "//base/third_party/dynamic_annotations", 102 "//base/third_party/dynamic_annotations",
103 "//cc", 103 "//cc",
104 "//cc/blink", 104 "//cc/blink",
105 "//cc/surfaces", 105 "//cc/surfaces",
106 "//components/clipboard/public/interfaces", 106 "//components/clipboard/public/interfaces",
107 "//components/gpu/public/interfaces", 107 "//components/gpu/public/interfaces",
108 "//components/mime_util",
108 "//components/surfaces/public/interfaces", 109 "//components/surfaces/public/interfaces",
109 "//components/webcrypto", 110 "//components/webcrypto",
110 "//gin", 111 "//gin",
111 "//media", 112 "//media",
112 "//media/blink", 113 "//media/blink",
113 "//media/mojo", 114 "//media/mojo",
114 "//mojo/application", 115 "//mojo/application",
115 "//mojo/cc", 116 "//mojo/cc",
116 "//mojo/common", 117 "//mojo/common",
117 "//mojo/converters/surfaces", 118 "//mojo/converters/surfaces",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 ] 234 ]
234 235
235 deps = [ 236 deps = [
236 ":lib", 237 ":lib",
237 ":html_viewer", 238 ":html_viewer",
238 "//mojo/application:test_support", 239 "//mojo/application:test_support",
239 "//net:test_support", 240 "//net:test_support",
240 "//testing/gtest", 241 "//testing/gtest",
241 ] 242 ]
242 } 243 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698