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

Side by Side Diff: content/common/DEPS

Issue 559063002: Remove webkit/browser/, point everything to storage/browser/ instead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up DEPS per feedback Created 6 years, 3 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 "+media/audio", 2 "+media/audio",
3 "+media/base", 3 "+media/base",
4 "-webkit/browser", 4 "-storage/browser",
5 "-webkit/renderer", 5 "-webkit/renderer",
6 6
7 # No inclusion of WebKit from the browser, other than strictly enum/POD, 7 # No inclusion of WebKit from the browser, other than strictly enum/POD,
8 # header-only types, and some selected common code. 8 # header-only types, and some selected common code.
9 "-third_party/WebKit", 9 "-third_party/WebKit",
10 "+third_party/WebKit/public/platform/WebBatteryStatus.h", 10 "+third_party/WebKit/public/platform/WebBatteryStatus.h",
11 "+third_party/WebKit/public/platform/WebCString.h", 11 "+third_party/WebKit/public/platform/WebCString.h",
12 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", 12 "+third_party/WebKit/public/platform/WebDeviceMotionData.h",
13 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h", 13 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h",
14 "+third_party/WebKit/public/platform/WebFloatPoint.h", 14 "+third_party/WebKit/public/platform/WebFloatPoint.h",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "+third_party/WebKit/public/web/WebTextDirection.h", 49 "+third_party/WebKit/public/web/WebTextDirection.h",
50 "+third_party/WebKit/public/web/WebWindowFeatures.h", 50 "+third_party/WebKit/public/web/WebWindowFeatures.h",
51 ] 51 ]
52 52
53 specific_include_rules = { 53 specific_include_rules = {
54 # Java bridge code passes NPAPI types to the browser process. Crazy! 54 # Java bridge code passes NPAPI types to the browser process. Crazy!
55 "java_bridge_messages\.h": [ 55 "java_bridge_messages\.h": [
56 "+content/child" 56 "+content/child"
57 ] 57 ]
58 } 58 }
OLDNEW
« no previous file with comments | « content/browser/storage_partition_impl_unittest.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698