summaryrefslogtreecommitdiffstats
path: root/components/component_updater.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'components/component_updater.gypi')
-rw-r--r--components/component_updater.gypi26
1 files changed, 26 insertions, 0 deletions
diff --git a/components/component_updater.gypi b/components/component_updater.gypi
new file mode 100644
index 0000000..1cdfee4
--- /dev/null
+++ b/components/component_updater.gypi
@@ -0,0 +1,26 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'component_updater',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'component_updater/component_updater_paths.cc',
+ 'component_updater/component_updater_paths.h',
+ 'component_updater/component_updater_switches.cc',
+ 'component_updater/component_updater_switches.h',
+ 'component_updater/pref_names.cc',
+ 'component_updater/pref_names.h',
+ ],
+ },
+ ],
+}