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

Side by Side Diff: content/browser/DEPS

Issue 1446453004: Adding third_party/openh264 build files for encoding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed torbjorng's comments Created 5 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Allow inclusion of specific components that we depend on. We may only 2 # Allow inclusion of specific components that we depend on. We may only
3 # depend on components which we share with the mojo html_viewer. 3 # depend on components which we share with the mojo html_viewer.
4 "+components/mime_util", 4 "+components/mime_util",
5 "+components/mus/public/interfaces", 5 "+components/mus/public/interfaces",
6 "+components/scheduler/common", 6 "+components/scheduler/common",
7 "+components/tracing", 7 "+components/tracing",
8 "+components/url_formatter", 8 "+components/url_formatter",
9 9
10 "+content/app/strings/grit", # For generated headers 10 "+content/app/strings/grit", # For generated headers
(...skipping 19 matching lines...) Expand all
30 "+device/udev_linux", # For udev utility and wrapper library. 30 "+device/udev_linux", # For udev utility and wrapper library.
31 31
32 # Explicitly disallow using SyncMessageFilter to prevent browser from 32 # Explicitly disallow using SyncMessageFilter to prevent browser from
33 # sending synchronous IPC messages on non-UI threads. 33 # sending synchronous IPC messages on non-UI threads.
34 "-ipc/ipc_sync_message_filter.h", 34 "-ipc/ipc_sync_message_filter.h",
35 35
36 # Other libraries. 36 # Other libraries.
37 "+third_party/iaccessible2", 37 "+third_party/iaccessible2",
38 "+third_party/isimpledom", 38 "+third_party/isimpledom",
39 "+third_party/khronos", # For enum definitions only 39 "+third_party/khronos", # For enum definitions only
40 "+third_party/openh264",
40 "+third_party/re2", 41 "+third_party/re2",
41 42
42 # Allow non-browser Chrome OS code to be used. 43 # Allow non-browser Chrome OS code to be used.
43 "+chromeos", 44 "+chromeos",
44 "+third_party/cros_system_api", 45 "+third_party/cros_system_api",
45 46
46 # No inclusion of WebKit from the browser, other than strictly enum/POD, 47 # No inclusion of WebKit from the browser, other than strictly enum/POD,
47 # header-only types, and some selected common code. 48 # header-only types, and some selected common code.
48 "-third_party/WebKit", 49 "-third_party/WebKit",
49 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", 50 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", 89 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h",
89 "+third_party/WebKit/public/web/WebTextDirection.h", 90 "+third_party/WebKit/public/web/WebTextDirection.h",
90 "+third_party/WebKit/public/web/WebTextInputType.h", 91 "+third_party/WebKit/public/web/WebTextInputType.h",
91 "+third_party/WebKit/public/web/WebTreeScopeType.h", 92 "+third_party/WebKit/public/web/WebTreeScopeType.h",
92 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 93 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
93 94
94 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 95 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
95 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 96 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
96 # for more information. 97 # for more information.
97 ] 98 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698