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

Unified Diff: dart/tools/gyp/common.gypi

Issue 26212004: standalone.deps: Change gyp generation to make "./tools/build.py runtime" work (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 2 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 | « dart/tools/generate_projects.py ('k') | dart/tools/gyp_dart.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/gyp/common.gypi
diff --git a/dart/tools/gyp/common.gypi b/dart/tools/gyp/common.gypi
deleted file mode 100644
index e7ac207957dd8c74bc3d6cf854b92629e91d431c..0000000000000000000000000000000000000000
--- a/dart/tools/gyp/common.gypi
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
-
-# A set of variables needed to build some of the Chrome based subparts of the
-# Dash project. This is in no way a complete list of variables being defined
-# by Chrome, but just the minimally needed subset.
-
-# Note: this file is similar to all.gypi, but is used when running gyp
-# from subproject directories. This is deprecated, but still supported.
-{
- 'variables': {
- 'library': 'static_library',
- 'component': 'static_library',
- 'target_arch': 'ia32',
- # Flag that tells us whether to build native support for dart:io.
- 'dart_io_support': 1,
- },
- 'conditions': [
- [ 'OS=="linux"', {
- 'target_defaults': {
- 'ldflags': [ '-pthread', ],
- },
- }],
- [ 'OS=="win"', {
- 'target_defaults': {
- 'msvs_cygwin_dirs': ['<(DEPTH)/../third_party/cygwin'],
- },
- 'includes': [
- 'msvs.gypi',
- ],
- }],
- [ 'OS=="mac"', {
- 'includes': [
- 'xcode.gypi',
- ],
- }],
- ],
- 'includes': [
- 'configurations.gypi',
- ],
-}
« no previous file with comments | « dart/tools/generate_projects.py ('k') | dart/tools/gyp_dart.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698