6241beefa2
- Sync Chrome's DEPS to chromium_deps/, and use the From() keyword to pull the correct revisions from it, rather than having to manually enter them. - This idea is borrowed from the WebKit DEPS: http://trac.webkit.org/browser/trunk/Source/WebKit/chromium/DEPS - Fix update.py's DEPS parsing to handle From(). - Roll Chrome 120526:122775. - Organize the deps alphabetically. - Sync the in-tree gold linker, which is now required due to a change in the linker flags. - Add the new deps to .gitignore. BUG= TEST=build on all platforms Review URL: https://webrtc-codereview.appspot.com/401004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1755 4adac7df-926f-26a2-2b94-8c16560cd09d
66 lines
889 B
Plaintext
66 lines
889 B
Plaintext
*.target.mk
|
|
*.Makefile
|
|
*.ncb
|
|
*.ninja
|
|
*.props
|
|
*.pyc
|
|
*.rules
|
|
*.scons
|
|
*.sdf
|
|
*.sln
|
|
*.suo
|
|
*.targets
|
|
*.user
|
|
*.vcproj
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.vpj
|
|
*.vpw
|
|
*.vpwhistu
|
|
*.vtg
|
|
*.xcodeproj
|
|
*~
|
|
.*.sw?
|
|
.DS_Store
|
|
.cproject
|
|
.gdb_history
|
|
.gdbinit
|
|
.metadata
|
|
.project
|
|
.pydevproject
|
|
.settings
|
|
/build
|
|
/chromium_deps
|
|
/gyp-mac-tool
|
|
/Makefile
|
|
/out
|
|
/resources
|
|
/src/supplement.gypi
|
|
/testing
|
|
/third_party/asan
|
|
/third_party/cygwin
|
|
/third_party/expat
|
|
/third_party/gaeunit
|
|
/third_party/gold
|
|
/third_party/google-gflags/src
|
|
/third_party/google-visualization-python
|
|
/third_party/jsoncpp
|
|
/third_party/libjingle
|
|
/third_party/libjpeg
|
|
/third_party/libjpeg_turbo
|
|
/third_party/libsrtp
|
|
/third_party/libvpx
|
|
/third_party/libyuv
|
|
/third_party/llvm-build
|
|
/third_party/oauth2
|
|
/third_party/protobuf
|
|
/third_party/valgrind
|
|
/third_party/yasm
|
|
/tools/clang
|
|
/tools/gyp
|
|
/tools/python
|
|
/tools/valgrind
|
|
/tools/win
|
|
/x86-generic_out/
|
|
/xcodebuild
|