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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 137393008: linux_aura: Port the linux first run dialog to aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 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 1822 matching lines...) Expand 10 before | Expand all | Expand 10 after
1833 'browser/ui/views/external_protocol_dialog.cc', 1833 'browser/ui/views/external_protocol_dialog.cc',
1834 'browser/ui/views/external_protocol_dialog.h', 1834 'browser/ui/views/external_protocol_dialog.h',
1835 'browser/ui/views/find_bar_host.cc', 1835 'browser/ui/views/find_bar_host.cc',
1836 'browser/ui/views/find_bar_host.h', 1836 'browser/ui/views/find_bar_host.h',
1837 'browser/ui/views/find_bar_host_aura.cc', 1837 'browser/ui/views/find_bar_host_aura.cc',
1838 'browser/ui/views/find_bar_host_win.cc', 1838 'browser/ui/views/find_bar_host_win.cc',
1839 'browser/ui/views/find_bar_view.cc', 1839 'browser/ui/views/find_bar_view.cc',
1840 'browser/ui/views/find_bar_view.h', 1840 'browser/ui/views/find_bar_view.h',
1841 'browser/ui/views/first_run_bubble.cc', 1841 'browser/ui/views/first_run_bubble.cc',
1842 'browser/ui/views/first_run_bubble.h', 1842 'browser/ui/views/first_run_bubble.h',
1843 'browser/ui/views/first_run_dialog.cc',
1844 'browser/ui/views/first_run_dialog.h',
1843 'browser/ui/views/frame/app_panel_browser_frame_view.cc', 1845 'browser/ui/views/frame/app_panel_browser_frame_view.cc',
1844 'browser/ui/views/frame/app_panel_browser_frame_view.h', 1846 'browser/ui/views/frame/app_panel_browser_frame_view.h',
1845 'browser/ui/views/frame/browser_frame.cc', 1847 'browser/ui/views/frame/browser_frame.cc',
1846 'browser/ui/views/frame/browser_frame.h', 1848 'browser/ui/views/frame/browser_frame.h',
1847 'browser/ui/views/frame/browser_frame_ash.cc', 1849 'browser/ui/views/frame/browser_frame_ash.cc',
1848 'browser/ui/views/frame/browser_frame_ash.h', 1850 'browser/ui/views/frame/browser_frame_ash.h',
1849 'browser/ui/views/frame/browser_frame_ashwin.cc', 1851 'browser/ui/views/frame/browser_frame_ashwin.cc',
1850 'browser/ui/views/frame/browser_frame_ashwin.h', 1852 'browser/ui/views/frame/browser_frame_ashwin.h',
1851 'browser/ui/views/frame/browser_frame_common_win.cc', 1853 'browser/ui/views/frame/browser_frame_common_win.cc',
1852 'browser/ui/views/frame/browser_frame_common_win.h', 1854 'browser/ui/views/frame/browser_frame_common_win.h',
(...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after
2871 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', { 2873 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', {
2872 'dependencies': [ 2874 'dependencies': [
2873 # gtk2 is the only component that can interact with gtk2 in our new 2875 # gtk2 is the only component that can interact with gtk2 in our new
2874 # world. 2876 # world.
2875 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', 2877 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui',
2876 '../build/linux/system.gyp:gio', 2878 '../build/linux/system.gyp:gio',
2877 ], 2879 ],
2878 }], 2880 }],
2879 ['use_aura==0 or chromeos==1 or OS!="linux"', { 2881 ['use_aura==0 or chromeos==1 or OS!="linux"', {
2880 'sources!': [ 2882 'sources!': [
2883 'browser/ui/views/first_run_dialog.cc',
2884 'browser/ui/views/first_run_dialog.h',
2881 'browser/ui/views/status_icons/status_icon_linux_wrapper.cc', 2885 'browser/ui/views/status_icons/status_icon_linux_wrapper.cc',
2882 'browser/ui/views/status_icons/status_icon_linux_wrapper.h', 2886 'browser/ui/views/status_icons/status_icon_linux_wrapper.h',
2883 ], 2887 ],
2884 }], 2888 }],
2885 ['use_aura==1', { 2889 ['use_aura==1', {
2886 'sources/': [ 2890 'sources/': [
2887 ['exclude', '^browser/ui/external_protocol_dialog_delegate.cc'], 2891 ['exclude', '^browser/ui/external_protocol_dialog_delegate.cc'],
2888 ['exclude', '^browser/ui/panels/display_settings_provider_win.cc'], 2892 ['exclude', '^browser/ui/panels/display_settings_provider_win.cc'],
2889 ['exclude', '^browser/ui/panels/taskbar_window_thumbnailer_win.cc'], 2893 ['exclude', '^browser/ui/panels/taskbar_window_thumbnailer_win.cc'],
2890 ['exclude', '^browser/ui/panels/taskbar_window_thumbnailer_win.h'], 2894 ['exclude', '^browser/ui/panels/taskbar_window_thumbnailer_win.h'],
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
3395 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3399 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3396 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3400 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3397 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3401 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3398 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3402 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3399 ], 3403 ],
3400 }], 3404 }],
3401 ], 3405 ],
3402 }, 3406 },
3403 ], 3407 ],
3404 } 3408 }
OLDNEW
« chrome/browser/ui/views/first_run_dialog.cc ('K') | « chrome/browser/ui/views/first_run_dialog.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698