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=0', | 10 'ENABLE_DATAGRID=0', |
(...skipping 1258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1269 'glue/media/buffered_data_source.h', | 1269 'glue/media/buffered_data_source.h', |
1270 'glue/media/media_resource_loader_bridge_factory.cc', | 1270 'glue/media/media_resource_loader_bridge_factory.cc', |
1271 'glue/media/media_resource_loader_bridge_factory.h', | 1271 'glue/media/media_resource_loader_bridge_factory.h', |
1272 'glue/media/simple_data_source.cc', | 1272 'glue/media/simple_data_source.cc', |
1273 'glue/media/simple_data_source.h', | 1273 'glue/media/simple_data_source.h', |
1274 'glue/media/video_renderer_impl.cc', | 1274 'glue/media/video_renderer_impl.cc', |
1275 'glue/media/video_renderer_impl.h', | 1275 'glue/media/video_renderer_impl.h', |
1276 'glue/plugins/mozilla_extensions.cc', | 1276 'glue/plugins/mozilla_extensions.cc', |
1277 'glue/plugins/mozilla_extensions.h', | 1277 'glue/plugins/mozilla_extensions.h', |
1278 'glue/plugins/nphostapi.h', | 1278 'glue/plugins/nphostapi.h', |
| 1279 'glue/plugins/fake_plugin_window_tracker_mac.h', |
| 1280 'glue/plugins/fake_plugin_window_tracker_mac.cc', |
1279 'glue/plugins/gtk_plugin_container.h', | 1281 'glue/plugins/gtk_plugin_container.h', |
1280 'glue/plugins/gtk_plugin_container.cc', | 1282 'glue/plugins/gtk_plugin_container.cc', |
1281 'glue/plugins/gtk_plugin_container_manager.h', | 1283 'glue/plugins/gtk_plugin_container_manager.h', |
1282 'glue/plugins/gtk_plugin_container_manager.cc', | 1284 'glue/plugins/gtk_plugin_container_manager.cc', |
1283 'glue/plugins/plugin_constants_win.h', | 1285 'glue/plugins/plugin_constants_win.h', |
1284 'glue/plugins/plugin_host.cc', | 1286 'glue/plugins/plugin_host.cc', |
1285 'glue/plugins/plugin_host.h', | 1287 'glue/plugins/plugin_host.h', |
1286 'glue/plugins/plugin_instance.cc', | 1288 'glue/plugins/plugin_instance.cc', |
1287 'glue/plugins/plugin_instance.h', | 1289 'glue/plugins/plugin_instance.h', |
1288 'glue/plugins/plugin_lib.cc', | 1290 'glue/plugins/plugin_lib.cc', |
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1703 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', | 1705 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', |
1704 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', | 1706 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', |
1705 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', | 1707 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', |
1706 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', | 1708 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', |
1707 ], | 1709 ], |
1708 }, | 1710 }, |
1709 ], | 1711 ], |
1710 }, | 1712 }, |
1711 ], | 1713 ], |
1712 } | 1714 } |
OLD | NEW |