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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 115683003: Do not compile OpaqueBrowserFrameView and co on CrOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | Annotate | Revision Log
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 2784 matching lines...) Expand 10 before | Expand all | Expand 10 after
2795 'browser/ui/views/frame/desktop_browser_frame_aura.cc', 2795 'browser/ui/views/frame/desktop_browser_frame_aura.cc',
2796 'browser/ui/views/frame/desktop_browser_frame_aura.h', 2796 'browser/ui/views/frame/desktop_browser_frame_aura.h',
2797 'browser/ui/views/frame/desktop_user_action_handler_aura.cc', 2797 'browser/ui/views/frame/desktop_user_action_handler_aura.cc',
2798 'browser/ui/views/frame/desktop_user_action_handler_aura.h', 2798 'browser/ui/views/frame/desktop_user_action_handler_aura.h',
2799 'browser/ui/views/frame/global_menu_bar_x11.cc', 2799 'browser/ui/views/frame/global_menu_bar_x11.cc',
2800 'browser/ui/views/frame/global_menu_bar_x11.h', 2800 'browser/ui/views/frame/global_menu_bar_x11.h',
2801 'browser/ui/views/frame/global_menu_bar_registrar_x11.cc', 2801 'browser/ui/views/frame/global_menu_bar_registrar_x11.cc',
2802 'browser/ui/views/frame/global_menu_bar_registrar_x11.h', 2802 'browser/ui/views/frame/global_menu_bar_registrar_x11.h',
2803 'browser/ui/views/frame/native_browser_frame_factory_auralinux.cc', 2803 'browser/ui/views/frame/native_browser_frame_factory_auralinux.cc',
2804 'browser/ui/views/frame/native_browser_frame_factory_desktop_ash.cc' , 2804 'browser/ui/views/frame/native_browser_frame_factory_desktop_ash.cc' ,
2805 'browser/ui/views/frame/opaque_browser_frame_view_linux.h',
2806 'browser/ui/views/frame/opaque_browser_frame_view_linux.cc',
2807 'browser/ui/views/screen_capture_notification_ui_views.cc', 2805 'browser/ui/views/screen_capture_notification_ui_views.cc',
2808 'browser/ui/webui/help/version_updater_basic.cc', 2806 'browser/ui/webui/help/version_updater_basic.cc',
2809 'browser/ui/webui/help/version_updater_basic.h', 2807 'browser/ui/webui/help/version_updater_basic.h',
2810 'browser/ui/webui/signin/user_manager_screen_handler.h', 2808 'browser/ui/webui/signin/user_manager_screen_handler.h',
2811 'browser/ui/webui/signin/user_manager_screen_handler.cc', 2809 'browser/ui/webui/signin/user_manager_screen_handler.cc',
2812 'browser/ui/webui/signin/user_manager_ui.h', 2810 'browser/ui/webui/signin/user_manager_ui.h',
2813 'browser/ui/webui/signin/user_manager_ui.cc', 2811 'browser/ui/webui/signin/user_manager_ui.cc',
2814 ], 2812 ],
2813 'sources/': [
2814 ['exclude', '^browser/ui/views/frame/opaque_browser_frame_view*'],
2815 ],
2815 }], 2816 }],
2816 ['use_cups==1', { 2817 ['use_cups==1', {
2817 'dependencies': [ 2818 'dependencies': [
2818 '../printing/printing.gyp:cups', 2819 '../printing/printing.gyp:cups',
2819 ], 2820 ],
2820 }], 2821 }],
2821 ['use_gconf==0', { 2822 ['use_gconf==0', {
2822 'sources!': [ 2823 'sources!': [
2823 'browser/ui/gtk/gconf_titlebar_listener.cc', 2824 'browser/ui/gtk/gconf_titlebar_listener.cc',
2824 'browser/ui/gtk/gconf_titlebar_listener.h', 2825 'browser/ui/gtk/gconf_titlebar_listener.h',
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
3353 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3354 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3354 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3355 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3355 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3356 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3356 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3357 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3357 ], 3358 ],
3358 }], 3359 }],
3359 ], 3360 ],
3360 }, 3361 },
3361 ], 3362 ],
3362 } 3363 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698