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

Unified Diff: tools/win/static_initializers/static_initializers.gyp

Issue 66613003: Static initializers tool for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/win/static_initializers/static_initializers.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/win/static_initializers/static_initializers.gyp
diff --git a/ui/display/display.gyp b/tools/win/static_initializers/static_initializers.gyp
similarity index 59%
copy from ui/display/display.gyp
copy to tools/win/static_initializers/static_initializers.gyp
index 4d32fcfda3b06f53c316d445c43340c4f4a394fa..77cd4991bb7015001868651a3e5f8f40f0434bc8 100644
--- a/ui/display/display.gyp
+++ b/tools/win/static_initializers/static_initializers.gyp
@@ -1,21 +1,22 @@
-# 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.
-
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'targets': [
- {
- 'target_name': 'display',
- 'type': '<(component)',
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- ],
- 'sources': [
- 'display_constants.h',
- ],
- },
- ],
-}
+# 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.
+
+{
+ 'variables': {
+ 'chromium_code': 1,
+ },
+ 'targets': [
+ {
+ 'target_name': 'static_initializers',
+ 'type': 'executable',
+ 'sources': [
+ 'static_initializers.cc',
+ ],
+ 'include_dirs': [
+ '$(VSInstallDir)/DIA SDK/include',
+ ],
+ },
+ ],
+}
+
« no previous file with comments | « tools/win/static_initializers/static_initializers.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698