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

Side by Side Diff: content/renderer/DEPS

Issue 1014543003: Add an IPC method for Blink to call RapporService::RecordSample() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/renderer/renderer_blink_platform_impl.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 "+cc/blink", 2 "+cc/blink",
3 "+components/rappor/content/common",
3 "+content/public/child", 4 "+content/public/child",
4 "+content/public/renderer", 5 "+content/public/renderer",
5 "+content/child", 6 "+content/child",
6 "+device/battery", # For battery status service. 7 "+device/battery", # For battery status service.
7 "+device/vibration", 8 "+device/vibration",
8 "+gin", 9 "+gin",
9 "+jingle/glue", 10 "+jingle/glue",
10 "+media", # For audio input/output and audio/video decoding. 11 "+media", # For audio input/output and audio/video decoding.
11 "-storage/browser", 12 "-storage/browser",
12 "+third_party/hyphen/hyphen.h", 13 "+third_party/hyphen/hyphen.h",
13 "+third_party/libjingle", 14 "+third_party/libjingle",
14 "+third_party/tcmalloc", 15 "+third_party/tcmalloc",
15 "+v8/include", 16 "+v8/include",
16 "+v8/src/third_party/vtune", 17 "+v8/src/third_party/vtune",
17 ] 18 ]
18 19
19 specific_include_rules = { 20 specific_include_rules = {
20 '.*_[a-z]*browsertest.*': [ 21 '.*_[a-z]*browsertest.*': [
21 "+content/public/browser", 22 "+content/public/browser",
22 "+content/shell", 23 "+content/shell",
23 ], 24 ],
24 } 25 }
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/renderer/renderer_blink_platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698