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

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

Issue 1431233002: Remove blink's use of RC4 for random value generation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@random_asserts
Patch Set: Created 5 years, 1 month 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("//build_overrides/v8.gni") 5 import("//build_overrides/v8.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "//components/mime_util", 158 "//components/mime_util",
159 "//components/mus/gles2:lib", 159 "//components/mus/gles2:lib",
160 "//components/mus/public/interfaces", 160 "//components/mus/public/interfaces",
161 "//components/resource_provider/public/cpp", 161 "//components/resource_provider/public/cpp",
162 "//components/resource_provider/public/interfaces", 162 "//components/resource_provider/public/interfaces",
163 "//components/scheduler:scheduler", 163 "//components/scheduler:scheduler",
164 "//components/startup_metric_utils", 164 "//components/startup_metric_utils",
165 "//components/webcrypto", 165 "//components/webcrypto",
166 "//components/web_view:switches", 166 "//components/web_view:switches",
167 "//components/web_view/public/interfaces", 167 "//components/web_view/public/interfaces",
168 "//crypto",
168 "//gin", 169 "//gin",
169 "//gpu/command_buffer/common:gles2_utils", 170 "//gpu/command_buffer/common:gles2_utils",
170 "//gpu/blink:blink", 171 "//gpu/blink:blink",
171 "//media", 172 "//media",
172 "//media/blink", 173 "//media/blink",
173 "//media/mojo", 174 "//media/mojo",
174 "//mojo/application/public/cpp", 175 "//mojo/application/public/cpp",
175 "//mojo/application/public/interfaces", 176 "//mojo/application/public/interfaces",
176 "//mojo/common", 177 "//mojo/common",
177 "//mojo/converters/surfaces", 178 "//mojo/converters/surfaces",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 ] 373 ]
373 374
374 data_deps = [ 375 data_deps = [
375 ":html_viewer", 376 ":html_viewer",
376 ] 377 ]
377 378
378 if (is_linux && !is_android) { 379 if (is_linux && !is_android) {
379 data_deps += [ "//components/font_service" ] 380 data_deps += [ "//components/font_service" ]
380 } 381 }
381 } 382 }
OLDNEW
« no previous file with comments | « no previous file | components/html_viewer/DEPS » ('j') | third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698