Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Side by Side Diff: content/content_browser.gypi

Issue 7906008: Create a very simple TabContentsView (and not fully implemented yet) and add more supporting code... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'browser/appcache/appcache_frontend_proxy.h', 53 'browser/appcache/appcache_frontend_proxy.h',
54 'browser/appcache/chrome_appcache_service.cc', 54 'browser/appcache/chrome_appcache_service.cc',
55 'browser/appcache/chrome_appcache_service.h', 55 'browser/appcache/chrome_appcache_service.h',
56 'browser/browser_child_process_host.cc', 56 'browser/browser_child_process_host.cc',
57 'browser/browser_child_process_host.h', 57 'browser/browser_child_process_host.h',
58 'browser/browser_context.h', 58 'browser/browser_context.h',
59 'browser/browser_main.cc', 59 'browser/browser_main.cc',
60 'browser/browser_main.h', 60 'browser/browser_main.h',
61 'browser/browser_message_filter.cc', 61 'browser/browser_message_filter.cc',
62 'browser/browser_message_filter.h', 62 'browser/browser_message_filter.h',
63 'browser/browser_process_sub_thread.cc',
64 'browser/browser_process_sub_thread.h',
63 'browser/browser_thread.cc', 65 'browser/browser_thread.cc',
64 'browser/browser_thread.h', 66 'browser/browser_thread.h',
65 'browser/browser_url_handler.cc', 67 'browser/browser_url_handler.cc',
66 'browser/browser_url_handler.h', 68 'browser/browser_url_handler.h',
67 'browser/browsing_instance.cc', 69 'browser/browsing_instance.cc',
68 'browser/browsing_instance.h', 70 'browser/browsing_instance.h',
69 'browser/cancelable_request.cc', 71 'browser/cancelable_request.cc',
70 'browser/cancelable_request.h', 72 'browser/cancelable_request.h',
71 'browser/cert_store.cc', 73 'browser/cert_store.cc',
72 'browser/cert_store.h', 74 'browser/cert_store.h',
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 ['exclude', '^browser/accessibility/browser_accessibility_win.h'], 627 ['exclude', '^browser/accessibility/browser_accessibility_win.h'],
626 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'] , 628 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'] ,
627 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], 629 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'],
628 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], 630 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'],
629 ], 631 ],
630 }], 632 }],
631 ], 633 ],
632 }, 634 },
633 ], 635 ],
634 } 636 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698