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

Side by Side Diff: .gitignore

Issue 31083008: Pull gn binary (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 /third_party/widevine/cdm/symbols 298 /third_party/widevine/cdm/symbols
299 /third_party/wix 299 /third_party/wix
300 /third_party/xdg-utils 300 /third_party/xdg-utils
301 /third_party/xulrunner-sdk 301 /third_party/xulrunner-sdk
302 /third_party/yasm/binaries 302 /third_party/yasm/binaries
303 /third_party/yasm/generate_files.xml 303 /third_party/yasm/generate_files.xml
304 /third_party/yasm/source/patched-yasm 304 /third_party/yasm/source/patched-yasm
305 /third_party/yasm/yasm.xml 305 /third_party/yasm/yasm.xml
306 /tools/deps2git/ 306 /tools/deps2git/
307 /tools/distcc 307 /tools/distcc
308 /tools/gn/bin/linux
309 /tools/gn/bin/mac
310 /tools/gn/bin/win
308 /tools/grit 311 /tools/grit
309 /tools/gyp 312 /tools/gyp
310 /tools/histograms 313 /tools/histograms
311 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml 314 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml
312 /tools/page_cycler/acid3 315 /tools/page_cycler/acid3
313 /tools/perf/data 316 /tools/perf/data
314 /tools/perf/results.html 317 /tools/perf/results.html
315 /tools/swarm_client 318 /tools/swarm_client
316 /tools/tryserver 319 /tools/tryserver
317 /tools/win/link_limiter/build 320 /tools/win/link_limiter/build
318 /ui/surface/surface.xml 321 /ui/surface/surface.xml
319 /ui/surface/surface_gpu_tests.xml 322 /ui/surface/surface_gpu_tests.xml
320 /v8 323 /v8
321 /webkit/data/bmp_decoder 324 /webkit/data/bmp_decoder
322 /webkit/data/ico_decoder 325 /webkit/data/ico_decoder
323 /webkit/data/layout_tests/LayoutTests 326 /webkit/data/layout_tests/LayoutTests
324 /webkit/data/test_shell/plugins 327 /webkit/data/test_shell/plugins
325 /webkit/data/xbm_decoder 328 /webkit/data/xbm_decoder
326 /webkit/Debug 329 /webkit/Debug
327 /webkit/Release 330 /webkit/Release
328 /webkit/renderer/media/crypto/ppapi/cdm 331 /webkit/renderer/media/crypto/ppapi/cdm
329 /webpagereplay_logs/ 332 /webpagereplay_logs/
330 /win8/delegate_execute/delegate_execute_version_resources.xml 333 /win8/delegate_execute/delegate_execute_version_resources.xml
331 /win8/metro_driver/metro_driver_version_resources.xml 334 /win8/metro_driver/metro_driver_version_resources.xml
332 /x86-generic_out/ 335 /x86-generic_out/
333 /xcodebuild 336 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698