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

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

Issue 2683493002: Get signals working in the EXTRA_DATA section of MHTML (Closed)
Patch Set: Attempt to clear trybots. Created 3 years, 9 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
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("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 "download/download_resource_handler.cc", 595 "download/download_resource_handler.cc",
596 "download/download_resource_handler.h", 596 "download/download_resource_handler.h",
597 "download/download_stats.cc", 597 "download/download_stats.cc",
598 "download/download_stats.h", 598 "download/download_stats.h",
599 "download/download_worker.cc", 599 "download/download_worker.cc",
600 "download/download_worker.h", 600 "download/download_worker.h",
601 "download/drag_download_file.cc", 601 "download/drag_download_file.cc",
602 "download/drag_download_file.h", 602 "download/drag_download_file.h",
603 "download/drag_download_util.cc", 603 "download/drag_download_util.cc",
604 "download/drag_download_util.h", 604 "download/drag_download_util.h",
605 "download/mhtml_extra_data_impl.cc",
606 "download/mhtml_extra_data_impl.h",
605 "download/mhtml_generation_manager.cc", 607 "download/mhtml_generation_manager.cc",
606 "download/mhtml_generation_manager.h", 608 "download/mhtml_generation_manager.h",
607 "download/parallel_download_job.cc", 609 "download/parallel_download_job.cc",
608 "download/parallel_download_job.h", 610 "download/parallel_download_job.h",
609 "download/parallel_download_utils.cc", 611 "download/parallel_download_utils.cc",
610 "download/parallel_download_utils.h", 612 "download/parallel_download_utils.h",
611 "download/rate_estimator.cc", 613 "download/rate_estimator.cc",
612 "download/rate_estimator.h", 614 "download/rate_estimator.h",
613 "download/save_file.cc", 615 "download/save_file.cc",
614 "download/save_file.h", 616 "download/save_file.h",
(...skipping 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after
2055 if (!is_component_build) { 2057 if (!is_component_build) {
2056 public_deps = [ 2058 public_deps = [
2057 ":browser", 2059 ":browser",
2058 ] 2060 ]
2059 } else { 2061 } else {
2060 public_deps = [ 2062 public_deps = [
2061 "//third_party/leveldatabase", 2063 "//third_party/leveldatabase",
2062 ] 2064 ]
2063 } 2065 }
2064 } 2066 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698