From dcf45d898e2f7742539b35e45c53cde7aa670751 Mon Sep 17 00:00:00 2001 From: "ricow@google.com" Date: Tue, 22 Apr 2014 13:01:48 +0000 Subject: [PATCH] Fix mac gyp generation by moving target to seperate file. R=whesse@google.com Review URL: https://codereview.chromium.org//247273003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35256 260f80e4-7a28-3924-810f-c04153c831b5 --- pkg/pkg.gyp | 26 -------------------------- pkg/pkg_files.gyp | 34 ++++++++++++++++++++++++++++++++++ utils/pub/pub.gyp | 2 +- 3 files changed, 35 insertions(+), 27 deletions(-) create mode 100644 pkg/pkg_files.gyp diff --git a/pkg/pkg.gyp b/pkg/pkg.gyp index 57dc3a53d5d..df21e1066b2 100644 --- a/pkg/pkg.gyp +++ b/pkg/pkg.gyp @@ -32,31 +32,5 @@ }, ], }, - # Other targets depend on pkg files, but have to many inputs, which causes - # issues on some platforms. - # This target lists all the files in pkg and third_party/pkg, - # and creates a single pkg_files.stamp - { - 'target_name': 'pkg_files_stamp', - 'type': 'none', - 'actions': [ - { - 'action_name': 'make_pkg_files_stamp', - 'inputs': [ - '../tools/create_timestamp_file.py', - '