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

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

Issue 1979153002: Use FileTypePolicies for is_archive and is_supported classifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split_by_platform
Patch Set: Fix comment, per asanka's review Created 4 years, 7 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 | « no previous file | chrome/browser/browser_resources.grd » ('j') | 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/chrome_build.gni") 5 import("//build/config/chrome_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("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 deps += [ 509 deps += [
510 "//chrome/browser/safe_browsing:chunk_proto", 510 "//chrome/browser/safe_browsing:chunk_proto",
511 "//chrome/common/safe_browsing:proto", 511 "//chrome/common/safe_browsing:proto",
512 "//components/safe_browsing_db:metadata_proto", 512 "//components/safe_browsing_db:metadata_proto",
513 ] 513 ]
514 if (safe_browsing_mode == 1) { 514 if (safe_browsing_mode == 1) {
515 sources += 515 sources +=
516 rebase_path(gypi_values.chrome_browser_safe_browsing_full_sources, 516 rebase_path(gypi_values.chrome_browser_safe_browsing_full_sources,
517 ".", 517 ".",
518 "//chrome") 518 "//chrome")
519 deps += [ "//chrome/common/safe_browsing:proto" ]
520 if (is_win) { 519 if (is_win) {
521 deps += [ "//chrome/browser/safe_browsing/incident_reporting:state_store _data_proto" ] 520 deps += [ "//chrome/browser/safe_browsing/incident_reporting:state_store _data_proto" ]
522 } 521 }
523 } else if (safe_browsing_mode == 2) { 522 } else if (safe_browsing_mode == 2) {
524 sources += 523 sources +=
525 rebase_path(gypi_values.chrome_browser_safe_browsing_mobile_sources, 524 rebase_path(gypi_values.chrome_browser_safe_browsing_mobile_sources,
526 ".", 525 ".",
527 "//chrome") 526 "//chrome")
528 deps += [ "//components/safe_browsing_db:safe_browsing_db_mobile" ] 527 deps += [ "//components/safe_browsing_db:safe_browsing_db_mobile" ]
529 } 528 }
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
1325 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1324 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1326 deps = [ 1325 deps = [
1327 "//components/google/core/browser", 1326 "//components/google/core/browser",
1328 "//components/omnibox/browser", 1327 "//components/omnibox/browser",
1329 "//components/rlz", 1328 "//components/rlz",
1330 "//components/search_engines", 1329 "//components/search_engines",
1331 "//rlz:rlz_lib", 1330 "//rlz:rlz_lib",
1332 ] 1331 ]
1333 } 1332 }
1334 } 1333 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698