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: content/renderer/BUILD.gn

Issue 2403633002: [DevTools] Move sanitize url to devtools_ui.cc. (Closed)
Patch Set: Created 4 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
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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//third_party/webrtc/build/webrtc.gni") 8 import("//third_party/webrtc/build/webrtc.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 "webscrollbarbehavior_impl_gtkoraura.h", 383 "webscrollbarbehavior_impl_gtkoraura.h",
384 "webscrollbarbehavior_impl_mac.h", 384 "webscrollbarbehavior_impl_mac.h",
385 "webscrollbarbehavior_impl_mac.mm", 385 "webscrollbarbehavior_impl_mac.mm",
386 "websharedworker_proxy.cc", 386 "websharedworker_proxy.cc",
387 "websharedworker_proxy.h", 387 "websharedworker_proxy.h",
388 ] 388 ]
389 389
390 configs += [ 390 configs += [
391 "//content:content_implementation", 391 "//content:content_implementation",
392 "//build/config/compiler:no_size_t_to_int_warning", 392 "//build/config/compiler:no_size_t_to_int_warning",
393 "//third_party/WebKit/public:debug_devtools",
393 ] 394 ]
394 defines = [] 395 defines = []
395 396
396 public_deps = [] 397 public_deps = []
397 deps = [ 398 deps = [
398 "//base:i18n", 399 "//base:i18n",
399 "//cc", 400 "//cc",
400 "//cc/blink", 401 "//cc/blink",
401 "//cc/ipc", 402 "//cc/ipc",
402 "//cc/proto", 403 "//cc/proto",
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 # For the defines in mojo_media_config. 900 # For the defines in mojo_media_config.
900 public_configs = [ "//media/mojo/services:mojo_media_config" ] 901 public_configs = [ "//media/mojo/services:mojo_media_config" ]
901 } 902 }
902 903
903 if (!is_component_build) { 904 if (!is_component_build) {
904 public_deps = [ 905 public_deps = [
905 ":renderer", 906 ":renderer",
906 ] 907 ]
907 } 908 }
908 } 909 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698