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

Side by Side Diff: webkit/fileapi/webkit_fileapi.gypi

Issue 16010006: Move webkit/chromeos into webkit/browser/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 {
6 'variables': {
7 'webkit_fileapi_chromeos_sources': [
8 '../chromeos/fileapi/async_file_stream.h',
9 '../chromeos/fileapi/cros_mount_point_provider.cc',
10 '../chromeos/fileapi/cros_mount_point_provider.h',
11 '../chromeos/fileapi/file_access_permissions.cc',
12 '../chromeos/fileapi/file_access_permissions.h',
13 '../chromeos/fileapi/file_util_async.h',
14 '../chromeos/fileapi/remote_file_system_operation.cc',
15 '../chromeos/fileapi/remote_file_system_operation.h',
16 '../chromeos/fileapi/remote_file_stream_writer.cc',
17 '../chromeos/fileapi/remote_file_stream_writer.h',
18 ],
19 },
20 }
OLDNEW
« no previous file with comments | « webkit/chromeos/fileapi/remote_file_system_operation.cc ('k') | webkit/storage/webkit_storage.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698