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

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

Issue 2124373002: [PPAPI] Quarantine files that are writeable by a Pepper plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@consolidate-file-metadata
Patch Set: Move quarantine_* files to content/common/quarantine/ Created 4 years 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("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 "download/download_resource_handler.cc", 547 "download/download_resource_handler.cc",
548 "download/download_resource_handler.h", 548 "download/download_resource_handler.h",
549 "download/download_stats.cc", 549 "download/download_stats.cc",
550 "download/download_stats.h", 550 "download/download_stats.h",
551 "download/drag_download_file.cc", 551 "download/drag_download_file.cc",
552 "download/drag_download_file.h", 552 "download/drag_download_file.h",
553 "download/drag_download_util.cc", 553 "download/drag_download_util.cc",
554 "download/drag_download_util.h", 554 "download/drag_download_util.h",
555 "download/mhtml_generation_manager.cc", 555 "download/mhtml_generation_manager.cc",
556 "download/mhtml_generation_manager.h", 556 "download/mhtml_generation_manager.h",
557 "download/quarantine.cc",
558 "download/quarantine.h",
559 "download/quarantine_constants_linux.h",
560 "download/quarantine_linux.cc",
561 "download/quarantine_mac.mm",
562 "download/quarantine_win.cc",
563 "download/rate_estimator.cc", 557 "download/rate_estimator.cc",
564 "download/rate_estimator.h", 558 "download/rate_estimator.h",
565 "download/save_file.cc", 559 "download/save_file.cc",
566 "download/save_file.h", 560 "download/save_file.h",
567 "download/save_file_manager.cc", 561 "download/save_file_manager.cc",
568 "download/save_file_manager.h", 562 "download/save_file_manager.h",
569 "download/save_file_resource_handler.cc", 563 "download/save_file_resource_handler.cc",
570 "download/save_file_resource_handler.h", 564 "download/save_file_resource_handler.h",
571 "download/save_item.cc", 565 "download/save_item.cc",
572 "download/save_item.h", 566 "download/save_item.h",
(...skipping 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after
1979 if (!is_component_build) { 1973 if (!is_component_build) {
1980 public_deps = [ 1974 public_deps = [
1981 ":browser", 1975 ":browser",
1982 ] 1976 ]
1983 } else { 1977 } else {
1984 public_deps = [ 1978 public_deps = [
1985 "//third_party/leveldatabase", 1979 "//third_party/leveldatabase",
1986 ] 1980 ]
1987 } 1981 }
1988 } 1982 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698