2016-06-22 17:32:51 +00:00
|
|
|
# Build artifacts and dependencies.
|
2012-11-27 14:07:53 +00:00
|
|
|
/.children
|
|
|
|
/.project
|
2012-09-10 15:44:25 +00:00
|
|
|
/Makefile
|
2016-06-22 17:32:51 +00:00
|
|
|
/base
|
|
|
|
/buildtools
|
2012-11-29 12:53:43 +00:00
|
|
|
/ipch
|
2012-09-10 15:44:25 +00:00
|
|
|
/out
|
|
|
|
/xcodebuild
|
2012-12-10 12:56:37 +00:00
|
|
|
/.flaky.log
|
2013-01-18 16:45:20 +00:00
|
|
|
/.debug.log
|
2015-09-14 23:27:51 +00:00
|
|
|
*.Makefile
|
2015-08-21 20:16:57 +00:00
|
|
|
*.opensdf
|
|
|
|
*.sdf
|
|
|
|
*.sln
|
|
|
|
*.suo
|
2015-09-14 23:27:51 +00:00
|
|
|
*.target.mk
|
2013-04-22 17:56:28 +00:00
|
|
|
*.host.mk
|
2015-08-21 20:16:57 +00:00
|
|
|
*.vcproj
|
|
|
|
*.vcxproj
|
|
|
|
*.vcxproj.filters
|
2012-11-29 12:53:43 +00:00
|
|
|
/*.vcxproj.user
|
2016-12-02 21:18:54 +00:00
|
|
|
*.stamp
|
2012-09-17 22:30:37 +00:00
|
|
|
|
2019-07-30 20:34:31 +00:00
|
|
|
# LLVM prebuilts
|
|
|
|
/third_party/llvm/include
|
|
|
|
/third_party/llvm/lib
|
|
|
|
/third_party/llvm/.versions
|
|
|
|
|
2013-01-23 21:08:29 +00:00
|
|
|
# Gyp generated files
|
|
|
|
*.xcodeproj
|
2015-08-25 22:58:19 +00:00
|
|
|
*.intermediate
|
2013-01-23 21:08:29 +00:00
|
|
|
|
2015-08-31 18:53:16 +00:00
|
|
|
# Eclipse config files - also in all subdirectories.
|
2012-11-27 14:37:55 +00:00
|
|
|
.children
|
|
|
|
.project
|
2015-08-31 18:53:16 +00:00
|
|
|
.settings
|
2012-11-27 14:37:55 +00:00
|
|
|
|
2015-06-12 07:01:03 +00:00
|
|
|
# IntelliJ project files
|
|
|
|
*.iml
|
2015-08-20 00:26:41 +00:00
|
|
|
.idea
|
2016-10-07 22:38:08 +00:00
|
|
|
CMakeLists.txt
|
2017-02-09 23:39:44 +00:00
|
|
|
.clang_complete
|
2019-02-13 12:42:47 +00:00
|
|
|
cmake-build-debug
|
2015-06-12 07:01:03 +00:00
|
|
|
|
2019-03-05 10:53:17 +00:00
|
|
|
# VS project files
|
|
|
|
.vs
|
|
|
|
|
2017-03-23 22:26:06 +00:00
|
|
|
# VSCode project files
|
|
|
|
.vscode
|
|
|
|
.history
|
|
|
|
|
2019-06-20 18:58:51 +00:00
|
|
|
# https://github.com/Dart-Code/Dart-Code/issues/1295
|
|
|
|
/analysis_options.yaml
|
|
|
|
|
2019-01-04 09:05:23 +00:00
|
|
|
# analysis server files
|
|
|
|
compile_commands.json
|
|
|
|
|
2018-12-26 15:51:44 +00:00
|
|
|
# GDB files
|
|
|
|
.gdb_history
|
|
|
|
|
2019-07-09 16:00:19 +00:00
|
|
|
# Clangd files
|
|
|
|
.clangd
|
|
|
|
|
2012-09-17 22:30:37 +00:00
|
|
|
# Built by chromebot and downloaded from Google Storage
|
|
|
|
client/tests/drt
|
|
|
|
|
|
|
|
# Compiled python binaries
|
|
|
|
*.pyc
|
2012-10-16 23:22:14 +00:00
|
|
|
|
2015-03-18 15:52:13 +00:00
|
|
|
# pydev project file.
|
|
|
|
.pydevproject
|
|
|
|
|
2012-10-16 23:22:14 +00:00
|
|
|
# From the Mac OS X Finder
|
|
|
|
.DS_Store
|
2012-11-10 00:12:32 +00:00
|
|
|
|
2013-01-18 23:54:38 +00:00
|
|
|
# Pub generated "packages" directories and files
|
2012-11-10 00:12:32 +00:00
|
|
|
packages
|
2013-01-18 23:54:38 +00:00
|
|
|
pubspec.lock
|
2012-11-17 00:16:23 +00:00
|
|
|
|
2014-09-02 18:23:44 +00:00
|
|
|
# Local pub storage
|
|
|
|
.pub
|
|
|
|
|
2012-11-17 00:16:23 +00:00
|
|
|
# Vim temporary swap files.
|
|
|
|
*.swp
|
2012-12-29 11:09:22 +00:00
|
|
|
|
2013-09-11 16:50:19 +00:00
|
|
|
# Kate temporary files.
|
|
|
|
*~
|
|
|
|
*.kate-swp
|
|
|
|
|
|
|
|
# Merge files.
|
|
|
|
*.orig
|
|
|
|
*.rej
|
|
|
|
|
2012-12-29 11:09:22 +00:00
|
|
|
# Generated files.
|
Speed up interop patch file creation.
Made a number of optimizations to reduce load time from 8 secs to 1 sec. The changes involved:
- No longer dynamically generate patch files on startup for dart:* libraries (created from WebKits IDL e.g., html, svg, web_audio, web_gl, indexed_db, web_sql). Instead create a cache of patch files.
- Comparison of @JS refelctedType not by library and symbol name comparison.
- In addition, a VM mirror change see CL https://codereview.chromium.org/1834673003/ gives us the remaining speedup.
This cache of interop patch files, for Dartium only, requires a manual re-gen after go.sh run is:
> cd tools/dom/scripts
> run go.sh
The steps after (for Dartium) are:
1. build Dartium
2. cd tools/dartium
3. run generate_patches.sh
4. build Dartium
R=jacobr@google.com, alanknight@google.com
Review URL: https://codereview.chromium.org/1833373002 .
2016-03-28 15:20:13 +00:00
|
|
|
tools/dartium/out
|
2012-12-29 11:09:22 +00:00
|
|
|
tools/out
|
2013-03-27 17:42:24 +00:00
|
|
|
tools/xcodebuild
|
2014-07-28 20:43:16 +00:00
|
|
|
.test-outcome.log
|
2017-01-31 11:44:23 +00:00
|
|
|
/outline.dill
|
|
|
|
/generated/
|
|
|
|
/crash_logs/
|
2019-07-30 20:34:31 +00:00
|
|
|
/build/config/gclient_args.gni
|