Add constants for PDF 1.7 spec, table 3.4.

Add constants/stream_dict_common.h. The header lists all the constants
in the table in the same order. Constants that are not used at all are
commented out.

BUG=pdfium:1049

Change-Id: I6539090e0ad56319ea628883e388aeacef044e52
Reviewed-on: https://pdfium-review.googlesource.com/29090
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/DEPS b/DEPS
index 38ff99d..476f404 100644
--- a/DEPS
+++ b/DEPS
@@ -138,6 +138,7 @@
 include_rules = [
   # Basic stuff that everyone can use.
   # Note: public is not here because core cannot depend on public.
+  '+constants',
   '+testing',
   '+third_party/base',
 ]