summaryrefslogtreecommitdiffstats
path: root/components/power.gypi
diff options
context:
space:
mode:
authordhnishi@chromium.org <dhnishi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-14 20:25:33 +0000
committerdhnishi@chromium.org <dhnishi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-14 20:27:09 +0000
commit3e30590352226fc82855ea6464a4f45f65e2dc64 (patch)
treecbf2e05c81e8e36352c0467aae14399a98449309 /components/power.gypi
parentc8fa7cab711ff346fae094131a31209729795726 (diff)
downloadchromium_src-3e30590352226fc82855ea6464a4f45f65e2dc64.zip
chromium_src-3e30590352226fc82855ea6464a4f45f65e2dc64.tar.gz
chromium_src-3e30590352226fc82855ea6464a4f45f65e2dc64.tar.bz2
Initial commit for battery auditing by website origin by profile.
This is part of Website Settings resource/permissions monitoring. Design Doc: https://docs.google.com/document/d/1oQwmj3AU4QYhTyGrYEGr6zaZhHUfx-wqUgEcQGbUU-U/edit?usp=sharing BUG=372607 Review URL: https://codereview.chromium.org/447053002 Cr-Commit-Position: refs/heads/master@{#289689} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289689 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/power.gypi')
-rw-r--r--components/power.gypi25
1 files changed, 25 insertions, 0 deletions
diff --git a/components/power.gypi b/components/power.gypi
new file mode 100644
index 0000000..a1757a0
--- /dev/null
+++ b/components/power.gypi
@@ -0,0 +1,25 @@
+# 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': 'power',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ 'keyed_service_content',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'power/origin_power_map.cc',
+ 'power/origin_power_map.h',
+ 'power/origin_power_map_factory.cc',
+ 'power/origin_power_map_factory.h',
+ ],
+ },
+ ],
+}