| OLD | NEW |
| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'browser/quota/quota_manager.cc', | 198 'browser/quota/quota_manager.cc', |
| 199 'browser/quota/quota_manager.h', | 199 'browser/quota/quota_manager.h', |
| 200 'browser/quota/quota_manager_proxy.cc', | 200 'browser/quota/quota_manager_proxy.cc', |
| 201 'browser/quota/quota_manager_proxy.h', | 201 'browser/quota/quota_manager_proxy.h', |
| 202 'browser/quota/quota_task.cc', | 202 'browser/quota/quota_task.cc', |
| 203 'browser/quota/quota_task.h', | 203 'browser/quota/quota_task.h', |
| 204 'browser/quota/quota_temporary_storage_evictor.cc', | 204 'browser/quota/quota_temporary_storage_evictor.cc', |
| 205 'browser/quota/quota_temporary_storage_evictor.h', | 205 'browser/quota/quota_temporary_storage_evictor.h', |
| 206 'browser/quota/special_storage_policy.cc', | 206 'browser/quota/special_storage_policy.cc', |
| 207 'browser/quota/special_storage_policy.h', | 207 'browser/quota/special_storage_policy.h', |
| 208 'browser/quota/storage_monitor.cc', |
| 209 'browser/quota/storage_monitor.h', |
| 210 'browser/quota/storage_observer.cc', |
| 211 'browser/quota/storage_observer.h', |
| 208 'browser/quota/usage_tracker.cc', | 212 'browser/quota/usage_tracker.cc', |
| 209 'browser/quota/usage_tracker.h', | 213 'browser/quota/usage_tracker.h', |
| 210 ], | 214 ], |
| 211 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 215 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 212 'msvs_disabled_warnings': [ 4267, ], | 216 'msvs_disabled_warnings': [ 4267, ], |
| 213 | 217 |
| 214 'conditions': [ | 218 'conditions': [ |
| 215 ['chrome_multiple_dll!=1', { | 219 ['chrome_multiple_dll!=1', { |
| 216 'dependencies': [ | 220 'dependencies': [ |
| 217 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 221 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 232 'browser/fileapi/dump_file_system.cc', | 236 'browser/fileapi/dump_file_system.cc', |
| 233 ], | 237 ], |
| 234 'dependencies': [ | 238 'dependencies': [ |
| 235 '<(DEPTH)/base/base.gyp:base', | 239 '<(DEPTH)/base/base.gyp:base', |
| 236 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', | 240 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', |
| 237 'webkit_storage_browser', | 241 'webkit_storage_browser', |
| 238 ], | 242 ], |
| 239 }, | 243 }, |
| 240 ], | 244 ], |
| 241 } | 245 } |
| OLD | NEW |