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

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

Issue 1077273002: html_viewer: Move webcrypto to a place where html_viewer can use it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copy the msvs_disabled_warnings to the new target. Created 5 years, 8 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 ] 91 ]
92 92
93 include_dirs = [ "third_party/WebKit" ] 93 include_dirs = [ "third_party/WebKit" ]
94 94
95 deps = [ 95 deps = [
96 "//base", 96 "//base",
97 "//base/third_party/dynamic_annotations", 97 "//base/third_party/dynamic_annotations",
98 "//cc", 98 "//cc",
99 "//cc/blink", 99 "//cc/blink",
100 "//cc/surfaces", 100 "//cc/surfaces",
101 "//components/webcrypto",
101 "//gin", 102 "//gin",
102 "//media", 103 "//media",
103 "//media/blink", 104 "//media/blink",
104 "//media/mojo", 105 "//media/mojo",
105 "//mojo/application", 106 "//mojo/application",
106 "//mojo/cc", 107 "//mojo/cc",
107 "//mojo/common", 108 "//mojo/common",
108 "//mojo/converters/surfaces", 109 "//mojo/converters/surfaces",
109 "//mojo/services/network/public/cpp", 110 "//mojo/services/network/public/cpp",
110 "//mojo/services/network/public/interfaces", 111 "//mojo/services/network/public/interfaces",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 ] 225 ]
225 226
226 deps = [ 227 deps = [
227 ":lib", 228 ":lib",
228 ":html_viewer", 229 ":html_viewer",
229 "//mojo/application:test_support", 230 "//mojo/application:test_support",
230 "//net:test_support", 231 "//net:test_support",
231 "//testing/gtest", 232 "//testing/gtest",
232 ] 233 ]
233 } 234 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698