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

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

Issue 6810037: File API changes needed for safely passing user selected file entities from the file browser comp... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'fileapi', 8 'target_name': 'fileapi',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '40B53211-03ED-4932-8D53-52B172599DFE', 10 'msvs_guid': '40B53211-03ED-4932-8D53-52B172599DFE',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 ], 50 ],
51 'conditions': [ 51 'conditions': [
52 ['inside_chromium_build==0', { 52 ['inside_chromium_build==0', {
53 'dependencies': [ 53 'dependencies': [
54 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 54 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
55 ], 55 ],
56 }], 56 }],
57 ['chromeos==1', { 57 ['chromeos==1', {
58 'sources': [ 58 'sources': [
59 '../chromeos/fileapi/cros_mount_point_provider.cc', 59 '../chromeos/fileapi/cros_mount_point_provider.cc',
60 '../chromeos/fileapi/cros_mount_point_provider.h',
61 '../chromeos/fileapi/file_access_permissions.cc',
62 '../chromeos/fileapi/file_access_permissions.h',
60 ], 63 ],
61 }], 64 }],
62 ], 65 ],
63 }, 66 },
64 ], 67 ],
65 } 68 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698