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 3105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3116 '../third_party/WebKit/WebCore/rendering/HitTestResult.h', | 3116 '../third_party/WebKit/WebCore/rendering/HitTestResult.h', |
3117 '../third_party/WebKit/WebCore/rendering/InlineBox.cpp', | 3117 '../third_party/WebKit/WebCore/rendering/InlineBox.cpp', |
3118 '../third_party/WebKit/WebCore/rendering/InlineBox.h', | 3118 '../third_party/WebKit/WebCore/rendering/InlineBox.h', |
3119 '../third_party/WebKit/WebCore/rendering/InlineFlowBox.cpp', | 3119 '../third_party/WebKit/WebCore/rendering/InlineFlowBox.cpp', |
3120 '../third_party/WebKit/WebCore/rendering/InlineFlowBox.h', | 3120 '../third_party/WebKit/WebCore/rendering/InlineFlowBox.h', |
3121 '../third_party/WebKit/WebCore/rendering/InlineRunBox.h', | 3121 '../third_party/WebKit/WebCore/rendering/InlineRunBox.h', |
3122 '../third_party/WebKit/WebCore/rendering/InlineTextBox.cpp', | 3122 '../third_party/WebKit/WebCore/rendering/InlineTextBox.cpp', |
3123 '../third_party/WebKit/WebCore/rendering/InlineTextBox.h', | 3123 '../third_party/WebKit/WebCore/rendering/InlineTextBox.h', |
3124 '../third_party/WebKit/WebCore/rendering/LayoutState.cpp', | 3124 '../third_party/WebKit/WebCore/rendering/LayoutState.cpp', |
3125 '../third_party/WebKit/WebCore/rendering/LayoutState.h', | 3125 '../third_party/WebKit/WebCore/rendering/LayoutState.h', |
3126 '../third_party/WebKit/WebCore/rendering/ListMarkerBox.cpp', | |
3127 '../third_party/WebKit/WebCore/rendering/ListMarkerBox.h', | |
3128 '../third_party/WebKit/WebCore/rendering/MediaControlElements.cpp', | 3126 '../third_party/WebKit/WebCore/rendering/MediaControlElements.cpp', |
3129 '../third_party/WebKit/WebCore/rendering/MediaControlElements.h', | 3127 '../third_party/WebKit/WebCore/rendering/MediaControlElements.h', |
3130 '../third_party/WebKit/WebCore/rendering/PointerEventsHitRules.cpp', | 3128 '../third_party/WebKit/WebCore/rendering/PointerEventsHitRules.cpp', |
3131 '../third_party/WebKit/WebCore/rendering/PointerEventsHitRules.h', | 3129 '../third_party/WebKit/WebCore/rendering/PointerEventsHitRules.h', |
3132 '../third_party/WebKit/WebCore/rendering/RenderApplet.cpp', | 3130 '../third_party/WebKit/WebCore/rendering/RenderApplet.cpp', |
3133 '../third_party/WebKit/WebCore/rendering/RenderApplet.h', | 3131 '../third_party/WebKit/WebCore/rendering/RenderApplet.h', |
3134 '../third_party/WebKit/WebCore/rendering/RenderArena.cpp', | 3132 '../third_party/WebKit/WebCore/rendering/RenderArena.cpp', |
3135 '../third_party/WebKit/WebCore/rendering/RenderArena.h', | 3133 '../third_party/WebKit/WebCore/rendering/RenderArena.h', |
3136 '../third_party/WebKit/WebCore/rendering/RenderBR.cpp', | 3134 '../third_party/WebKit/WebCore/rendering/RenderBR.cpp', |
3137 '../third_party/WebKit/WebCore/rendering/RenderBR.h', | 3135 '../third_party/WebKit/WebCore/rendering/RenderBR.h', |
(...skipping 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4570 'sources!': [ | 4568 'sources!': [ |
4571 'glue/plugins/plugin_stubs.cc', | 4569 'glue/plugins/plugin_stubs.cc', |
4572 # Used directly in test_shell* so it can be replaced in chromium. | 4570 # Used directly in test_shell* so it can be replaced in chromium. |
4573 'glue/simple_clipboard_impl.cc', | 4571 'glue/simple_clipboard_impl.cc', |
4574 ], | 4572 ], |
4575 }], | 4573 }], |
4576 ], | 4574 ], |
4577 }, | 4575 }, |
4578 ], | 4576 ], |
4579 } | 4577 } |
OLD | NEW |