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

Side by Side Diff: Source/bindings/core/DEPS

Issue 718383003: bindings: fixed incorrect dependency of SerializedScriptValue. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added fast/js/structured-clone.html Created 6 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 | « LayoutTests/fast/js/structured-clone.html ('k') | Source/bindings/core/v8/PostMessage.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/core", 2 "+bindings/core",
3 "-bindings/modules", 3 "-bindings/modules",
4 "+core", 4 "+core",
5 "+heap", 5 "+heap",
6 "+gin/public", 6 "+gin/public",
7 "-modules", 7 "-modules",
8 "+platform", 8 "+platform",
9 "+public/platform", 9 "+public/platform",
10 "+third_party/snappy", 10 "+third_party/snappy",
11 "-web", 11 "-web",
12
13 # TODO(tasak): Get this list to zero.
14 "!bindings/modules/v8/V8CryptoKey.h",
15 "!bindings/modules/v8/V8DOMFileSystem.h",
16 ] 12 ]
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/structured-clone.html ('k') | Source/bindings/core/v8/PostMessage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698