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

Side by Side Diff: webkit/fileapi/media/media_file_system_config.h

Issue 10781014: Isolated FS for media devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 4 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
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef WEBKIT_FILEAPI_MEDIA_MEDIA_FILE_SYSTEM_CONFIG_H_
6 #define WEBKIT_FILEAPI_MEDIA_MEDIA_FILE_SYSTEM_CONFIG_H_
7
8 #include "build/build_config.h"
9
10 namespace fileapi {
Lei Zhang 2012/08/01 03:06:30 nit: #defines don't need to be in a namespace.
kmadhusu 2012/08/01 23:39:35 Done.
11
12 #if defined(OS_LINUX)
13 #define SUPPORT_MEDIA_FILESYSTEM
14 #endif
15
16 } // namespace fileapi
17
18 #endif // WEBKIT_FILEAPI_MEDIA_MEDIA_FILE_SYSTEM_CONFIG_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698