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

Side by Side Diff: chrome/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
« no previous file with comments | « no previous file | chrome/browser/android/preferences/pref_service_bridge.cc » ('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/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "browsing_data/browsing_data_remover_impl.cc", 172 "browsing_data/browsing_data_remover_impl.cc",
173 "browsing_data/browsing_data_remover_impl.h", 173 "browsing_data/browsing_data_remover_impl.h",
174 "browsing_data/browsing_data_service_worker_helper.cc", 174 "browsing_data/browsing_data_service_worker_helper.cc",
175 "browsing_data/browsing_data_service_worker_helper.h", 175 "browsing_data/browsing_data_service_worker_helper.h",
176 "browsing_data/cache_counter.cc", 176 "browsing_data/cache_counter.cc",
177 "browsing_data/cache_counter.h", 177 "browsing_data/cache_counter.h",
178 "browsing_data/canonical_cookie_hash.cc", 178 "browsing_data/canonical_cookie_hash.cc",
179 "browsing_data/canonical_cookie_hash.h", 179 "browsing_data/canonical_cookie_hash.h",
180 "browsing_data/chrome_browsing_data_remover_delegate.cc", 180 "browsing_data/chrome_browsing_data_remover_delegate.cc",
181 "browsing_data/chrome_browsing_data_remover_delegate.h", 181 "browsing_data/chrome_browsing_data_remover_delegate.h",
182 "browsing_data/chrome_browsing_data_types.cc",
183 "browsing_data/chrome_browsing_data_types.h",
182 "browsing_data/cookies_tree_model.cc", 184 "browsing_data/cookies_tree_model.cc",
183 "browsing_data/cookies_tree_model.h", 185 "browsing_data/cookies_tree_model.h",
184 "browsing_data/downloads_counter.cc", 186 "browsing_data/downloads_counter.cc",
185 "browsing_data/downloads_counter.h", 187 "browsing_data/downloads_counter.h",
186 "browsing_data/local_data_container.cc", 188 "browsing_data/local_data_container.cc",
187 "browsing_data/local_data_container.h", 189 "browsing_data/local_data_container.h",
188 "browsing_data/media_licenses_counter.cc", 190 "browsing_data/media_licenses_counter.cc",
189 "browsing_data/media_licenses_counter.h", 191 "browsing_data/media_licenses_counter.h",
190 "browsing_data/site_data_size_collector.cc", 192 "browsing_data/site_data_size_collector.cc",
191 "browsing_data/site_data_size_collector.h", 193 "browsing_data/site_data_size_collector.h",
(...skipping 4337 matching lines...) Expand 10 before | Expand all | Expand 10 after
4529 "media/pepper_cdm_test_constants.cc", 4531 "media/pepper_cdm_test_constants.cc",
4530 "media/pepper_cdm_test_constants.h", 4532 "media/pepper_cdm_test_constants.h",
4531 ] 4533 ]
4532 } 4534 }
4533 } 4535 }
4534 4536
4535 service_manifest("preferences_manifest") { 4537 service_manifest("preferences_manifest") {
4536 name = "preferences" 4538 name = "preferences"
4537 source = "prefs/preferences_manifest.json" 4539 source = "prefs/preferences_manifest.json"
4538 } 4540 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/preferences/pref_service_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698