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

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

Issue 2854983002: Add the ThirdPartyModules.Uninstallable histogram. (Closed)
Patch Set: Rebase Created 3 years, 6 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/conflicts/module_database_win.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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "conflicts/module_event_sink_impl_win.cc", 273 "conflicts/module_event_sink_impl_win.cc",
274 "conflicts/module_event_sink_impl_win.h", 274 "conflicts/module_event_sink_impl_win.h",
275 "conflicts/module_info_util_win.cc", 275 "conflicts/module_info_util_win.cc",
276 "conflicts/module_info_util_win.h", 276 "conflicts/module_info_util_win.h",
277 "conflicts/module_info_win.cc", 277 "conflicts/module_info_win.cc",
278 "conflicts/module_info_win.h", 278 "conflicts/module_info_win.h",
279 "conflicts/module_inspector_win.cc", 279 "conflicts/module_inspector_win.cc",
280 "conflicts/module_inspector_win.h", 280 "conflicts/module_inspector_win.h",
281 "conflicts/msi_util_win.cc", 281 "conflicts/msi_util_win.cc",
282 "conflicts/msi_util_win.h", 282 "conflicts/msi_util_win.h",
283 "conflicts/third_party_metrics_recorder_win.cc",
284 "conflicts/third_party_metrics_recorder_win.h",
283 "content_settings/chrome_content_settings_utils.cc", 285 "content_settings/chrome_content_settings_utils.cc",
284 "content_settings/chrome_content_settings_utils.h", 286 "content_settings/chrome_content_settings_utils.h",
285 "content_settings/cookie_settings_factory.cc", 287 "content_settings/cookie_settings_factory.cc",
286 "content_settings/cookie_settings_factory.h", 288 "content_settings/cookie_settings_factory.h",
287 "content_settings/host_content_settings_map_factory.cc", 289 "content_settings/host_content_settings_map_factory.cc",
288 "content_settings/host_content_settings_map_factory.h", 290 "content_settings/host_content_settings_map_factory.h",
289 "content_settings/local_shared_objects_container.cc", 291 "content_settings/local_shared_objects_container.cc",
290 "content_settings/local_shared_objects_container.h", 292 "content_settings/local_shared_objects_container.h",
291 "content_settings/mixed_content_settings_tab_helper.cc", 293 "content_settings/mixed_content_settings_tab_helper.cc",
292 "content_settings/mixed_content_settings_tab_helper.h", 294 "content_settings/mixed_content_settings_tab_helper.h",
(...skipping 4485 matching lines...) Expand 10 before | Expand all | Expand 10 after
4778 "media/pepper_cdm_test_constants.cc", 4780 "media/pepper_cdm_test_constants.cc",
4779 "media/pepper_cdm_test_constants.h", 4781 "media/pepper_cdm_test_constants.h",
4780 ] 4782 ]
4781 } 4783 }
4782 } 4784 }
4783 4785
4784 service_manifest("preferences_forwarder_manifest") { 4786 service_manifest("preferences_forwarder_manifest") {
4785 name = "preferences_forwarder" 4787 name = "preferences_forwarder"
4786 source = "prefs/forwarder_manifest.json" 4788 source = "prefs/forwarder_manifest.json"
4787 } 4789 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/conflicts/module_database_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698