| 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 1441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1452 'glue/webkit_glue.cc', | 1452 'glue/webkit_glue.cc', |
| 1453 'glue/webkit_glue.h', | 1453 'glue/webkit_glue.h', |
| 1454 'glue/webkitclient_impl.cc', | 1454 'glue/webkitclient_impl.cc', |
| 1455 'glue/webkitclient_impl.h', | 1455 'glue/webkitclient_impl.h', |
| 1456 'glue/webmediaplayer_impl.h', | 1456 'glue/webmediaplayer_impl.h', |
| 1457 'glue/webmediaplayer_impl.cc', | 1457 'glue/webmediaplayer_impl.cc', |
| 1458 'glue/webmenuitem.h', | 1458 'glue/webmenuitem.h', |
| 1459 'glue/webmenurunner_mac.h', | 1459 'glue/webmenurunner_mac.h', |
| 1460 'glue/webmenurunner_mac.mm', | 1460 'glue/webmenurunner_mac.mm', |
| 1461 'glue/webplugin.h', | 1461 'glue/webplugin.h', |
| 1462 'glue/webplugin_delegate.cc', | |
| 1463 'glue/webplugin_delegate.h', | 1462 'glue/webplugin_delegate.h', |
| 1464 'glue/webplugin_impl.cc', | 1463 'glue/webplugin_impl.cc', |
| 1465 'glue/webplugin_impl.h', | 1464 'glue/webplugin_impl.h', |
| 1466 'glue/webplugininfo.h', | 1465 'glue/webplugininfo.h', |
| 1467 'glue/webpopupmenu_impl.cc', | 1466 'glue/webpopupmenu_impl.cc', |
| 1468 'glue/webpopupmenu_impl.h', | 1467 'glue/webpopupmenu_impl.h', |
| 1469 'glue/webpreferences.cc', | 1468 'glue/webpreferences.cc', |
| 1470 'glue/webpreferences.h', | 1469 'glue/webpreferences.h', |
| 1471 'glue/webthemeengine_impl_win.cc', | 1470 'glue/webthemeengine_impl_win.cc', |
| 1472 'glue/weburlloader_impl.cc', | 1471 'glue/weburlloader_impl.cc', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1583 'files': [ | 1582 'files': [ |
| 1584 | 1583 |
| 1585 '<@(webinspector_image_files)', | 1584 '<@(webinspector_image_files)', |
| 1586 | 1585 |
| 1587 ], | 1586 ], |
| 1588 }, | 1587 }, |
| 1589 ], | 1588 ], |
| 1590 }, | 1589 }, |
| 1591 ], | 1590 ], |
| 1592 } | 1591 } |
| OLD | NEW |