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

Side by Side Diff: content/public/renderer/DEPS

Issue 1385663002: [Contextual Search] Add Mojo-enabled API component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reset the Wrapper when the Frame goes away. Created 5 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/common/media", 2 "+content/common/media",
3 "+content/public/child", 3 "+content/public/child",
4 "+media/base", 4 "+media/base",
5 "+media/renderers", 5 "+media/renderers",
6 "+media/video", 6 "+media/video",
7 "+gin",
7 "+v8/include/v8.h", 8 "+v8/include/v8.h",
8 ] 9 ]
9 10
10 specific_include_rules = { 11 specific_include_rules = {
11 ".*\.cc": [ 12 ".*\.cc": [
12 "+content/common", 13 "+content/common",
13 "+content/renderer", 14 "+content/renderer",
14 ], 15 ],
15 } 16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698