| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'content_browser', | 8 'target_name': 'content_browser', |
| 9 'type': '<(library)', | 9 'type': '<(library)', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 'include_dirs': [ | 21 'include_dirs': [ |
| 22 '..', | 22 '..', |
| 23 ], | 23 ], |
| 24 'sources': [ | 24 'sources': [ |
| 25 'browser/appcache/appcache_dispatcher_host.cc', | 25 'browser/appcache/appcache_dispatcher_host.cc', |
| 26 'browser/appcache/appcache_dispatcher_host.h', | 26 'browser/appcache/appcache_dispatcher_host.h', |
| 27 'browser/appcache/appcache_frontend_proxy.cc', | 27 'browser/appcache/appcache_frontend_proxy.cc', |
| 28 'browser/appcache/appcache_frontend_proxy.h', | 28 'browser/appcache/appcache_frontend_proxy.h', |
| 29 'browser/appcache/chrome_appcache_service.cc', | 29 'browser/appcache/chrome_appcache_service.cc', |
| 30 'browser/appcache/chrome_appcache_service.h', | 30 'browser/appcache/chrome_appcache_service.h', |
| 31 'browser/appcache/view_appcache_internals_job_factory.cc', | |
| 32 'browser/appcache/view_appcache_internals_job_factory.h', | |
| 33 'browser/browser_child_process_host.cc', | 31 'browser/browser_child_process_host.cc', |
| 34 'browser/browser_child_process_host.h', | 32 'browser/browser_child_process_host.h', |
| 35 'browser/browser_message_filter.cc', | 33 'browser/browser_message_filter.cc', |
| 36 'browser/browser_message_filter.h', | 34 'browser/browser_message_filter.h', |
| 37 'browser/browser_thread.cc', | 35 'browser/browser_thread.cc', |
| 38 'browser/browser_thread.h', | 36 'browser/browser_thread.h', |
| 39 'browser/browsing_instance.cc', | 37 'browser/browsing_instance.cc', |
| 40 'browser/browsing_instance.h', | 38 'browser/browsing_instance.h', |
| 41 'browser/cancelable_request.cc', | 39 'browser/cancelable_request.cc', |
| 42 'browser/cancelable_request.h', | 40 'browser/cancelable_request.h', |
| (...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 'mac_bundle_resources': [ | 388 'mac_bundle_resources': [ |
| 391 'browser/gpu.sb', | 389 'browser/gpu.sb', |
| 392 'browser/worker.sb', | 390 'browser/worker.sb', |
| 393 ], | 391 ], |
| 394 }, | 392 }, |
| 395 }], | 393 }], |
| 396 ], | 394 ], |
| 397 }, | 395 }, |
| 398 ], | 396 ], |
| 399 } | 397 } |
| OLD | NEW |