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

Side by Side Diff: content/common/DEPS

Issue 20165002: Move webkit/plugins/ppapi to content/renderer/pepper. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: more more clang fun Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/renderer/pepper/ppb_pdf_impl.cc ('k') | content/common/pepper_plugin_registry.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", 2 "+cc",
3 "+media/audio", 3 "+media/audio",
4 "+media/base", 4 "+media/base",
5 "-webkit/browser", 5 "-webkit/browser",
6 "-webkit/child", 6 "-webkit/child",
7 "-webkit/renderer", 7 "-webkit/renderer",
8 8
9 # TODO(jam): remove this
10 "+content/renderer/pepper/plugin_module.h",
11
9 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 12 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249
10 "!webkit/child/websocketstreamhandle_impl.h", 13 "!webkit/child/websocketstreamhandle_impl.h",
11 14
12 # No inclusion of WebKit from the browser, other than strictly enum/POD, 15 # No inclusion of WebKit from the browser, other than strictly enum/POD,
13 # header-only types, and some selected common code. 16 # header-only types, and some selected common code.
14 "-third_party/WebKit", 17 "-third_party/WebKit",
15 "+third_party/WebKit/public/platform/WebCString.h", 18 "+third_party/WebKit/public/platform/WebCString.h",
16 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", 19 "+third_party/WebKit/public/platform/WebDeviceMotionData.h",
17 "+third_party/WebKit/public/platform/WebFloatPoint.h", 20 "+third_party/WebKit/public/platform/WebFloatPoint.h",
18 "+third_party/WebKit/public/platform/WebFloatRect.h", 21 "+third_party/WebKit/public/platform/WebFloatRect.h",
(...skipping 26 matching lines...) Expand all
45 "!third_party/WebKit/public/platform/WebHTTPBody.h", 48 "!third_party/WebKit/public/platform/WebHTTPBody.h",
46 "!third_party/WebKit/public/web/WebDatabase.h", 49 "!third_party/WebKit/public/web/WebDatabase.h",
47 ] 50 ]
48 51
49 specific_include_rules = { 52 specific_include_rules = {
50 # Java bridge code passes NPAPI types to the browser process. Crazy! 53 # Java bridge code passes NPAPI types to the browser process. Crazy!
51 "java_bridge_messages\.h": [ 54 "java_bridge_messages\.h": [
52 "+content/child" 55 "+content/child"
53 ] 56 ]
54 } 57 }
OLDNEW
« no previous file with comments | « chrome/renderer/pepper/ppb_pdf_impl.cc ('k') | content/common/pepper_plugin_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698