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

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

Issue 2576843002: [win] Create ModuleDatabase and ModuleEventSinkImpl. (Closed)
Patch Set: Fix small bug. Created 3 years, 11 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/OWNERS » ('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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "component_updater/sth_set_component_installer.cc", 254 "component_updater/sth_set_component_installer.cc",
255 "component_updater/sth_set_component_installer.h", 255 "component_updater/sth_set_component_installer.h",
256 "component_updater/subresource_filter_component_installer.cc", 256 "component_updater/subresource_filter_component_installer.cc",
257 "component_updater/subresource_filter_component_installer.h", 257 "component_updater/subresource_filter_component_installer.h",
258 "component_updater/supervised_user_whitelist_installer.cc", 258 "component_updater/supervised_user_whitelist_installer.cc",
259 "component_updater/supervised_user_whitelist_installer.h", 259 "component_updater/supervised_user_whitelist_installer.h",
260 "component_updater/sw_reporter_installer_win.cc", 260 "component_updater/sw_reporter_installer_win.cc",
261 "component_updater/sw_reporter_installer_win.h", 261 "component_updater/sw_reporter_installer_win.h",
262 "component_updater/swiftshader_component_installer.cc", 262 "component_updater/swiftshader_component_installer.cc",
263 "component_updater/swiftshader_component_installer.h", 263 "component_updater/swiftshader_component_installer.h",
264 "conflicts/module_database_win.cc",
265 "conflicts/module_database_win.h",
266 "conflicts/module_event_sink_impl_win.cc",
267 "conflicts/module_event_sink_impl_win.h",
264 "content_settings/chrome_content_settings_utils.cc", 268 "content_settings/chrome_content_settings_utils.cc",
265 "content_settings/chrome_content_settings_utils.h", 269 "content_settings/chrome_content_settings_utils.h",
266 "content_settings/cookie_settings_factory.cc", 270 "content_settings/cookie_settings_factory.cc",
267 "content_settings/cookie_settings_factory.h", 271 "content_settings/cookie_settings_factory.h",
268 "content_settings/host_content_settings_map_factory.cc", 272 "content_settings/host_content_settings_map_factory.cc",
269 "content_settings/host_content_settings_map_factory.h", 273 "content_settings/host_content_settings_map_factory.h",
270 "content_settings/local_shared_objects_container.cc", 274 "content_settings/local_shared_objects_container.cc",
271 "content_settings/local_shared_objects_container.h", 275 "content_settings/local_shared_objects_container.h",
272 "content_settings/tab_specific_content_settings.cc", 276 "content_settings/tab_specific_content_settings.cc",
273 "content_settings/tab_specific_content_settings.h", 277 "content_settings/tab_specific_content_settings.h",
(...skipping 4213 matching lines...) Expand 10 before | Expand all | Expand 10 after
4487 "media/pepper_cdm_test_constants.cc", 4491 "media/pepper_cdm_test_constants.cc",
4488 "media/pepper_cdm_test_constants.h", 4492 "media/pepper_cdm_test_constants.h",
4489 ] 4493 ]
4490 } 4494 }
4491 } 4495 }
4492 4496
4493 service_manifest("preferences_manifest") { 4497 service_manifest("preferences_manifest") {
4494 name = "preferences" 4498 name = "preferences"
4495 source = "prefs/preferences_manifest.json" 4499 source = "prefs/preferences_manifest.json"
4496 } 4500 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/conflicts/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698