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

Side by Side Diff: content/browser/DEPS

Issue 964403003: Make it possible to set the display mode from Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-enable test for Android, force "was resized" IPC message there. Created 5 years, 8 months 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
« no previous file with comments | « no previous file | content/browser/renderer_host/render_view_host_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/app/strings/grit", # For generated headers 2 "+content/app/strings/grit", # For generated headers
3 "+content/public/browser", 3 "+content/public/browser",
4 "+device/battery", # For battery status service. 4 "+device/battery", # For battery status service.
5 "+device/vibration", # For Vibration API 5 "+device/vibration", # For Vibration API
6 "+media/audio", # For audio input for speech input feature. 6 "+media/audio", # For audio input for speech input feature.
7 "+media/base", # For Android JNI registration. 7 "+media/base", # For Android JNI registration.
8 "+media/filters", # For reporting GPU decoding UMA. 8 "+media/filters", # For reporting GPU decoding UMA.
9 "+media/midi", # For Web MIDI API 9 "+media/midi", # For Web MIDI API
10 "+media/mojo", # For mojo media services. 10 "+media/mojo", # For mojo media services.
(...skipping 25 matching lines...) Expand all
36 "+chromeos", 36 "+chromeos",
37 "+third_party/cros_system_api", 37 "+third_party/cros_system_api",
38 38
39 "-webkit/renderer", 39 "-webkit/renderer",
40 40
41 # No inclusion of WebKit from the browser, other than strictly enum/POD, 41 # No inclusion of WebKit from the browser, other than strictly enum/POD,
42 # header-only types, and some selected common code. 42 # header-only types, and some selected common code.
43 "-third_party/WebKit", 43 "-third_party/WebKit",
44 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", 44 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h",
45 "+third_party/WebKit/public/platform/WebCursorInfo.h", 45 "+third_party/WebKit/public/platform/WebCursorInfo.h",
46 "+third_party/WebKit/public/platform/WebDisplayMode.h",
46 "+third_party/WebKit/public/platform/WebFocusType.h", 47 "+third_party/WebKit/public/platform/WebFocusType.h",
47 "+third_party/WebKit/public/platform/WebGamepad.h", 48 "+third_party/WebKit/public/platform/WebGamepad.h",
48 "+third_party/WebKit/public/platform/WebGamepads.h", 49 "+third_party/WebKit/public/platform/WebGamepads.h",
49 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", 50 "+third_party/WebKit/public/platform/WebGeofencingEventType.h",
50 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", 51 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
51 "+third_party/WebKit/public/platform/WebIDBDatabaseException.h", 52 "+third_party/WebKit/public/platform/WebIDBDatabaseException.h",
52 "+third_party/WebKit/public/platform/WebIDBTypes.h", 53 "+third_party/WebKit/public/platform/WebIDBTypes.h",
53 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 54 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
54 "+third_party/WebKit/public/platform/WebLockOrientationError.h", 55 "+third_party/WebKit/public/platform/WebLockOrientationError.h",
55 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", 56 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
(...skipping 25 matching lines...) Expand all
81 "+third_party/WebKit/public/web/WebTextDirection.h", 82 "+third_party/WebKit/public/web/WebTextDirection.h",
82 "+third_party/WebKit/public/web/WebTextInputType.h", 83 "+third_party/WebKit/public/web/WebTextInputType.h",
83 84
84 # These should be burned down. http://crbug.com/237267 85 # These should be burned down. http://crbug.com/237267
85 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", 86 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h",
86 87
87 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 88 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
88 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 89 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
89 # for more information. 90 # for more information.
90 ] 91 ]
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/render_view_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698