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

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: Rebased 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/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 import("//mojo/mojo_application_package.gni") 5 import("//mojo/mojo_application_package.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/mojo/src/mojo/public/mojo.gni") 7 import("//third_party/mojo/src/mojo/public/mojo.gni")
8 import("//third_party/mojo/src/mojo/public/mojo_application.gni") 8 import("//third_party/mojo/src/mojo/public/mojo_application.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 include_dirs = [ "third_party/WebKit" ] 95 include_dirs = [ "third_party/WebKit" ]
96 96
97 deps = [ 97 deps = [
98 "//base", 98 "//base",
99 "//base/third_party/dynamic_annotations", 99 "//base/third_party/dynamic_annotations",
100 "//cc", 100 "//cc",
101 "//cc/blink", 101 "//cc/blink",
102 "//cc/surfaces", 102 "//cc/surfaces",
103 "//components/clipboard/public/interfaces", 103 "//components/clipboard/public/interfaces",
104 "//components/gpu/public/interfaces", 104 "//components/gpu/public/interfaces",
105 "//components/mime_util",
105 "//components/scheduler:scheduler", 106 "//components/scheduler:scheduler",
106 "//components/surfaces/public/interfaces", 107 "//components/surfaces/public/interfaces",
107 "//components/webcrypto", 108 "//components/webcrypto",
108 "//gin", 109 "//gin",
109 "//mandoline/services/navigation/public/interfaces", 110 "//mandoline/services/navigation/public/interfaces",
110 "//media", 111 "//media",
111 "//media/blink", 112 "//media/blink",
112 "//media/mojo", 113 "//media/mojo",
113 "//mojo/application", 114 "//mojo/application",
114 "//mojo/cc", 115 "//mojo/cc",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 ] 233 ]
233 234
234 deps = [ 235 deps = [
235 ":lib", 236 ":lib",
236 ":html_viewer", 237 ":html_viewer",
237 "//mojo/application:test_support", 238 "//mojo/application:test_support",
238 "//net:test_support", 239 "//net:test_support",
239 "//testing/gtest", 240 "//testing/gtest",
240 ] 241 ]
241 } 242 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/html_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698