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

Side by Side Diff: components/component_updater/BUILD.gn

Issue 952543002: Correct paths in gypi files in components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « components/component_updater.gypi ('k') | components/constrained_window.gypi » ('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 source_set("component_updater") { 5 source_set("component_updater") {
6 sources = [ 6 sources = [
7 "component_updater_configurator.h",
8 "component_updater_paths.cc", 7 "component_updater_paths.cc",
9 "component_updater_paths.h", 8 "component_updater_paths.h",
10 "component_updater_service.cc", 9 "component_updater_service.cc",
11 "component_updater_service.h", 10 "component_updater_service.h",
12 "component_updater_switches.cc", 11 "component_updater_switches.cc",
13 "component_updater_switches.h", 12 "component_updater_switches.h",
14 "default_component_installer.cc", 13 "default_component_installer.cc",
15 "default_component_installer.h", 14 "default_component_installer.h",
16 "pref_names.cc", 15 "pref_names.cc",
17 "pref_names.h", 16 "pref_names.h",
18 ] 17 ]
19 18
20 deps = [ 19 deps = [
21 "//base", 20 "//base",
22 "//components/update_client", 21 "//components/update_client",
23 "//ui/base", 22 "//ui/base",
24 "//url", 23 "//url",
25 ] 24 ]
26 } 25 }
OLDNEW
« no previous file with comments | « components/component_updater.gypi ('k') | components/constrained_window.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698