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_DASHBOARD_SUPPORT=0', | 10 'ENABLE_DASHBOARD_SUPPORT=0', |
(...skipping 2007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2018 '../third_party/WebKit/WebCore/page/MouseEventWithHitTestResults.cpp', | 2018 '../third_party/WebKit/WebCore/page/MouseEventWithHitTestResults.cpp', |
2019 '../third_party/WebKit/WebCore/page/MouseEventWithHitTestResults.h', | 2019 '../third_party/WebKit/WebCore/page/MouseEventWithHitTestResults.h', |
2020 '../third_party/WebKit/WebCore/page/Navigator.cpp', | 2020 '../third_party/WebKit/WebCore/page/Navigator.cpp', |
2021 '../third_party/WebKit/WebCore/page/Navigator.h', | 2021 '../third_party/WebKit/WebCore/page/Navigator.h', |
2022 '../third_party/WebKit/WebCore/page/NavigatorBase.cpp', | 2022 '../third_party/WebKit/WebCore/page/NavigatorBase.cpp', |
2023 '../third_party/WebKit/WebCore/page/NavigatorBase.h', | 2023 '../third_party/WebKit/WebCore/page/NavigatorBase.h', |
2024 '../third_party/WebKit/WebCore/page/Page.cpp', | 2024 '../third_party/WebKit/WebCore/page/Page.cpp', |
2025 '../third_party/WebKit/WebCore/page/Page.h', | 2025 '../third_party/WebKit/WebCore/page/Page.h', |
2026 '../third_party/WebKit/WebCore/page/PageGroup.cpp', | 2026 '../third_party/WebKit/WebCore/page/PageGroup.cpp', |
2027 '../third_party/WebKit/WebCore/page/PageGroup.h', | 2027 '../third_party/WebKit/WebCore/page/PageGroup.h', |
| 2028 '../third_party/WebKit/WebCore/page/PageGroupLoadDeferrer.cpp', |
| 2029 '../third_party/WebKit/WebCore/page/PageGroupLoadDeferrer.h', |
2028 '../third_party/WebKit/WebCore/page/PositionCallback.h', | 2030 '../third_party/WebKit/WebCore/page/PositionCallback.h', |
2029 '../third_party/WebKit/WebCore/page/PositionError.h', | 2031 '../third_party/WebKit/WebCore/page/PositionError.h', |
2030 '../third_party/WebKit/WebCore/page/PositionErrorCallback.h', | 2032 '../third_party/WebKit/WebCore/page/PositionErrorCallback.h', |
2031 '../third_party/WebKit/WebCore/page/PositionOptions.h', | 2033 '../third_party/WebKit/WebCore/page/PositionOptions.h', |
2032 '../third_party/WebKit/WebCore/page/PrintContext.cpp', | 2034 '../third_party/WebKit/WebCore/page/PrintContext.cpp', |
2033 '../third_party/WebKit/WebCore/page/PrintContext.h', | 2035 '../third_party/WebKit/WebCore/page/PrintContext.h', |
2034 '../third_party/WebKit/WebCore/page/Screen.cpp', | 2036 '../third_party/WebKit/WebCore/page/Screen.cpp', |
2035 '../third_party/WebKit/WebCore/page/Screen.h', | 2037 '../third_party/WebKit/WebCore/page/Screen.h', |
2036 '../third_party/WebKit/WebCore/page/SecurityOrigin.cpp', | 2038 '../third_party/WebKit/WebCore/page/SecurityOrigin.cpp', |
2037 '../third_party/WebKit/WebCore/page/SecurityOrigin.h', | 2039 '../third_party/WebKit/WebCore/page/SecurityOrigin.h', |
(...skipping 2530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4568 'sources!': [ | 4570 'sources!': [ |
4569 'glue/plugins/plugin_stubs.cc', | 4571 'glue/plugins/plugin_stubs.cc', |
4570 # Used directly in test_shell* so it can be replaced in chromium. | 4572 # Used directly in test_shell* so it can be replaced in chromium. |
4571 'glue/simple_clipboard_impl.cc', | 4573 'glue/simple_clipboard_impl.cc', |
4572 ], | 4574 ], |
4573 }], | 4575 }], |
4574 ], | 4576 ], |
4575 }, | 4577 }, |
4576 ], | 4578 ], |
4577 } | 4579 } |
OLD | NEW |