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

Side by Side Diff: webkit/storage_common.gyp

Issue 185793004: [Quota] Pass user gesture state with quota request message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 3 try Created 6 years, 9 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 25 matching lines...) Expand all
36 'common/fileapi/directory_entry.cc', 36 'common/fileapi/directory_entry.cc',
37 'common/fileapi/directory_entry.h', 37 'common/fileapi/directory_entry.h',
38 'common/fileapi/file_system_info.cc', 38 'common/fileapi/file_system_info.cc',
39 'common/fileapi/file_system_info.h', 39 'common/fileapi/file_system_info.h',
40 'common/fileapi/file_system_mount_option.h', 40 'common/fileapi/file_system_mount_option.h',
41 'common/fileapi/file_system_types.h', 41 'common/fileapi/file_system_types.h',
42 'common/fileapi/file_system_util.cc', 42 'common/fileapi/file_system_util.cc',
43 'common/fileapi/file_system_util.h', 43 'common/fileapi/file_system_util.h',
44 'common/quota/quota_status_code.cc', 44 'common/quota/quota_status_code.cc',
45 'common/quota/quota_status_code.h', 45 'common/quota/quota_status_code.h',
46 'common/quota/quota_types.cc',
46 'common/quota/quota_types.h', 47 'common/quota/quota_types.h',
47 ], 48 ],
48 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 49 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
49 'msvs_disabled_warnings': [ 4267, ], 50 'msvs_disabled_warnings': [ 4267, ],
50 }, 51 },
51 ], 52 ],
52 } 53 }
OLDNEW
« webkit/common/quota/quota_types.cc ('K') | « webkit/common/quota/quota_types.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698