dart-sdk/runtime
Zachary Anderson ccfafee023 Make list_files.py and list_dart_files.py return absolute paths for GN
This makes doing an SDK build in the Fuchsia tree easier.

The previous attempt at this change failed in gyp builds targeting xcode.
They failed because input lists for actions of the same target (e.g. the
actions for dartanalyzer) are merged and de-duped when the lists contain
relative paths, but merged and *not* de-duped when the lists contain
absolute paths. gyp rejects xcode files that it generated itself
when they contain duplicate entries.

This CL works around that bug, by using absolute paths in the GN build
and keeping relative paths in the gyp build.

R=rmacnak@google.com

Review-Url: https://codereview.chromium.org/2567213002 .
2016-12-13 10:01:28 -08:00
..
bin Cleanup the kernel service implementation and avoid printing on the console when no tracing flags are provided. 2016-12-13 09:08:10 +01:00
include Improve the casing of Stackmap and Stacktrace. 2016-12-12 14:51:30 -08:00
lib Added method to IsolateVisitor to check for special isolates (i.e., service / vm isolates) since this check is done frequently. 2016-12-12 14:54:05 -08:00
observatory Improve the casing of Stackmap and Stacktrace. 2016-12-12 14:51:30 -08:00
platform VM: Remove unused (and incomplete) HashMap::Remove() function 2016-12-01 13:51:49 +01:00
tests/vm Improve the casing of Stackmap and Stacktrace. 2016-12-12 14:51:30 -08:00
third_party Format GN files and add a presubmit check that GN is properly formatted 2016-10-26 08:50:54 -07:00
tools Cleanup the kernel service implementation and avoid printing on the console when no tracing flags are provided. 2016-12-13 09:08:10 +01:00
vm Make list_files.py and list_dart_files.py return absolute paths for GN 2016-12-13 10:01:28 -08:00
.gitignore
BUILD.gn GN: Removes libdart_nosnapshot_precompiled_runtime 2016-11-16 08:57:17 -08:00
codereview.settings Remove trailing slash in codereview.settings to fix review url double slash 2015-10-01 07:27:13 -07:00
CPPLINT.cfg clang-formats remaining files and adds a presubmit check. 2016-11-09 12:43:57 -08:00
dart-runtime.gyp Use checked-in .package file for building and testing 2016-09-16 15:03:18 +02:00
PRESUBMIT.py VM: Enforce correctly formatted C++ code 2016-11-30 23:52:52 +01:00