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

Unified Diff: dart/utils/apidoc/apidoc.gyp

Issue 9877003: Move cygwin_dir to common.gypi. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Include all.gypi as well Created 8 years, 8 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
« dart/dart.gyp ('K') | « dart/tools/gyp/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/utils/apidoc/apidoc.gyp
diff --git a/dart/utils/apidoc/apidoc.gyp b/dart/utils/apidoc/apidoc.gyp
index aafad1e1c8ddcebdd46d06cc69a26241a5651521..5ce55f83ab543ca565bd7755f5adf4a5cefb89c9 100644
--- a/dart/utils/apidoc/apidoc.gyp
+++ b/dart/utils/apidoc/apidoc.gyp
@@ -3,11 +3,6 @@
# BSD-style license that can be found in the LICENSE file.
{
- 'variables': {
- # These variables are used in the creation of the .vcproj file on
- # Windows.
- 'cygwin_dir': '../../third_party/cygwin',
- },
'targets': [
{
'target_name': 'api_docs',
@@ -16,11 +11,6 @@
'../../frog/dart-frog.gyp:frog',
'../../runtime/dart-runtime.gyp:dart',
],
- 'conditions': [
- ['OS=="win"', {
- 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
- }],
- ],
'actions': [
{
'action_name': 'run_apidoc',
« dart/dart.gyp ('K') | « dart/tools/gyp/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698