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

Unified Diff: webkit/common/fileapi/webkit_common_fileapi.gypi

Issue 15658004: Split FileAPI code for common|common_child|renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
Index: webkit/common/fileapi/webkit_common_fileapi.gypi
diff --git a/webkit/common/fileapi/webkit_common_fileapi.gypi b/webkit/common/fileapi/webkit_common_fileapi.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..4552a14632dbb328911de0cd7954658770571e68
--- /dev/null
+++ b/webkit/common/fileapi/webkit_common_fileapi.gypi
@@ -0,0 +1,16 @@
+# Copyright 2013 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'webkit_common_fileapi_sources': [
+ '../common/fileapi/directory_entry.h',
+ '../common/fileapi/file_system_types.h',
+ '../common/fileapi/file_system_url.cc',
+ '../common/fileapi/file_system_url.h',
+ '../common/fileapi/file_system_util.cc',
+ '../common/fileapi/file_system_util.h',
+ ],
+ },
+}

Powered by Google App Engine
This is Rietveld 408576698