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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9963079: Adds a TabContentsViewAura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2192 matching lines...) Expand 10 before | Expand all | Expand 10 after
2203 'browser/tab_closeable_state_watcher.cc', 2203 'browser/tab_closeable_state_watcher.cc',
2204 'browser/tab_closeable_state_watcher.h', 2204 'browser/tab_closeable_state_watcher.h',
2205 'browser/tab_contents/background_contents.cc', 2205 'browser/tab_contents/background_contents.cc',
2206 'browser/tab_contents/background_contents.h', 2206 'browser/tab_contents/background_contents.h',
2207 'browser/tab_contents/chrome_web_contents_view_delegate_aura.cc', 2207 'browser/tab_contents/chrome_web_contents_view_delegate_aura.cc',
2208 'browser/tab_contents/chrome_web_contents_view_delegate_aura.h', 2208 'browser/tab_contents/chrome_web_contents_view_delegate_aura.h',
2209 'browser/tab_contents/chrome_web_contents_view_delegate_gtk.cc', 2209 'browser/tab_contents/chrome_web_contents_view_delegate_gtk.cc',
2210 'browser/tab_contents/chrome_web_contents_view_delegate_gtk.h', 2210 'browser/tab_contents/chrome_web_contents_view_delegate_gtk.h',
2211 'browser/tab_contents/chrome_web_contents_view_delegate_mac.h', 2211 'browser/tab_contents/chrome_web_contents_view_delegate_mac.h',
2212 'browser/tab_contents/chrome_web_contents_view_delegate_mac.mm', 2212 'browser/tab_contents/chrome_web_contents_view_delegate_mac.mm',
2213 'browser/tab_contents/chrome_web_contents_view_delegate_win.cc', 2213 'browser/tab_contents/chrome_web_contents_view_delegate_views.cc',
2214 'browser/tab_contents/chrome_web_contents_view_delegate_win.h', 2214 'browser/tab_contents/chrome_web_contents_view_delegate_views.h',
2215 'browser/tab_contents/confirm_infobar_delegate.cc', 2215 'browser/tab_contents/confirm_infobar_delegate.cc',
2216 'browser/tab_contents/confirm_infobar_delegate.h', 2216 'browser/tab_contents/confirm_infobar_delegate.h',
2217 'browser/tab_contents/insecure_content_infobar_delegate.cc', 2217 'browser/tab_contents/insecure_content_infobar_delegate.cc',
2218 'browser/tab_contents/insecure_content_infobar_delegate.h', 2218 'browser/tab_contents/insecure_content_infobar_delegate.h',
2219 'browser/tab_contents/language_state.cc', 2219 'browser/tab_contents/language_state.cc',
2220 'browser/tab_contents/language_state.h', 2220 'browser/tab_contents/language_state.h',
2221 'browser/tab_contents/link_infobar_delegate.cc', 2221 'browser/tab_contents/link_infobar_delegate.cc',
2222 'browser/tab_contents/link_infobar_delegate.h', 2222 'browser/tab_contents/link_infobar_delegate.h',
2223 'browser/tab_contents/simple_alert_infobar_delegate.cc', 2223 'browser/tab_contents/simple_alert_infobar_delegate.cc',
2224 'browser/tab_contents/simple_alert_infobar_delegate.h', 2224 'browser/tab_contents/simple_alert_infobar_delegate.h',
(...skipping 2056 matching lines...) Expand 10 before | Expand all | Expand 10 after
4281 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ], 4281 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ],
4282 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], 4282 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ],
4283 ['exclude', '^browser/external_tab/external_tab_container_win.cc'], 4283 ['exclude', '^browser/external_tab/external_tab_container_win.cc'],
4284 ['exclude', '^browser/external_tab/external_tab_container_win.h'], 4284 ['exclude', '^browser/external_tab/external_tab_container_win.h'],
4285 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], 4285 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'],
4286 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], 4286 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
4287 ['exclude', '^browser/google/google_update.cc'], 4287 ['exclude', '^browser/google/google_update.cc'],
4288 ['exclude', '^browser/google/google_update.h'], 4288 ['exclude', '^browser/google/google_update.h'],
4289 ['exclude', '^browser/hang_monitor/'], 4289 ['exclude', '^browser/hang_monitor/'],
4290 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] , 4290 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] ,
4291 ['exclude', '^browser/tab_contents/chrome_web_contents_view_delegate _win.cc'],
4292 ['exclude', '^browser/tab_contents/chrome_web_contents_view_delegate _win.h'],
4293 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.cc' ], 4291 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.cc' ],
4294 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.h'] , 4292 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.h'] ,
4295 ['exclude', '^browser/ui/browser_list_stub.cc'], 4293 ['exclude', '^browser/ui/browser_list_stub.cc'],
4296 ['exclude', '^browser/ui/gesture_prefs.cc'], 4294 ['exclude', '^browser/ui/gesture_prefs.cc'],
4297 ['exclude', '^browser/ui/panels/display_settings_provider_win.cc'], 4295 ['exclude', '^browser/ui/panels/display_settings_provider_win.cc'],
4298 ['exclude', '^browser/ui/tabs/dock_info_win.cc'], 4296 ['exclude', '^browser/ui/tabs/dock_info_win.cc'],
4299 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'], 4297 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'],
4300 ['exclude', '^browser/ui/views/app_menu_button_win.cc'], 4298 ['exclude', '^browser/ui/views/app_menu_button_win.cc'],
4301 ['exclude', '^browser/ui/views/certificate_viewer_win.cc'], 4299 ['exclude', '^browser/ui/views/certificate_viewer_win.cc'],
4302 ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'], 4300 ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'],
(...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after
5288 'variables': { 5286 'variables': {
5289 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5287 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5290 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5288 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5291 }, 5289 },
5292 'includes': ['../build/protoc.gypi'], 5290 'includes': ['../build/protoc.gypi'],
5293 }], 5291 }],
5294 ], 5292 ],
5295 }, 5293 },
5296 ], 5294 ],
5297 } 5295 }
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/chrome_web_contents_view_delegate_win.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698