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

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

Issue 2683493002: Get signals working in the EXTRA_DATA section of MHTML (Closed)
Patch Set: Merge changelist with tip of tree Created 3 years, 8 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 "download/download_resource_handler.cc", 598 "download/download_resource_handler.cc",
599 "download/download_resource_handler.h", 599 "download/download_resource_handler.h",
600 "download/download_stats.cc", 600 "download/download_stats.cc",
601 "download/download_stats.h", 601 "download/download_stats.h",
602 "download/download_worker.cc", 602 "download/download_worker.cc",
603 "download/download_worker.h", 603 "download/download_worker.h",
604 "download/drag_download_file.cc", 604 "download/drag_download_file.cc",
605 "download/drag_download_file.h", 605 "download/drag_download_file.h",
606 "download/drag_download_util.cc", 606 "download/drag_download_util.cc",
607 "download/drag_download_util.h", 607 "download/drag_download_util.h",
608 "download/mhtml_extra_parts_impl.cc",
609 "download/mhtml_extra_parts_impl.h",
608 "download/mhtml_generation_manager.cc", 610 "download/mhtml_generation_manager.cc",
609 "download/mhtml_generation_manager.h", 611 "download/mhtml_generation_manager.h",
610 "download/parallel_download_job.cc", 612 "download/parallel_download_job.cc",
611 "download/parallel_download_job.h", 613 "download/parallel_download_job.h",
612 "download/parallel_download_utils.cc", 614 "download/parallel_download_utils.cc",
613 "download/parallel_download_utils.h", 615 "download/parallel_download_utils.h",
614 "download/rate_estimator.cc", 616 "download/rate_estimator.cc",
615 "download/rate_estimator.h", 617 "download/rate_estimator.h",
616 "download/save_file.cc", 618 "download/save_file.cc",
617 "download/save_file.h", 619 "download/save_file.h",
(...skipping 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after
2053 if (!is_component_build) { 2055 if (!is_component_build) {
2054 public_deps = [ 2056 public_deps = [
2055 ":browser", 2057 ":browser",
2056 ] 2058 ]
2057 } else { 2059 } else {
2058 public_deps = [ 2060 public_deps = [
2059 "//third_party/leveldatabase", 2061 "//third_party/leveldatabase",
2060 ] 2062 ]
2061 } 2063 }
2062 } 2064 }
OLDNEW
« no previous file with comments | « components/offline_pages/core/offline_page_model_impl_unittest.cc ('k') | content/browser/download/mhtml_extra_parts_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698