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

Side by Side Diff: content/common/DEPS

Issue 1538803002: Migrates battery_status from content/renderer/ to WebKit/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Synced. Created 4 years, 10 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 | « components/test_runner/web_test_delegate.h ('k') | content/content_renderer.gypi » ('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 5
6 # 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,
7 # header-only types, and some selected common code. 7 # header-only types, and some selected common code.
8 "-third_party/WebKit", 8 "-third_party/WebKit",
9 "+third_party/WebKit/public/platform/WebBatteryStatus.h",
10 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", 9 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h",
11 "+third_party/WebKit/public/platform/WebCString.h", 10 "+third_party/WebKit/public/platform/WebCString.h",
12 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio nData.h", 11 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio nData.h",
13 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien tationData.h", 12 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien tationData.h",
14 "+third_party/WebKit/public/platform/WebDisplayMode.h", 13 "+third_party/WebKit/public/platform/WebDisplayMode.h",
15 "+third_party/WebKit/public/platform/WebFloatPoint.h", 14 "+third_party/WebKit/public/platform/WebFloatPoint.h",
16 "+third_party/WebKit/public/platform/WebFloatRect.h", 15 "+third_party/WebKit/public/platform/WebFloatRect.h",
17 "+third_party/WebKit/public/platform/WebFocusType.h", 16 "+third_party/WebKit/public/platform/WebFocusType.h",
18 "+third_party/WebKit/public/platform/WebGamepad.h", 17 "+third_party/WebKit/public/platform/WebGamepad.h",
19 "+third_party/WebKit/public/platform/WebGamepads.h", 18 "+third_party/WebKit/public/platform/WebGamepads.h",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 64 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
66 "+third_party/WebKit/public/web/win/WebFontRendering.h" 65 "+third_party/WebKit/public/web/win/WebFontRendering.h"
67 ] 66 ]
68 67
69 specific_include_rules = { 68 specific_include_rules = {
70 # Java bridge code passes NPAPI types to the browser process. Crazy! 69 # Java bridge code passes NPAPI types to the browser process. Crazy!
71 "java_bridge_messages\.h": [ 70 "java_bridge_messages\.h": [
72 "+content/child" 71 "+content/child"
73 ] 72 ]
74 } 73 }
OLDNEW
« no previous file with comments | « components/test_runner/web_test_delegate.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698