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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7834048: Preliminary work to allow Chrome to build with USE_AURA (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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) 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 3931 matching lines...) Expand 10 before | Expand all | Expand 10 after
3942 ], 3942 ],
3943 'include_dirs': [ 3943 'include_dirs': [
3944 '../third_party/angle/include', 3944 '../third_party/angle/include',
3945 ], 3945 ],
3946 'link_settings': { 3946 'link_settings': {
3947 'libraries': [ 3947 'libraries': [
3948 '-lXcomposite', 3948 '-lXcomposite',
3949 ], 3949 ],
3950 }, 3950 },
3951 }], 3951 }],
3952 ['use_aura==1', {
3953 'sources/': [
3954 ['exclude', '^browser/aeropeek_manager.cc'],
3955 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '],
3956 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ],
3957 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ],
3958 ['exclude', '^browser/ui/tabs/dock_info_win.cc'],
sky 2011/09/06 17:22:48 nit: sort these.
3959 ['exclude', '^browser/external_tab_container_win.cc'],
3960 ['exclude', '^browser/external_tab_container_win.h'],
3961 ['exclude', '^browser/first_run/first_run_win.cc'],
3962 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'],
3963 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
3964 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'],
3965 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'],
3966 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'],
3967 ['exclude', '^browser/hang_monitor/hung_window_detector.h'],
3968 ['exclude', '^browser/platform_util_win.cc'],
3969 ['exclude', '^browser/process_singleton_win.cc'],
3970 ['exclude', '^browser/tab_contents/web_drag_source_win.cc'],
3971 ['exclude', '^browser/tab_contents/web_drag_source_win.h'],
3972 ['exclude', '^browser/google/google_update.cc'],
3973 ['exclude', '^browser/google/google_update.h'],
3974 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'],
3975 ['exclude', '^browser/ui/views/app_menu_button_win.cc'],
3976 ['exclude', '^browser/ui/views/browser_bubble_win.cc'],
3977 ['exclude', '^browser/ui/views/bubble/border_widget_win.cc'],
3978 ['exclude', '^browser/ui/views/bubble/border_widget_win.h'],
3979 ['exclude', '^browser/ui/views/certificate_viewer_win.cc'],
3980 ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'],
3981 ['exclude', '^browser/ui/views/external_protocol_dialog.cc'],
3982 ['exclude', '^browser/ui/views/find_bar_host_win.cc'],
3983 ['exclude', '^browser/ui/views/first_run_bubble.cc'],
3984 ['exclude', '^browser/ui/views/frame/browser_frame_win.cc'],
3985 ['exclude', '^browser/ui/views/frame/browser_frame_win.h'],
3986 ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.cc'],
3987 ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.h'],
3988 ['exclude', '^browser/ui/views/hung_renderer_view.cc'],
3989 ['exclude', '^browser/ui/views/importer/import_progress_dialog_view. cc'],
3990 ['exclude', '^browser/ui/views/native_constrained_window_win.cc'],
3991 ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.cc'],
3992 ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.h'],
3993 ['exclude', '^browser/ui/views/shell_dialogs_win.cc'],
3994 ['exclude', '^browser/ui/views/simple_message_box_win.cc'],
3995 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_win.cc'],
3996 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_win.h'],
3997 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _win.cc'],
3998 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _win.h'],
3999 ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.cc '],
4000 ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.h' ],
4001 ['exclude', '^browser/ui/views/tabs/native_view_photobooth.h'],
4002 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.cc'],
4003 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'],
4004 ['exclude', '^browser/ui/views/user_data_dir_dialog.cc'],
4005 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'],
4006 ['exclude', '^browser/automation/automation_provider_win.cc'],
4007 ],
4008 }],
3952 ['webui_dialogs == 1', { 4009 ['webui_dialogs == 1', {
3953 'defines': [ 4010 'defines': [
3954 'WEBUI_DIALOGS', 4011 'WEBUI_DIALOGS',
3955 ], 4012 ],
3956 }], 4013 }],
3957 # Exclude WebUI certificate viewer if not POSIX, mac (these OS's have 4014 # Exclude WebUI certificate viewer if not POSIX, mac (these OS's have
3958 # native certificate viewers) or WebUI dialogs are disabled. 4015 # native certificate viewers) or WebUI dialogs are disabled.
3959 ['webui_dialogs == 0 or os_posix == 0 or OS == "mac"', { 4016 ['webui_dialogs == 0 or os_posix == 0 or OS == "mac"', {
3960 'sources/': [ 4017 'sources/': [
3961 ['exclude', '^browser/ui/webui/certificate_viewer.cc'], 4018 ['exclude', '^browser/ui/webui/certificate_viewer.cc'],
(...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
4925 # weak imports in dependents, who still must #include 4982 # weak imports in dependents, who still must #include
4926 # closure_blocks_leopard_compat.h to get weak imports. 4983 # closure_blocks_leopard_compat.h to get weak imports.
4927 'type': 'none', 4984 'type': 'none',
4928 }], 4985 }],
4929 ], 4986 ],
4930 }, 4987 },
4931 ], 4988 ],
4932 }], 4989 }],
4933 ], 4990 ],
4934 } 4991 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698