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

Side by Side Diff: Source/core/DEPS

Issue 16298005: Remove Battery Status API support code from Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/WebKit/chromium/src/WebViewImpl.cpp ('k') | Source/core/dom/EventTargetFactory.in » ('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 "+bindings", 2 "+bindings",
3 "+core", 3 "+core",
4 "+mozilla", 4 "+mozilla",
5 "+public/platform", 5 "+public/platform",
6 "+sys", 6 "+sys",
7 "+unicode", 7 "+unicode",
8 "+weborigin", 8 "+weborigin",
9 9
10 "-WebKit", 10 "-WebKit",
11 "-modules", 11 "-modules",
12 # core/ should not depend on modules/ at all, but there are a number of pieces 12 # core/ should not depend on modules/ at all, but there are a number of pieces
13 # of code that do. Please don't add to this list of exceptions. 13 # of code that do. Please don't add to this list of exceptions.
14 "+modules/battery",
15 "+modules/device_orientation", 14 "+modules/device_orientation",
16 "+modules/filesystem", 15 "+modules/filesystem",
17 "+modules/gamepad", 16 "+modules/gamepad",
18 "+modules/geolocation", 17 "+modules/geolocation",
19 "+modules/indexeddb", 18 "+modules/indexeddb",
20 "+modules/mediasource", 19 "+modules/mediasource",
21 "+modules/mediastream", 20 "+modules/mediastream",
22 "+modules/notifications", 21 "+modules/notifications",
23 "+modules/speech", 22 "+modules/speech",
24 "+modules/webaudio", 23 "+modules/webaudio",
25 "+modules/webdatabase", 24 "+modules/webdatabase",
26 "+modules/websockets", 25 "+modules/websockets",
27 "+modules/websockets", 26 "+modules/websockets",
28 ] 27 ]
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/src/WebViewImpl.cpp ('k') | Source/core/dom/EventTargetFactory.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698