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

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

Issue 2357393003: Add check for file system access to the sandbox. (Closed)
Patch Set: Fix IsSandboxed() check when loading flash player. 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
« no previous file with comments | « no previous file | chrome/common/DEPS » ('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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/util/process_version.gni") 6 import("//build/util/process_version.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path.
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 "safe_browsing/zip_analyzer.h", 503 "safe_browsing/zip_analyzer.h",
504 "safe_browsing/zip_analyzer_results.cc", 504 "safe_browsing/zip_analyzer_results.cc",
505 "safe_browsing/zip_analyzer_results.h", 505 "safe_browsing/zip_analyzer_results.h",
506 ] 506 ]
507 } 507 }
508 } 508 }
509 509
510 if (enable_vr_shell) { 510 if (enable_vr_shell) {
511 defines += [ "ENABLE_VR_SHELL" ] 511 defines += [ "ENABLE_VR_SHELL" ]
512 } 512 }
513
514 if (is_linux) {
515 deps = [
516 "//sandbox/linux:sandbox_services",
517 ]
518 }
513 } 519 }
514 520
515 process_version("version_header") { 521 process_version("version_header") {
516 # TODO(brettw) this should have more reduced visibility, but chrome/browser 522 # TODO(brettw) this should have more reduced visibility, but chrome/browser
517 # currently depends on this. 523 # currently depends on this.
518 #visibility = [ ":*" ] 524 #visibility = [ ":*" ]
519 525
520 sources = [ 526 sources = [
521 "//build/util/LASTCHANGE", 527 "//build/util/LASTCHANGE",
522 "//chrome/VERSION", 528 "//chrome/VERSION",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 "shell_handler_win.mojom", 660 "shell_handler_win.mojom",
655 ] 661 ]
656 662
657 public_deps = [ 663 public_deps = [
658 "//skia/public/interfaces", 664 "//skia/public/interfaces",
659 "//url/mojo:url_mojom_gurl", 665 "//url/mojo:url_mojom_gurl",
660 ] 666 ]
661 667
662 use_new_wrapper_types = false 668 use_new_wrapper_types = false
663 } 669 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698