| OLD | NEW |
| (Empty) |
| 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 | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'variables': { | |
| 7 'webkit_browser_database_sources': [ | |
| 8 '../browser/database/databases_table.cc', | |
| 9 '../browser/database/databases_table.h', | |
| 10 '../browser/database/database_quota_client.cc', | |
| 11 '../browser/database/database_quota_client.h', | |
| 12 '../browser/database/database_tracker.cc', | |
| 13 '../browser/database/database_tracker.h', | |
| 14 '../browser/database/database_util.cc', | |
| 15 '../browser/database/database_util.h', | |
| 16 '../browser/database/vfs_backend.cc', | |
| 17 '../browser/database/vfs_backend.h', | |
| 18 ], | |
| 19 }, | |
| 20 } | |
| OLD | NEW |