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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8344061: content: Split off ChromeTabContentsViewGtk from TabContentsViewGtk. This new (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix clang Created 9 years, 1 month 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
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': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 2270 matching lines...) Expand 10 before | Expand all | Expand 10 after
2281 'browser/sync/sync_ui_util_mac.h', 2281 'browser/sync/sync_ui_util_mac.h',
2282 'browser/sync/sync_ui_util_mac.mm', 2282 'browser/sync/sync_ui_util_mac.mm',
2283 'browser/tab_closeable_state_watcher.cc', 2283 'browser/tab_closeable_state_watcher.cc',
2284 'browser/tab_closeable_state_watcher.h', 2284 'browser/tab_closeable_state_watcher.h',
2285 'browser/tab_first_render_watcher.cc', 2285 'browser/tab_first_render_watcher.cc',
2286 'browser/tab_first_render_watcher.h', 2286 'browser/tab_first_render_watcher.h',
2287 'browser/tab_contents/background_contents.cc', 2287 'browser/tab_contents/background_contents.cc',
2288 'browser/tab_contents/background_contents.h', 2288 'browser/tab_contents/background_contents.h',
2289 'browser/tab_contents/chrome_interstitial_page.cc', 2289 'browser/tab_contents/chrome_interstitial_page.cc',
2290 'browser/tab_contents/chrome_interstitial_page.h', 2290 'browser/tab_contents/chrome_interstitial_page.h',
2291 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.cc',
2292 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.h',
2291 'browser/tab_contents/confirm_infobar_delegate.cc', 2293 'browser/tab_contents/confirm_infobar_delegate.cc',
2292 'browser/tab_contents/confirm_infobar_delegate.h', 2294 'browser/tab_contents/confirm_infobar_delegate.h',
2293 'browser/tab_contents/insecure_content_infobar_delegate.cc', 2295 'browser/tab_contents/insecure_content_infobar_delegate.cc',
2294 'browser/tab_contents/insecure_content_infobar_delegate.h', 2296 'browser/tab_contents/insecure_content_infobar_delegate.h',
2295 'browser/tab_contents/language_state.cc', 2297 'browser/tab_contents/language_state.cc',
2296 'browser/tab_contents/language_state.h', 2298 'browser/tab_contents/language_state.h',
2297 'browser/tab_contents/link_infobar_delegate.cc', 2299 'browser/tab_contents/link_infobar_delegate.cc',
2298 'browser/tab_contents/link_infobar_delegate.h', 2300 'browser/tab_contents/link_infobar_delegate.h',
2299 'browser/tab_contents/simple_alert_infobar_delegate.cc', 2301 'browser/tab_contents/simple_alert_infobar_delegate.cc',
2300 'browser/tab_contents/simple_alert_infobar_delegate.h', 2302 'browser/tab_contents/simple_alert_infobar_delegate.h',
2301 'browser/tab_contents/render_view_context_menu.cc', 2303 'browser/tab_contents/render_view_context_menu.cc',
2302 'browser/tab_contents/render_view_context_menu.h', 2304 'browser/tab_contents/render_view_context_menu.h',
2303 'browser/tab_contents/render_view_context_menu_gtk.cc', 2305 'browser/tab_contents/render_view_context_menu_gtk.cc',
2304 'browser/tab_contents/render_view_context_menu_gtk.h', 2306 'browser/tab_contents/render_view_context_menu_gtk.h',
2305 'browser/tab_contents/render_view_context_menu_mac.h', 2307 'browser/tab_contents/render_view_context_menu_mac.h',
2306 'browser/tab_contents/render_view_context_menu_mac.mm', 2308 'browser/tab_contents/render_view_context_menu_mac.mm',
2307 'browser/tab_contents/render_view_context_menu_observer.cc', 2309 'browser/tab_contents/render_view_context_menu_observer.cc',
2308 'browser/tab_contents/render_view_context_menu_observer.h', 2310 'browser/tab_contents/render_view_context_menu_observer.h',
2309 'browser/tab_contents/render_view_host_delegate_helper.cc', 2311 'browser/tab_contents/render_view_host_delegate_helper.cc',
2310 'browser/tab_contents/render_view_host_delegate_helper.h', 2312 'browser/tab_contents/render_view_host_delegate_helper.h',
2311 'browser/tab_contents/tab_contents_ssl_helper.cc', 2313 'browser/tab_contents/tab_contents_ssl_helper.cc',
2312 'browser/tab_contents/tab_contents_ssl_helper.h', 2314 'browser/tab_contents/tab_contents_ssl_helper.h',
2313 'browser/tab_contents/tab_contents_view_gtk.cc', 2315 'browser/tab_contents/tab_contents_view_gtk.cc',
2314 'browser/tab_contents/tab_contents_view_gtk.h', 2316 'browser/tab_contents/tab_contents_view_gtk.h',
2315 'browser/tab_contents/tab_contents_view_mac.h', 2317 'browser/tab_contents/tab_contents_view_mac.h',
2316 'browser/tab_contents/tab_contents_view_mac.mm', 2318 'browser/tab_contents/tab_contents_view_mac.mm',
2319 'browser/tab_contents/tab_contents_view_wrapper_gtk.h',
2317 'browser/tab_contents/tab_util.cc', 2320 'browser/tab_contents/tab_util.cc',
2318 'browser/tab_contents/tab_util.h', 2321 'browser/tab_contents/tab_util.h',
2319 'browser/tab_contents/thumbnail_generator.cc', 2322 'browser/tab_contents/thumbnail_generator.cc',
2320 'browser/tab_contents/thumbnail_generator.h', 2323 'browser/tab_contents/thumbnail_generator.h',
2321 'browser/tab_contents/spellchecker_submenu_observer.cc', 2324 'browser/tab_contents/spellchecker_submenu_observer.cc',
2322 'browser/tab_contents/spellchecker_submenu_observer.h', 2325 'browser/tab_contents/spellchecker_submenu_observer.h',
2323 'browser/tab_contents/spelling_bubble_model.cc', 2326 'browser/tab_contents/spelling_bubble_model.cc',
2324 'browser/tab_contents/spelling_bubble_model.h', 2327 'browser/tab_contents/spelling_bubble_model.h',
2325 'browser/tab_contents/spelling_menu_observer.cc', 2328 'browser/tab_contents/spelling_menu_observer.cc',
2326 'browser/tab_contents/spelling_menu_observer.h', 2329 'browser/tab_contents/spelling_menu_observer.h',
(...skipping 2939 matching lines...) Expand 10 before | Expand all | Expand 10 after
5266 'type': 'static_library', 5269 'type': 'static_library',
5267 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5270 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5268 'variables': { 5271 'variables': {
5269 'proto_in_dir': 'browser/history', 5272 'proto_in_dir': 'browser/history',
5270 'proto_out_dir': 'chrome/browser/history', 5273 'proto_out_dir': 'chrome/browser/history',
5271 }, 5274 },
5272 'includes': [ '../build/protoc.gypi' ] 5275 'includes': [ '../build/protoc.gypi' ]
5273 }, 5276 },
5274 ], 5277 ],
5275 } 5278 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/constrained_window_gtk.cc ('k') | content/browser/renderer_host/render_widget_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698