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

Side by Side Diff: content/common/DEPS

Issue 2332903002: [sensors] [mac] Implement ambient light sensor for macOS (Closed)
Patch Set: Fix comments from Mikhail Created 4 years, 3 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-storage/browser", 2 "-storage/browser",
3 3
4 "+services/shell/public/cpp", 4 "+services/shell/public/cpp",
5 "+device/generic_sensor",
timvolodine 2016/09/20 18:05:24 same here
5 6
6 # No inclusion of WebKit from the browser, other than strictly enum/POD, 7 # No inclusion of WebKit from the browser, other than strictly enum/POD,
7 # header-only types, and some selected common code. 8 # header-only types, and some selected common code.
8 "-third_party/WebKit", 9 "-third_party/WebKit",
9 "+third_party/WebKit/public/platform/WebAddressSpace.h", 10 "+third_party/WebKit/public/platform/WebAddressSpace.h",
10 "+third_party/WebKit/public/platform/WebCString.h", 11 "+third_party/WebKit/public/platform/WebCString.h",
11 "+third_party/WebKit/public/platform/WebDisplayMode.h", 12 "+third_party/WebKit/public/platform/WebDisplayMode.h",
12 "+third_party/WebKit/public/platform/WebDragOperation.h", 13 "+third_party/WebKit/public/platform/WebDragOperation.h",
13 "+third_party/WebKit/public/platform/WebFloatPoint.h", 14 "+third_party/WebKit/public/platform/WebFloatPoint.h",
14 "+third_party/WebKit/public/platform/WebFloatRect.h", 15 "+third_party/WebKit/public/platform/WebFloatRect.h",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "+third_party/WebKit/public/web/WebPopupType.h", 60 "+third_party/WebKit/public/web/WebPopupType.h",
60 "+third_party/WebKit/public/web/WebSandboxFlags.h", 61 "+third_party/WebKit/public/web/WebSandboxFlags.h",
61 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 62 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
62 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 63 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
63 "+third_party/WebKit/public/web/WebTextDirection.h", 64 "+third_party/WebKit/public/web/WebTextDirection.h",
64 "+third_party/WebKit/public/web/WebTreeScopeType.h", 65 "+third_party/WebKit/public/web/WebTreeScopeType.h",
65 "+third_party/WebKit/public/web/WebWindowFeatures.h", 66 "+third_party/WebKit/public/web/WebWindowFeatures.h",
66 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 67 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
67 "+third_party/WebKit/public/web/win/WebFontRendering.h" 68 "+third_party/WebKit/public/web/win/WebFontRendering.h"
68 ] 69 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698