summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--DEPS3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c359e2a..bb4ad11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -75,6 +75,7 @@ v8.log
/third_party/cros
/third_party/cygwin
/third_party/directxsdk
+/third_party/flac
/third_party/ffmpeg
/third_party/gles2_conform
/third_party/googlemac
diff --git a/DEPS b/DEPS
index 111a1fb..f61794f 100644
--- a/DEPS
+++ b/DEPS
@@ -180,6 +180,9 @@ deps = {
"src/third_party/libjpeg_turbo":
"/trunk/deps/third_party/libjpeg_turbo@66929",
+
+ "src/third_party/flac":
+ "/trunk/deps/third_party/flac@71053",
}