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

Side by Side Diff: .gitignore

Issue 2540863005: Add DEPS and minimal build configuration for Capstone disassembler. (Closed)
Patch Set: Merge ToT, address Seb's comment. Created 4 years 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
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 Google Inc. All Rights Reserved. 1 # Copyright 2012 Google Inc. All Rights Reserved.
2 # 2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License. 4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at 5 # You may obtain a copy of the License at
6 # 6 #
7 # http://www.apache.org/licenses/LICENSE-2.0 7 # http://www.apache.org/licenses/LICENSE-2.0
8 # 8 #
9 # Unless required by applicable law or agreed to in writing, software 9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS, 10 # distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 /out/ 62 /out/
63 63
64 # Ignore directories gclient/gitdeps sync. 64 # Ignore directories gclient/gitdeps sync.
65 /base/ 65 /base/
66 /build/ 66 /build/
67 /buildtools/ 67 /buildtools/
68 /syzygy/binaries 68 /syzygy/binaries
69 /syzygy/internal 69 /syzygy/internal
70 /testing/ 70 /testing/
71 /third_party/coverage_analyzer/ 71 /third_party/coverage_analyzer/
72 /third_party/capstone/files
72 /third_party/crashpad/ 73 /third_party/crashpad/
73 /third_party/distorm/files 74 /third_party/distorm/files
74 /third_party/dromaeo/files 75 /third_party/dromaeo/files
75 /third_party/icu/ 76 /third_party/icu/
76 /third_party/libxml/ 77 /third_party/libxml/
77 /third_party/microsoft-pdb/ 78 /third_party/microsoft-pdb/
78 /third_party/modp_b64/ 79 /third_party/modp_b64/
79 /third_party/platformsdk_win7/ 80 /third_party/platformsdk_win7/
80 /third_party/protobuf/src/ 81 /third_party/protobuf/src/
81 /third_party/python_26/ 82 /third_party/python_26/
82 /third_party/sawbuck/py/ 83 /third_party/sawbuck/py/
83 /third_party/vsssdk72/ 84 /third_party/vsssdk72/
84 /third_party/zlib/ 85 /third_party/zlib/
85 /tools/ 86 /tools/
86 87
87 # Ignore SVN metadata. 88 # Ignore SVN metadata.
88 .svn/ 89 .svn/
89 90
90 # Ignore Python build artifacts 91 # Ignore Python build artifacts
91 *.egg-info/ 92 *.egg-info/
92 93
93 # Ignore developer specific GYP configuration. 94 # Ignore developer specific GYP configuration.
94 syzygy.gyp_env 95 syzygy.gyp_env
95 96
96 # Ignore the landmines file. 97 # Ignore the landmines file.
97 .landmines 98 .landmines
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698