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

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

Issue 2951883002: Revert of 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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 "//chrome:resources", 468 "//chrome:resources",
469 "//chrome:strings", 469 "//chrome:strings",
470 "//chrome/app:chrome_dll_resources", 470 "//chrome/app:chrome_dll_resources",
471 "//chrome/app:command_ids", 471 "//chrome/app:command_ids",
472 "//chrome/app/resources:platform_locale_settings", 472 "//chrome/app/resources:platform_locale_settings",
473 "//chrome/app/theme:chrome_unscaled_resources", 473 "//chrome/app/theme:chrome_unscaled_resources",
474 "//chrome/app/theme:theme_resources", 474 "//chrome/app/theme:theme_resources",
475 "//chrome/browser:resource_prefetch_predictor_proto", 475 "//chrome/browser:resource_prefetch_predictor_proto",
476 "//chrome/browser/devtools", 476 "//chrome/browser/devtools",
477 "//chrome/browser/engagement:mojo_bindings", 477 "//chrome/browser/engagement:mojo_bindings",
478 "//chrome/browser/safe_browsing",
479 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 478 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
480 "//chrome/browser/ui/webui/usb_internals:mojo_bindings", 479 "//chrome/browser/ui/webui/usb_internals:mojo_bindings",
481 "//chrome/common", 480 "//chrome/common",
482 "//chrome/common:instant_mojom", 481 "//chrome/common:instant_mojom",
483 "//chrome/common/net", 482 "//chrome/common/net",
484 "//chrome/installer/util:with_no_strings", 483 "//chrome/installer/util:with_no_strings",
485 "//components/about_ui", 484 "//components/about_ui",
486 "//components/app_modal", 485 "//components/app_modal",
487 "//components/autofill/content/browser:risk_proto", 486 "//components/autofill/content/browser:risk_proto",
488 "//components/autofill/core/browser", 487 "//components/autofill/core/browser",
(...skipping 3154 matching lines...) Expand 10 before | Expand all | Expand 10 after
3643 deps += [ 3642 deps += [
3644 "//chrome/test:test_support_ui", 3643 "//chrome/test:test_support_ui",
3645 "//components/zoom", 3644 "//components/zoom",
3646 ] 3645 ]
3647 } 3646 }
3648 3647
3649 if (enable_extensions) { 3648 if (enable_extensions) {
3650 deps += [ "//extensions/browser" ] 3649 deps += [ "//extensions/browser" ]
3651 } 3650 }
3652 } 3651 }
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