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

Side by Side Diff: Source/core/DEPS

Issue 102993008: Remove some of the dependencies from modules/ in core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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 | Source/core/page/ChromeClient.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 "+bindings", 2 "+bindings",
3 "+core", 3 "+core",
4 "+mozilla", 4 "+mozilla",
5 "+platform", 5 "+platform",
6 "+public/platform", 6 "+public/platform",
7 "+sys", 7 "+sys",
8 "+weborigin", 8 "+weborigin",
9 9
10 # core/ should not depend on modules/ at all, but there are a number of pieces 10 # core/ should not depend on modules/ at all, but there are a number of pieces
11 # of code that do. Please don't add to this list of exceptions. 11 # of code that do. Please don't add to this list of exceptions.
12 "!modules/encryptedmedia/MediaKeyNeededEvent.h", 12 "!modules/encryptedmedia/MediaKeyNeededEvent.h",
13 "!modules/encryptedmedia/MediaKeys.h", 13 "!modules/encryptedmedia/MediaKeys.h",
14 "!modules/filesystem/DraggedIsolatedFileSystem.h", 14 "!modules/filesystem/DraggedIsolatedFileSystem.h",
15 "!modules/geolocation/GeolocationClient.h", 15 "!modules/geolocation/GeolocationClient.h",
16 "!modules/geolocation/GeolocationController.h", 16 "!modules/geolocation/GeolocationController.h",
17 "!modules/geolocation/GeolocationError.h", 17 "!modules/geolocation/GeolocationError.h",
18 "!modules/geolocation/GeolocationPosition.h", 18 "!modules/geolocation/GeolocationPosition.h",
19 "!modules/mediastream/MediaStreamRegistry.h", 19 "!modules/mediastream/MediaStreamRegistry.h",
20 "!modules/mediastream/MediaStreamTrackSourcesRequest.h", 20 "!modules/mediastream/MediaStreamTrackSourcesRequest.h",
21 "!modules/mediastream/RTCStatsResponse.h", 21 "!modules/mediastream/RTCStatsResponse.h",
22 "!modules/mediastream/SourceInfo.h",
23 "!modules/speech/DOMWindowSpeechSynthesis.h",
24 "!modules/speech/SpeechRecognitionAlternative.h",
25 "!modules/speech/SpeechSynthesis.h",
26 "!modules/speech/SpeechSynthesisVoice.h",
27 "!modules/webaudio/DelayDSPKernel.h",
28 "!modules/webaudio/MediaElementAudioSourceNode.h", 22 "!modules/webaudio/MediaElementAudioSourceNode.h",
29 "!modules/webdatabase/DatabaseDetails.h",
30 "!modules/webdatabase/DatabaseManager.h",
31 "!modules/webdatabase/DatabaseManager.h", 23 "!modules/webdatabase/DatabaseManager.h",
32 "!modules/webdatabase/DatabaseTask.h", 24 "!modules/webdatabase/DatabaseTask.h",
33 ] 25 ]
OLDNEW
« no previous file with comments | « no previous file | Source/core/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698