summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-09 21:32:48 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-09 21:32:48 +0000
commitf076da598a160055bcb0e3e12d3edc4acb7bb522 (patch)
tree52b47f930e85db9b77e77713e1a049708fc3388e /base/base.gypi
parent7ff915651446ce65cf0e68f7fdb2f2afe8d04460 (diff)
downloadchromium_src-f076da598a160055bcb0e3e12d3edc4acb7bb522.zip
chromium_src-f076da598a160055bcb0e3e12d3edc4acb7bb522.tar.gz
chromium_src-f076da598a160055bcb0e3e12d3edc4acb7bb522.tar.bz2
Added an initial version of helper functions for Windows 8 metro to base.
The only function added right now is GetMetroModule which returns the handle to the loaded metro dll if any. BUG=118641 Review URL: https://chromiumcodereview.appspot.com/10006053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131440 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r--base/base.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi
index f9fb0c0..facb472 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -415,6 +415,8 @@
'win/iat_patch_function.h',
'win/iunknown_impl.h',
'win/iunknown_impl.cc',
+ 'win/metro.cc',
+ 'win/metro.h',
'win/object_watcher.cc',
'win/object_watcher.h',
'win/registry.cc',