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

Side by Side Diff: .gitignore

Issue 9732019: dart:html perf optimization based on runing Dromaeo benchmarks (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Generated build files (runhooks) 1 # Generated build files (runhooks)
2 Makefile 2 Makefile
3 *.Makefile 3 *.Makefile
4 *.mk 4 *.mk
5 *.xcodeproj 5 *.xcodeproj
6 xcodebuild 6 xcodebuild
7 /compiler/*sources.gypi 7 /compiler/*sources.gypi
8 /compiler/*sources.xml 8 /compiler/*sources.xml
9 /client/build.gypi 9 /client/build.gypi
10 /client/dart_server.* 10 /client/dart_server.*
11 *.vcproj 11 *.vcproj
12 *.sln 12 *.sln
13 *.ncb 13 *.ncb
14 14
15 # Stuff the appengine server needs copied locally from third_party 15 # Generated files
16 /client/samples/swarm/appengine/httplib2/ 16 /samples/third_party/dromaeo/tests/frog/
17 /client/samples/swarm/appengine/oauth2client/ 17 /samples/third_party/dromaeo/index-js.html
18 18
19 # Build output directories 19 # Build output directories
20 out/ 20 out/
21 war/ 21 war/
22 bin/ 22 bin/
23 client/outcode/ 23 client/outcode/
24 Release_*/ 24 Release_*/
25 Debug_*/ 25 Debug_*/
26 26
27 # Swarm sample app output directory 27 # Swarm sample app output directory
28 /client/outcode 28 /client/outcode
29 29
30 # Generated dom idl database 30 # Generated dom idl database
31 /client/dom/database 31 /lib/dom/database
32 # Generated dom and html classes 32 # Generated dom and html classes
33 /client/dom/generated 33 /lib/dom/generated
34 /client/html/generated 34 /lib/html/generated
35 35
36 # Not sure what creates this 36 # Not sure what creates this
37 fixed_length_file_out 37 fixed_length_file_out
38 38
39 # third_party deps from svn 39 # third_party deps from svn
40 third_party/gyp/ 40 third_party/gyp/
41 third_party/v8/ 41 third_party/v8/
42 third_party/closure_compiler_src/ 42 third_party/closure_compiler_src/
43 tests/co19/src/ 43 tests/co19/src/
44 44
(...skipping 20 matching lines...) Expand all
65 # Fling generated files 65 # Fling generated files
66 /client/fling/.classpath 66 /client/fling/.classpath
67 /client/fling/.project 67 /client/fling/.project
68 /client/fling/.settings 68 /client/fling/.settings
69 69
70 # Generated test files. 70 # Generated test files.
71 /generated_tests/ 71 /generated_tests/
72 72
73 # Local GDB files. 73 # Local GDB files.
74 .gdb_history 74 .gdb_history
OLDNEW
« no previous file with comments | « no previous file | lib/dom/scripts/systemhtml.py » ('j') | lib/dom/templates/html/impl/impl_Node.darttemplate » ('J')

Powered by Google App Engine
This is Rietveld 408576698