| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'feature_defines': [ | 7 'feature_defines': [ |
| 8 'ENABLE_CHANNEL_MESSAGING=1', | 8 'ENABLE_CHANNEL_MESSAGING=1', |
| 9 'ENABLE_DATABASE=1', | 9 'ENABLE_DATABASE=1', |
| 10 'ENABLE_DATAGRID=1', | 10 'ENABLE_DATAGRID=1', |
| (...skipping 3389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3400 '../third_party/WebKit/WebCore/storage/SQLTransaction.cpp', | 3400 '../third_party/WebKit/WebCore/storage/SQLTransaction.cpp', |
| 3401 '../third_party/WebKit/WebCore/storage/SQLTransaction.h', | 3401 '../third_party/WebKit/WebCore/storage/SQLTransaction.h', |
| 3402 '../third_party/WebKit/WebCore/storage/SQLTransactionCallback.h', | 3402 '../third_party/WebKit/WebCore/storage/SQLTransactionCallback.h', |
| 3403 '../third_party/WebKit/WebCore/storage/SQLTransactionErrorCallback.h', | 3403 '../third_party/WebKit/WebCore/storage/SQLTransactionErrorCallback.h', |
| 3404 '../third_party/WebKit/WebCore/storage/SessionStorage.cpp', | 3404 '../third_party/WebKit/WebCore/storage/SessionStorage.cpp', |
| 3405 '../third_party/WebKit/WebCore/storage/SessionStorage.h', | 3405 '../third_party/WebKit/WebCore/storage/SessionStorage.h', |
| 3406 '../third_party/WebKit/WebCore/storage/SessionStorageArea.cpp', | 3406 '../third_party/WebKit/WebCore/storage/SessionStorageArea.cpp', |
| 3407 '../third_party/WebKit/WebCore/storage/SessionStorageArea.h', | 3407 '../third_party/WebKit/WebCore/storage/SessionStorageArea.h', |
| 3408 '../third_party/WebKit/WebCore/storage/Storage.cpp', | 3408 '../third_party/WebKit/WebCore/storage/Storage.cpp', |
| 3409 '../third_party/WebKit/WebCore/storage/Storage.h', | 3409 '../third_party/WebKit/WebCore/storage/Storage.h', |
| 3410 '../third_party/WebKit/WebCore/storage/StorageArea.cpp', | |
| 3411 '../third_party/WebKit/WebCore/storage/StorageArea.h', | 3410 '../third_party/WebKit/WebCore/storage/StorageArea.h', |
| 3412 '../third_party/WebKit/WebCore/storage/StorageEvent.cpp', | 3411 '../third_party/WebKit/WebCore/storage/StorageEvent.cpp', |
| 3413 '../third_party/WebKit/WebCore/storage/StorageEvent.h', | 3412 '../third_party/WebKit/WebCore/storage/StorageEvent.h', |
| 3414 '../third_party/WebKit/WebCore/storage/StorageMap.cpp', | 3413 '../third_party/WebKit/WebCore/storage/StorageMap.cpp', |
| 3415 '../third_party/WebKit/WebCore/storage/StorageMap.h', | 3414 '../third_party/WebKit/WebCore/storage/StorageMap.h', |
| 3416 '../third_party/WebKit/WebCore/svg/animation/SMILTime.cpp', | 3415 '../third_party/WebKit/WebCore/svg/animation/SMILTime.cpp', |
| 3417 '../third_party/WebKit/WebCore/svg/animation/SMILTime.h', | 3416 '../third_party/WebKit/WebCore/svg/animation/SMILTime.h', |
| 3418 '../third_party/WebKit/WebCore/svg/animation/SMILTimeContainer.cpp', | 3417 '../third_party/WebKit/WebCore/svg/animation/SMILTimeContainer.cpp', |
| 3419 '../third_party/WebKit/WebCore/svg/animation/SMILTimeContainer.h', | 3418 '../third_party/WebKit/WebCore/svg/animation/SMILTimeContainer.h', |
| 3420 '../third_party/WebKit/WebCore/svg/animation/SVGSMILElement.cpp', | 3419 '../third_party/WebKit/WebCore/svg/animation/SVGSMILElement.cpp', |
| (...skipping 1474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4895 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', | 4894 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', |
| 4896 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', | 4895 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', |
| 4897 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', | 4896 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', |
| 4898 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', | 4897 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', |
| 4899 ], | 4898 ], |
| 4900 }, | 4899 }, |
| 4901 ], | 4900 ], |
| 4902 }, | 4901 }, |
| 4903 ], | 4902 ], |
| 4904 } | 4903 } |
| OLD | NEW |