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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2940403002: Move SafeBrowsing files from //chrome/browser to a separate target. (Closed)
Patch Set: . Created 3 years, 6 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 | « chrome/browser/safe_browsing/BUILD.gn ('k') | no next file » | 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("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 "//chrome:resources", 467 "//chrome:resources",
468 "//chrome:strings", 468 "//chrome:strings",
469 "//chrome/app:chrome_dll_resources", 469 "//chrome/app:chrome_dll_resources",
470 "//chrome/app:command_ids", 470 "//chrome/app:command_ids",
471 "//chrome/app/resources:platform_locale_settings", 471 "//chrome/app/resources:platform_locale_settings",
472 "//chrome/app/theme:chrome_unscaled_resources", 472 "//chrome/app/theme:chrome_unscaled_resources",
473 "//chrome/app/theme:theme_resources", 473 "//chrome/app/theme:theme_resources",
474 "//chrome/browser:resource_prefetch_predictor_proto", 474 "//chrome/browser:resource_prefetch_predictor_proto",
475 "//chrome/browser/devtools", 475 "//chrome/browser/devtools",
476 "//chrome/browser/engagement:mojo_bindings", 476 "//chrome/browser/engagement:mojo_bindings",
477 "//chrome/browser/safe_browsing",
477 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 478 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
vakh (use Gerrit instead) 2017/06/19 23:57:25 Do you know why this dep is needed now when it was
yzshen1 2017/06/20 20:48:20 Do you mean the omnibox:mojo_bindings or safe_brow
vakh (use Gerrit instead) 2017/06/20 21:07:17 Yes, I meant safe_browsing. Thanks for the clarifi
478 "//chrome/browser/ui/webui/usb_internals:mojo_bindings", 479 "//chrome/browser/ui/webui/usb_internals:mojo_bindings",
479 "//chrome/common", 480 "//chrome/common",
480 "//chrome/common:instant_mojom", 481 "//chrome/common:instant_mojom",
481 "//chrome/common/net", 482 "//chrome/common/net",
482 "//chrome/installer/util:with_no_strings", 483 "//chrome/installer/util:with_no_strings",
483 "//components/about_ui", 484 "//components/about_ui",
484 "//components/app_modal", 485 "//components/app_modal",
485 "//components/autofill/content/browser:risk_proto", 486 "//components/autofill/content/browser:risk_proto",
486 "//components/autofill/core/browser", 487 "//components/autofill/core/browser",
487 "//components/bookmarks/browser", 488 "//components/bookmarks/browser",
(...skipping 3141 matching lines...) Expand 10 before | Expand all | Expand 10 after
3629 deps += [ 3630 deps += [
3630 "//chrome/test:test_support_ui", 3631 "//chrome/test:test_support_ui",
3631 "//components/zoom", 3632 "//components/zoom",
3632 ] 3633 ]
3633 } 3634 }
3634 3635
3635 if (enable_extensions) { 3636 if (enable_extensions) {
3636 deps += [ "//extensions/browser" ] 3637 deps += [ "//extensions/browser" ]
3637 } 3638 }
3638 } 3639 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698