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

Side by Side Diff: content/common/DEPS

Issue 185553014: Revert "Revert 254514 "Revert 254507 "Reland "Move WebKitPlatformSupport..."" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « content/child/webkitplatformsupport_impl.cc ('k') | content/common/socket_stream_handle_data.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 "+media/audio", 2 "+media/audio",
3 "+media/base", 3 "+media/base",
4 "-webkit/browser", 4 "-webkit/browser",
5 "-webkit/child", 5 "-webkit/child",
6 "-webkit/renderer", 6 "-webkit/renderer",
7 7
8 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249
9 "!webkit/child/websocketstreamhandle_impl.h",
10
8 # No inclusion of WebKit from the browser, other than strictly enum/POD, 11 # No inclusion of WebKit from the browser, other than strictly enum/POD,
9 # header-only types, and some selected common code. 12 # header-only types, and some selected common code.
10 "-third_party/WebKit", 13 "-third_party/WebKit",
11 "+third_party/WebKit/public/platform/WebCString.h", 14 "+third_party/WebKit/public/platform/WebCString.h",
12 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", 15 "+third_party/WebKit/public/platform/WebDeviceMotionData.h",
13 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h", 16 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h",
14 "+third_party/WebKit/public/platform/WebFloatPoint.h", 17 "+third_party/WebKit/public/platform/WebFloatPoint.h",
15 "+third_party/WebKit/public/platform/WebFloatRect.h", 18 "+third_party/WebKit/public/platform/WebFloatRect.h",
16 "+third_party/WebKit/public/platform/WebGamepads.h", 19 "+third_party/WebKit/public/platform/WebGamepads.h",
17 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", 20 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
(...skipping 24 matching lines...) Expand all
42 "+third_party/WebKit/public/web/WebTextDirection.h", 45 "+third_party/WebKit/public/web/WebTextDirection.h",
43 "+third_party/WebKit/public/web/WebWindowFeatures.h", 46 "+third_party/WebKit/public/web/WebWindowFeatures.h",
44 ] 47 ]
45 48
46 specific_include_rules = { 49 specific_include_rules = {
47 # Java bridge code passes NPAPI types to the browser process. Crazy! 50 # Java bridge code passes NPAPI types to the browser process. Crazy!
48 "java_bridge_messages\.h": [ 51 "java_bridge_messages\.h": [
49 "+content/child" 52 "+content/child"
50 ] 53 ]
51 } 54 }
OLDNEW
« no previous file with comments | « content/child/webkitplatformsupport_impl.cc ('k') | content/common/socket_stream_handle_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698