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': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 'browser/accessibility/browser_accessibility_win.h', | 47 'browser/accessibility/browser_accessibility_win.h', |
48 'browser/appcache/appcache_dispatcher_host.cc', | 48 'browser/appcache/appcache_dispatcher_host.cc', |
49 'browser/appcache/appcache_dispatcher_host.h', | 49 'browser/appcache/appcache_dispatcher_host.h', |
50 'browser/appcache/appcache_frontend_proxy.cc', | 50 'browser/appcache/appcache_frontend_proxy.cc', |
51 'browser/appcache/appcache_frontend_proxy.h', | 51 'browser/appcache/appcache_frontend_proxy.h', |
52 'browser/appcache/chrome_appcache_service.cc', | 52 'browser/appcache/chrome_appcache_service.cc', |
53 'browser/appcache/chrome_appcache_service.h', | 53 'browser/appcache/chrome_appcache_service.h', |
54 'browser/browser_child_process_host.cc', | 54 'browser/browser_child_process_host.cc', |
55 'browser/browser_child_process_host.h', | 55 'browser/browser_child_process_host.h', |
56 'browser/browser_context.h', | 56 'browser/browser_context.h', |
| 57 'browser/browser_main.cc', |
| 58 'browser/browser_main.h', |
57 'browser/browser_message_filter.cc', | 59 'browser/browser_message_filter.cc', |
58 'browser/browser_message_filter.h', | 60 'browser/browser_message_filter.h', |
59 'browser/browser_thread.cc', | 61 'browser/browser_thread.cc', |
60 'browser/browser_thread.h', | 62 'browser/browser_thread.h', |
61 'browser/browser_url_handler.cc', | 63 'browser/browser_url_handler.cc', |
62 'browser/browser_url_handler.h', | 64 'browser/browser_url_handler.h', |
63 'browser/browsing_instance.cc', | 65 'browser/browsing_instance.cc', |
64 'browser/browsing_instance.h', | 66 'browser/browsing_instance.h', |
65 'browser/cancelable_request.cc', | 67 'browser/cancelable_request.cc', |
66 'browser/cancelable_request.h', | 68 'browser/cancelable_request.h', |
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
599 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 601 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
600 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 602 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
601 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, | 603 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, |
602 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], | 604 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], |
603 ], | 605 ], |
604 }], | 606 }], |
605 ], | 607 ], |
606 }, | 608 }, |
607 ], | 609 ], |
608 } | 610 } |
OLD | NEW |