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

Side by Side Diff: Source/modules/modules.gypi

Issue 14383019: Absolutify paths to modules/*, part 1. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: .... Created 7 years, 8 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 | « Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'modules_include_dirs': [ 3 'modules_include_dirs': [
4 'battery',
5 'donottrack',
6 'filesystem',
7 'gamepad',
8 'geolocation',
9 'indexeddb',
10 'indexeddb/chromium',
11 'inputmethod', 4 'inputmethod',
12 'mediasource', 5 'mediasource',
13 'mediastream', 6 'mediastream',
14 'navigatorcontentutils', 7 'navigatorcontentutils',
15 'notifications', 8 'notifications',
16 'quota', 9 'quota',
17 'speech', 10 'speech',
18 'webaudio', 11 'webaudio',
19 'webdatabase', 12 'webdatabase',
20 'webdatabase/chromium', 13 'webdatabase/chromium',
21 'webmidi',
22 'websockets', 14 'websockets',
23 ], 15 ],
24 'modules_idl_files': [ 16 'modules_idl_files': [
25 'battery/BatteryManager.idl', 17 'battery/BatteryManager.idl',
26 'battery/NavigatorBattery.idl', 18 'battery/NavigatorBattery.idl',
27 'device_orientation/DeviceAcceleration.idl', 19 'device_orientation/DeviceAcceleration.idl',
28 'device_orientation/DeviceMotionEvent.idl', 20 'device_orientation/DeviceMotionEvent.idl',
29 'device_orientation/DeviceRotationRate.idl', 21 'device_orientation/DeviceRotationRate.idl',
30 'donottrack/NavigatorDoNotTrack.idl', 22 'donottrack/NavigatorDoNotTrack.idl',
31 'filesystem/DOMFileSystem.idl', 23 'filesystem/DOMFileSystem.idl',
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'websockets/WebSocketHandshake.h', 655 'websockets/WebSocketHandshake.h',
664 'websockets/WebSocketHandshakeRequest.cpp', 656 'websockets/WebSocketHandshakeRequest.cpp',
665 'websockets/WebSocketHandshakeRequest.h', 657 'websockets/WebSocketHandshakeRequest.h',
666 'websockets/WebSocketHandshakeResponse.cpp', 658 'websockets/WebSocketHandshakeResponse.cpp',
667 'websockets/WebSocketHandshakeResponse.h', 659 'websockets/WebSocketHandshakeResponse.h',
668 'websockets/WorkerThreadableWebSocketChannel.cpp', 660 'websockets/WorkerThreadableWebSocketChannel.cpp',
669 'websockets/WorkerThreadableWebSocketChannel.h', 661 'websockets/WorkerThreadableWebSocketChannel.h',
670 ], 662 ],
671 }, 663 },
672 } 664 }
OLDNEW
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698