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

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

Issue 2707063002: Universial component install for chrome os. (Closed)
Patch Set: build unit_test only on chromeos 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/component_updater/cros_component_installer.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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "component_updater/chrome_component_updater_configurator.cc", 229 "component_updater/chrome_component_updater_configurator.cc",
230 "component_updater/chrome_component_updater_configurator.h", 230 "component_updater/chrome_component_updater_configurator.h",
231 "component_updater/component_patcher_operation_out_of_process.cc", 231 "component_updater/component_patcher_operation_out_of_process.cc",
232 "component_updater/component_patcher_operation_out_of_process.h", 232 "component_updater/component_patcher_operation_out_of_process.h",
233 "component_updater/component_updater_prefs.cc", 233 "component_updater/component_updater_prefs.cc",
234 "component_updater/component_updater_prefs.h", 234 "component_updater/component_updater_prefs.h",
235 "component_updater/component_updater_resource_throttle.cc", 235 "component_updater/component_updater_resource_throttle.cc",
236 "component_updater/component_updater_resource_throttle.h", 236 "component_updater/component_updater_resource_throttle.h",
237 "component_updater/component_updater_utils.cc", 237 "component_updater/component_updater_utils.cc",
238 "component_updater/component_updater_utils.h", 238 "component_updater/component_updater_utils.h",
239 "component_updater/cros_component_installer.cc",
240 "component_updater/cros_component_installer.h",
239 "component_updater/ev_whitelist_component_installer.cc", 241 "component_updater/ev_whitelist_component_installer.cc",
240 "component_updater/ev_whitelist_component_installer.h", 242 "component_updater/ev_whitelist_component_installer.h",
241 "component_updater/file_type_policies_component_installer.cc", 243 "component_updater/file_type_policies_component_installer.cc",
242 "component_updater/file_type_policies_component_installer.h", 244 "component_updater/file_type_policies_component_installer.h",
243 "component_updater/origin_trials_component_installer.cc", 245 "component_updater/origin_trials_component_installer.cc",
244 "component_updater/origin_trials_component_installer.h", 246 "component_updater/origin_trials_component_installer.h",
245 "component_updater/pnacl_component_installer.cc", 247 "component_updater/pnacl_component_installer.cc",
246 "component_updater/pnacl_component_installer.h", 248 "component_updater/pnacl_component_installer.h",
247 "component_updater/recovery_component_installer.cc", 249 "component_updater/recovery_component_installer.cc",
248 "component_updater/recovery_component_installer.h", 250 "component_updater/recovery_component_installer.h",
(...skipping 4296 matching lines...) Expand 10 before | Expand all | Expand 10 after
4545 "media/pepper_cdm_test_constants.cc", 4547 "media/pepper_cdm_test_constants.cc",
4546 "media/pepper_cdm_test_constants.h", 4548 "media/pepper_cdm_test_constants.h",
4547 ] 4549 ]
4548 } 4550 }
4549 } 4551 }
4550 4552
4551 service_manifest("preferences_manifest") { 4553 service_manifest("preferences_manifest") {
4552 name = "preferences" 4554 name = "preferences"
4553 source = "prefs/preferences_manifest.json" 4555 source = "prefs/preferences_manifest.json"
4554 } 4556 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/component_updater/cros_component_installer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698