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

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

Issue 2643183002: Convert ChromeViewHostMsg_UpdatedCacheStats to use mojo. (Closed)
Patch Set: Convert ChromeViewHostMsg_UpdatedCacheStats to use mojo. Created 3 years, 7 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/cache_stats_recorder.h » ('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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "browsing_data/site_data_size_collector.cc", 192 "browsing_data/site_data_size_collector.cc",
193 "browsing_data/site_data_size_collector.h", 193 "browsing_data/site_data_size_collector.h",
194 "budget_service/budget_database.cc", 194 "budget_service/budget_database.cc",
195 "budget_service/budget_database.h", 195 "budget_service/budget_database.h",
196 "budget_service/budget_manager.cc", 196 "budget_service/budget_manager.cc",
197 "budget_service/budget_manager.h", 197 "budget_service/budget_manager.h",
198 "budget_service/budget_manager_factory.cc", 198 "budget_service/budget_manager_factory.cc",
199 "budget_service/budget_manager_factory.h", 199 "budget_service/budget_manager_factory.h",
200 "budget_service/budget_service_impl.cc", 200 "budget_service/budget_service_impl.cc",
201 "budget_service/budget_service_impl.h", 201 "budget_service/budget_service_impl.h",
202 "cache_stats_recorder.cc",
203 "cache_stats_recorder.h",
202 "chrome_browser_application_mac.h", 204 "chrome_browser_application_mac.h",
203 "chrome_browser_application_mac.mm", 205 "chrome_browser_application_mac.mm",
204 "chrome_browser_field_trials.cc", 206 "chrome_browser_field_trials.cc",
205 "chrome_browser_field_trials.h", 207 "chrome_browser_field_trials.h",
206 "chrome_browser_main.cc", 208 "chrome_browser_main.cc",
207 "chrome_browser_main.h", 209 "chrome_browser_main.h",
208 "chrome_browser_main_android.cc", 210 "chrome_browser_main_android.cc",
209 "chrome_browser_main_android.h", 211 "chrome_browser_main_android.h",
210 "chrome_browser_main_extra_parts.h", 212 "chrome_browser_main_extra_parts.h",
211 "chrome_browser_main_linux.cc", 213 "chrome_browser_main_linux.cc",
(...skipping 4484 matching lines...) Expand 10 before | Expand all | Expand 10 after
4696 "media/pepper_cdm_test_constants.cc", 4698 "media/pepper_cdm_test_constants.cc",
4697 "media/pepper_cdm_test_constants.h", 4699 "media/pepper_cdm_test_constants.h",
4698 ] 4700 ]
4699 } 4701 }
4700 } 4702 }
4701 4703
4702 service_manifest("preferences_forwarder_manifest") { 4704 service_manifest("preferences_forwarder_manifest") {
4703 name = "preferences_forwarder" 4705 name = "preferences_forwarder"
4704 source = "prefs/forwarder_manifest.json" 4706 source = "prefs/forwarder_manifest.json"
4705 } 4707 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/cache_stats_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698