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

Side by Side Diff: third_party/WebKit/Source/platform/weborigin/DEPS

Issue 2194973002: Fix linker warning in broadcast_channel.mojom-blink.obj. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tighten deps Created 4 years, 4 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 # net/ includes should be allowed only in a limited set of directories, 2 # net/ includes should be allowed only in a limited set of directories,
3 # so we have separate DEPS from platform's one. 3 # so we have separate DEPS from platform's one.
4 "+net/base", 4 "+net/base",
5
6 # weborigin sits below platform in the layer tree, so can't include headers
7 # from it. The exception is RuntimeEnabledFeatures which is its own
8 # component.
9 "-platform",
10 "-public/platform",
11 "+platform/weborigin",
12 "+platform/RuntimeEnabledFeatures.h",
5 ] 13 ]
14
15 specific_include_rules = {
16 ".*Test\.cpp": [
17 "+platform",
18 ]
19 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/weborigin/BUILD.gn ('k') | third_party/WebKit/Source/platform/weborigin/KURL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698