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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 63173016: DevTools: place DevTools WebContents underneath inspected WebContents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1839 matching lines...) Expand 10 before | Expand all | Expand 10 after
1850 'browser/ui/views/frame/browser_view_layout.h', 1850 'browser/ui/views/frame/browser_view_layout.h',
1851 'browser/ui/views/frame/browser_view_layout_delegate.h', 1851 'browser/ui/views/frame/browser_view_layout_delegate.h',
1852 'browser/ui/views/frame/browser_window_property_manager_win.cc', 1852 'browser/ui/views/frame/browser_window_property_manager_win.cc',
1853 'browser/ui/views/frame/browser_window_property_manager_win.h', 1853 'browser/ui/views/frame/browser_window_property_manager_win.h',
1854 'browser/ui/views/frame/contents_container.cc', 1854 'browser/ui/views/frame/contents_container.cc',
1855 'browser/ui/views/frame/contents_container.h', 1855 'browser/ui/views/frame/contents_container.h',
1856 'browser/ui/views/frame/desktop_browser_frame_aura.cc', 1856 'browser/ui/views/frame/desktop_browser_frame_aura.cc',
1857 'browser/ui/views/frame/desktop_browser_frame_aura.h', 1857 'browser/ui/views/frame/desktop_browser_frame_aura.h',
1858 'browser/ui/views/frame/desktop_user_action_handler_aura.cc', 1858 'browser/ui/views/frame/desktop_user_action_handler_aura.cc',
1859 'browser/ui/views/frame/desktop_user_action_handler_aura.h', 1859 'browser/ui/views/frame/desktop_user_action_handler_aura.h',
1860 'browser/ui/views/frame/devtools_container.cc',
1861 'browser/ui/views/frame/devtools_container.h',
1860 'browser/ui/views/frame/browser_desktop_root_window_host.h', 1862 'browser/ui/views/frame/browser_desktop_root_window_host.h',
1861 'browser/ui/views/frame/browser_desktop_root_window_host_win.cc', 1863 'browser/ui/views/frame/browser_desktop_root_window_host_win.cc',
1862 'browser/ui/views/frame/browser_desktop_root_window_host_win.h', 1864 'browser/ui/views/frame/browser_desktop_root_window_host_win.h',
1863 'browser/ui/views/frame/browser_desktop_root_window_host_x11.cc', 1865 'browser/ui/views/frame/browser_desktop_root_window_host_x11.cc',
1864 'browser/ui/views/frame/browser_desktop_root_window_host_x11.h', 1866 'browser/ui/views/frame/browser_desktop_root_window_host_x11.h',
1865 'browser/ui/views/frame/glass_browser_frame_view.cc', 1867 'browser/ui/views/frame/glass_browser_frame_view.cc',
1866 'browser/ui/views/frame/glass_browser_frame_view.h', 1868 'browser/ui/views/frame/glass_browser_frame_view.h',
1867 'browser/ui/views/frame/global_menu_bar_x11.cc', 1869 'browser/ui/views/frame/global_menu_bar_x11.cc',
1868 'browser/ui/views/frame/global_menu_bar_x11.h', 1870 'browser/ui/views/frame/global_menu_bar_x11.h',
1869 'browser/ui/views/frame/global_menu_bar_registrar_x11.cc', 1871 'browser/ui/views/frame/global_menu_bar_registrar_x11.cc',
(...skipping 1484 matching lines...) Expand 10 before | Expand all | Expand 10 after
3354 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3356 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3355 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3357 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3356 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3358 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3357 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3359 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3358 ], 3360 ],
3359 }], 3361 }],
3360 ], 3362 ],
3361 }, 3363 },
3362 ], 3364 ],
3363 } 3365 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698