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 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1232 'appcache/appcache_frontend_impl.cc', | 1232 'appcache/appcache_frontend_impl.cc', |
1233 'appcache/appcache_frontend_impl.h', | 1233 'appcache/appcache_frontend_impl.h', |
1234 'appcache/appcache_group.cc', | 1234 'appcache/appcache_group.cc', |
1235 'appcache/appcache_group.h', | 1235 'appcache/appcache_group.h', |
1236 'appcache/appcache_host.cc', | 1236 'appcache/appcache_host.cc', |
1237 'appcache/appcache_host.h', | 1237 'appcache/appcache_host.h', |
1238 'appcache/appcache_interceptor.cc', | 1238 'appcache/appcache_interceptor.cc', |
1239 'appcache/appcache_interceptor.h', | 1239 'appcache/appcache_interceptor.h', |
1240 'appcache/appcache_interfaces.cc', | 1240 'appcache/appcache_interfaces.cc', |
1241 'appcache/appcache_interfaces.h', | 1241 'appcache/appcache_interfaces.h', |
| 1242 'appcache/appcache_request_handler.cc', |
| 1243 'appcache/appcache_request_handler.h', |
1242 'appcache/appcache_service.cc', | 1244 'appcache/appcache_service.cc', |
1243 'appcache/appcache_service.h', | 1245 'appcache/appcache_service.h', |
1244 'appcache/manifest_parser.cc', | 1246 'appcache/manifest_parser.cc', |
1245 'appcache/manifest_parser.h', | 1247 'appcache/manifest_parser.h', |
1246 'appcache/web_application_cache_host_impl.cc', | 1248 'appcache/web_application_cache_host_impl.cc', |
1247 'appcache/web_application_cache_host_impl.h', | 1249 'appcache/web_application_cache_host_impl.h', |
1248 ], | 1250 ], |
1249 }, | 1251 }, |
1250 { | 1252 { |
1251 'target_name': 'glue', | 1253 'target_name': 'glue', |
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1558 'files': [ | 1560 'files': [ |
1559 | 1561 |
1560 '<@(webinspector_image_files)', | 1562 '<@(webinspector_image_files)', |
1561 | 1563 |
1562 ], | 1564 ], |
1563 }, | 1565 }, |
1564 ], | 1566 ], |
1565 }, | 1567 }, |
1566 ], # targets | 1568 ], # targets |
1567 } | 1569 } |
OLD | NEW |