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

Side by Side Diff: .gitignore

Issue 24538003: [rac] Add libaddressinput dependency (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 7 years, 2 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
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.Makefile 1 *.Makefile
2 *.gypcmd 2 *.gypcmd
3 *.mk 3 *.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.opensdf 6 *.opensdf
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.rules 9 *.rules
10 *.sdf 10 *.sdf
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 /third_party/httpcomponents-client 217 /third_party/httpcomponents-client
218 /third_party/httpcomponents-core 218 /third_party/httpcomponents-core
219 /third_party/hunspell 219 /third_party/hunspell
220 /third_party/hunspell_dictionaries 220 /third_party/hunspell_dictionaries
221 /third_party/icu 221 /third_party/icu
222 /third_party/jarjar 222 /third_party/jarjar
223 /third_party/jsoncpp/source 223 /third_party/jsoncpp/source
224 /third_party/jsr-305/src 224 /third_party/jsr-305/src
225 /third_party/leveldatabase/src 225 /third_party/leveldatabase/src
226 /third_party/leveldb 226 /third_party/leveldb
227 /third_party/libaddressinput/cpp
228 /third_party/libaddressinput/testdata
227 /third_party/libexif/sources 229 /third_party/libexif/sources
228 /third_party/libjingle/source 230 /third_party/libjingle/source
229 /third_party/libjingle/source_internal 231 /third_party/libjingle/source_internal
230 /third_party/libjpeg_turbo 232 /third_party/libjpeg_turbo
231 /third_party/libmtp/ 233 /third_party/libmtp/
232 /third_party/libphonenumber/libphonenumber.xml 234 /third_party/libphonenumber/libphonenumber.xml
233 /third_party/libphonenumber/libphonenumber_without_metadata.xml 235 /third_party/libphonenumber/libphonenumber_without_metadata.xml
234 /third_party/libphonenumber/src 236 /third_party/libphonenumber/src
235 /third_party/libsrtp 237 /third_party/libsrtp
236 /third_party/libvpx 238 /third_party/libvpx
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 /webkit/data/test_shell/plugins 326 /webkit/data/test_shell/plugins
325 /webkit/data/xbm_decoder 327 /webkit/data/xbm_decoder
326 /webkit/Debug 328 /webkit/Debug
327 /webkit/Release 329 /webkit/Release
328 /webkit/renderer/media/crypto/ppapi/cdm 330 /webkit/renderer/media/crypto/ppapi/cdm
329 /webpagereplay_logs/ 331 /webpagereplay_logs/
330 /win8/delegate_execute/delegate_execute_version_resources.xml 332 /win8/delegate_execute/delegate_execute_version_resources.xml
331 /win8/metro_driver/metro_driver_version_resources.xml 333 /win8/metro_driver/metro_driver_version_resources.xml
332 /x86-generic_out/ 334 /x86-generic_out/
333 /xcodebuild 335 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698