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

Unified Diff: dart/runtime/bin/bin.gypi

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
Index: dart/runtime/bin/bin.gypi
diff --git a/dart/runtime/bin/bin.gypi b/dart/runtime/bin/bin.gypi
index 22478d8a4b6f493e9d2f6ba86016a9ae73b2760f..8056023289ed163cac234099e16d77983aa38552 100644
--- a/dart/runtime/bin/bin.gypi
+++ b/dart/runtime/bin/bin.gypi
@@ -13,17 +13,11 @@
'snapshot_in_cc_file': 'snapshot_in.cc',
'snapshot_bin_file': '<(SHARED_INTERMEDIATE_DIR)/snapshot_gen.bin',
'snapshot_cc_file': '<(SHARED_INTERMEDIATE_DIR)/snapshot_gen.cc',
- 'cygwin_dir': '../../third_party/cygwin',
},
'targets': [
{
'target_name': 'generate_builtin_cc_file',
'type': 'none',
- 'conditions': [
- ['OS=="win"', {
- 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
- }],
- ],
'includes': [
'builtin_sources.gypi',
],
@@ -54,11 +48,6 @@
{
'target_name': 'generate_io_cc_file',
'type': 'none',
- 'conditions': [
- ['OS=="win"', {
- 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
- }],
- ],
'includes': [
'io_sources.gypi',
],
@@ -89,11 +78,6 @@
{
'target_name': 'generate_json_cc_file',
'type': 'none',
- 'conditions': [
- ['OS=="win"', {
- 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
- }],
- ],
'includes': [
'json_sources.gypi',
],
@@ -124,11 +108,6 @@
{
'target_name': 'generate_uri_cc_file',
'type': 'none',
- 'conditions': [
- ['OS=="win"', {
- 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
- }],
- ],
'includes': [
'uri_sources.gypi',
],
@@ -159,11 +138,6 @@
{
'target_name': 'generate_utf_cc_file',
'type': 'none',
- 'conditions': [
- ['OS=="win"', {
- 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
- }],
- ],
'includes': [
'utf_sources.gypi',
],
@@ -293,11 +267,6 @@
# Generate snapshot file.
'target_name': 'generate_snapshot_file',
'type': 'none',
- 'conditions': [
- ['OS=="win"', {
- 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
- }],
- ],
'dependencies': [
'gen_snapshot',
],
« dart/dart.gyp ('K') | « dart/frog/dart-frog.gyp ('k') | dart/runtime/vm/vm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698