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

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

Issue 2715563002: Moving SwiftShader from component to bundled library (Closed)
Patch Set: Update past extension test fixes Created 3 years, 9 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/chrome_browser_main.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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "component_updater/recovery_improved_component_installer.cc", 255 "component_updater/recovery_improved_component_installer.cc",
256 "component_updater/recovery_improved_component_installer.h", 256 "component_updater/recovery_improved_component_installer.h",
257 "component_updater/sth_set_component_installer.cc", 257 "component_updater/sth_set_component_installer.cc",
258 "component_updater/sth_set_component_installer.h", 258 "component_updater/sth_set_component_installer.h",
259 "component_updater/subresource_filter_component_installer.cc", 259 "component_updater/subresource_filter_component_installer.cc",
260 "component_updater/subresource_filter_component_installer.h", 260 "component_updater/subresource_filter_component_installer.h",
261 "component_updater/supervised_user_whitelist_installer.cc", 261 "component_updater/supervised_user_whitelist_installer.cc",
262 "component_updater/supervised_user_whitelist_installer.h", 262 "component_updater/supervised_user_whitelist_installer.h",
263 "component_updater/sw_reporter_installer_win.cc", 263 "component_updater/sw_reporter_installer_win.cc",
264 "component_updater/sw_reporter_installer_win.h", 264 "component_updater/sw_reporter_installer_win.h",
265 "component_updater/swiftshader_component_installer.cc",
266 "component_updater/swiftshader_component_installer.h",
267 "conflicts/module_database_win.cc", 265 "conflicts/module_database_win.cc",
268 "conflicts/module_database_win.h", 266 "conflicts/module_database_win.h",
269 "conflicts/module_event_sink_impl_win.cc", 267 "conflicts/module_event_sink_impl_win.cc",
270 "conflicts/module_event_sink_impl_win.h", 268 "conflicts/module_event_sink_impl_win.h",
271 "conflicts/module_info_util_win.cc", 269 "conflicts/module_info_util_win.cc",
272 "conflicts/module_info_util_win.h", 270 "conflicts/module_info_util_win.h",
273 "conflicts/module_info_win.cc", 271 "conflicts/module_info_win.cc",
274 "conflicts/module_info_win.h", 272 "conflicts/module_info_win.h",
275 "conflicts/module_inspector_win.cc", 273 "conflicts/module_inspector_win.cc",
276 "conflicts/module_inspector_win.h", 274 "conflicts/module_inspector_win.h",
(...skipping 4278 matching lines...) Expand 10 before | Expand all | Expand 10 after
4555 "media/pepper_cdm_test_constants.cc", 4553 "media/pepper_cdm_test_constants.cc",
4556 "media/pepper_cdm_test_constants.h", 4554 "media/pepper_cdm_test_constants.h",
4557 ] 4555 ]
4558 } 4556 }
4559 } 4557 }
4560 4558
4561 service_manifest("preferences_manifest") { 4559 service_manifest("preferences_manifest") {
4562 name = "preferences" 4560 name = "preferences"
4563 source = "prefs/preferences_manifest.json" 4561 source = "prefs/preferences_manifest.json"
4564 } 4562 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698