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 2779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2790 '../third_party/WebKit/WebCore/platform/qt/SharedTimerQt.cpp', | 2790 '../third_party/WebKit/WebCore/platform/qt/SharedTimerQt.cpp', |
2791 '../third_party/WebKit/WebCore/platform/qt/SoundQt.cpp', | 2791 '../third_party/WebKit/WebCore/platform/qt/SoundQt.cpp', |
2792 '../third_party/WebKit/WebCore/platform/qt/TemporaryLinkStubs.cpp', | 2792 '../third_party/WebKit/WebCore/platform/qt/TemporaryLinkStubs.cpp', |
2793 '../third_party/WebKit/WebCore/platform/qt/WheelEventQt.cpp', | 2793 '../third_party/WebKit/WebCore/platform/qt/WheelEventQt.cpp', |
2794 '../third_party/WebKit/WebCore/platform/qt/WidgetQt.cpp', | 2794 '../third_party/WebKit/WebCore/platform/qt/WidgetQt.cpp', |
2795 '../third_party/WebKit/WebCore/platform/sql/SQLValue.cpp', | 2795 '../third_party/WebKit/WebCore/platform/sql/SQLValue.cpp', |
2796 '../third_party/WebKit/WebCore/platform/sql/SQLValue.h', | 2796 '../third_party/WebKit/WebCore/platform/sql/SQLValue.h', |
2797 '../third_party/WebKit/WebCore/platform/sql/SQLiteAuthorizer.cpp', | 2797 '../third_party/WebKit/WebCore/platform/sql/SQLiteAuthorizer.cpp', |
2798 '../third_party/WebKit/WebCore/platform/sql/SQLiteDatabase.cpp', | 2798 '../third_party/WebKit/WebCore/platform/sql/SQLiteDatabase.cpp', |
2799 '../third_party/WebKit/WebCore/platform/sql/SQLiteDatabase.h', | 2799 '../third_party/WebKit/WebCore/platform/sql/SQLiteDatabase.h', |
| 2800 '../third_party/WebKit/WebCore/platform/sql/SQLiteFileSystem.h', |
| 2801 '../third_party/WebKit/WebCore/platform/sql/SQLiteFileSystem.cpp', |
2800 '../third_party/WebKit/WebCore/platform/sql/SQLiteStatement.cpp', | 2802 '../third_party/WebKit/WebCore/platform/sql/SQLiteStatement.cpp', |
2801 '../third_party/WebKit/WebCore/platform/sql/SQLiteStatement.h', | 2803 '../third_party/WebKit/WebCore/platform/sql/SQLiteStatement.h', |
2802 '../third_party/WebKit/WebCore/platform/sql/SQLiteTransaction.cpp', | 2804 '../third_party/WebKit/WebCore/platform/sql/SQLiteTransaction.cpp', |
2803 '../third_party/WebKit/WebCore/platform/sql/SQLiteTransaction.h', | 2805 '../third_party/WebKit/WebCore/platform/sql/SQLiteTransaction.h', |
2804 '../third_party/WebKit/WebCore/platform/symbian/FloatPointSymbian.cpp', | 2806 '../third_party/WebKit/WebCore/platform/symbian/FloatPointSymbian.cpp', |
2805 '../third_party/WebKit/WebCore/platform/symbian/FloatRectSymbian.cpp', | 2807 '../third_party/WebKit/WebCore/platform/symbian/FloatRectSymbian.cpp', |
2806 '../third_party/WebKit/WebCore/platform/symbian/IntPointSymbian.cpp', | 2808 '../third_party/WebKit/WebCore/platform/symbian/IntPointSymbian.cpp', |
2807 '../third_party/WebKit/WebCore/platform/symbian/IntRectSymbian.cpp', | 2809 '../third_party/WebKit/WebCore/platform/symbian/IntRectSymbian.cpp', |
2808 '../third_party/WebKit/WebCore/platform/symbian/IntSizeSymbian.cpp', | 2810 '../third_party/WebKit/WebCore/platform/symbian/IntSizeSymbian.cpp', |
2809 '../third_party/WebKit/WebCore/platform/text/cf/StringCF.cpp', | 2811 '../third_party/WebKit/WebCore/platform/text/cf/StringCF.cpp', |
(...skipping 2075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4885 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', | 4887 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', |
4886 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', | 4888 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', |
4887 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', | 4889 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', |
4888 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', | 4890 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', |
4889 ], | 4891 ], |
4890 }, | 4892 }, |
4891 ], | 4893 ], |
4892 }, | 4894 }, |
4893 ], | 4895 ], |
4894 } | 4896 } |
OLD | NEW |