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

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

Issue 2697123004: Convert RemoveDataMask from enum to pointers and split it between content and embedder (Closed)
Patch Set: Android compilation Created 3 years, 10 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("//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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 "browser_process_sub_thread.cc", 383 "browser_process_sub_thread.cc",
384 "browser_process_sub_thread.h", 384 "browser_process_sub_thread.h",
385 "browser_shutdown_profile_dumper.cc", 385 "browser_shutdown_profile_dumper.cc",
386 "browser_shutdown_profile_dumper.h", 386 "browser_shutdown_profile_dumper.h",
387 "browser_thread_impl.cc", 387 "browser_thread_impl.cc",
388 "browser_thread_impl.h", 388 "browser_thread_impl.h",
389 "browser_url_handler_impl.cc", 389 "browser_url_handler_impl.cc",
390 "browser_url_handler_impl.h", 390 "browser_url_handler_impl.h",
391 "browsing_data/browsing_data_filter_builder_impl.cc", 391 "browsing_data/browsing_data_filter_builder_impl.cc",
392 "browsing_data/browsing_data_filter_builder_impl.h", 392 "browsing_data/browsing_data_filter_builder_impl.h",
393 "browsing_data/browsing_data_types.cc",
393 "browsing_data/clear_site_data_throttle.cc", 394 "browsing_data/clear_site_data_throttle.cc",
394 "browsing_data/clear_site_data_throttle.h", 395 "browsing_data/clear_site_data_throttle.h",
395 "browsing_instance.cc", 396 "browsing_instance.cc",
396 "browsing_instance.h", 397 "browsing_instance.h",
397 "byte_stream.cc", 398 "byte_stream.cc",
398 "byte_stream.h", 399 "byte_stream.h",
399 "cache_storage/cache_storage.cc", 400 "cache_storage/cache_storage.cc",
400 "cache_storage/cache_storage.h", 401 "cache_storage/cache_storage.h",
401 "cache_storage/cache_storage_blob_to_disk_cache.cc", 402 "cache_storage/cache_storage_blob_to_disk_cache.cc",
402 "cache_storage/cache_storage_blob_to_disk_cache.h", 403 "cache_storage/cache_storage_blob_to_disk_cache.h",
(...skipping 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after
2015 if (!is_component_build) { 2016 if (!is_component_build) {
2016 public_deps = [ 2017 public_deps = [
2017 ":browser", 2018 ":browser",
2018 ] 2019 ]
2019 } else { 2020 } else {
2020 public_deps = [ 2021 public_deps = [
2021 "//third_party/leveldatabase", 2022 "//third_party/leveldatabase",
2022 ] 2023 ]
2023 } 2024 }
2024 } 2025 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698