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

Side by Side Diff: content/common/DEPS

Issue 1102673007: content: Move the remaining source files of webkit/ over here. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 7 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/common/BUILD.gn ('k') | content/common/gpu/client/context_provider_command_buffer.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 "-storage/browser", 4 "-storage/browser",
5 "-webkit/renderer",
6 5
7 # No inclusion of WebKit from the browser, other than strictly enum/POD, 6 # No inclusion of WebKit from the browser, other than strictly enum/POD,
8 # header-only types, and some selected common code. 7 # header-only types, and some selected common code.
9 "-third_party/WebKit", 8 "-third_party/WebKit",
10 "+third_party/WebKit/public/platform/WebBatteryStatus.h", 9 "+third_party/WebKit/public/platform/WebBatteryStatus.h",
11 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", 10 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h",
12 "+third_party/WebKit/public/platform/WebCString.h", 11 "+third_party/WebKit/public/platform/WebCString.h",
13 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio nData.h", 12 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio nData.h",
14 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien tationData.h", 13 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien tationData.h",
15 "+third_party/WebKit/public/platform/WebDisplayMode.h", 14 "+third_party/WebKit/public/platform/WebDisplayMode.h",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "+third_party/WebKit/public/web/WebTextDirection.h", 55 "+third_party/WebKit/public/web/WebTextDirection.h",
57 "+third_party/WebKit/public/web/WebWindowFeatures.h", 56 "+third_party/WebKit/public/web/WebWindowFeatures.h",
58 ] 57 ]
59 58
60 specific_include_rules = { 59 specific_include_rules = {
61 # Java bridge code passes NPAPI types to the browser process. Crazy! 60 # Java bridge code passes NPAPI types to the browser process. Crazy!
62 "java_bridge_messages\.h": [ 61 "java_bridge_messages\.h": [
63 "+content/child" 62 "+content/child"
64 ] 63 ]
65 } 64 }
OLDNEW
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/gpu/client/context_provider_command_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698