| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 3016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3027 "input_method/input_method_engine.cc", | 3027 "input_method/input_method_engine.cc", |
| 3028 "input_method/input_method_engine.h", | 3028 "input_method/input_method_engine.h", |
| 3029 "input_method/input_method_engine_base.cc", | 3029 "input_method/input_method_engine_base.cc", |
| 3030 "input_method/input_method_engine_base.h", | 3030 "input_method/input_method_engine_base.h", |
| 3031 "views/apps/chrome_app_window_client_views_linux.cc", | 3031 "views/apps/chrome_app_window_client_views_linux.cc", |
| 3032 "views/first_run_dialog.cc", | 3032 "views/first_run_dialog.cc", |
| 3033 "views/first_run_dialog.h", | 3033 "views/first_run_dialog.h", |
| 3034 "views/frame/browser_desktop_window_tree_host.h", | 3034 "views/frame/browser_desktop_window_tree_host.h", |
| 3035 "views/frame/desktop_browser_frame_auralinux.cc", | 3035 "views/frame/desktop_browser_frame_auralinux.cc", |
| 3036 "views/frame/desktop_browser_frame_auralinux.h", | 3036 "views/frame/desktop_browser_frame_auralinux.h", |
| 3037 "views/frame/native_browser_frame_factory_auralinux.cc", | |
| 3038 "views/status_icons/status_icon_linux_wrapper.cc", | 3037 "views/status_icons/status_icon_linux_wrapper.cc", |
| 3039 "views/status_icons/status_icon_linux_wrapper.h", | 3038 "views/status_icons/status_icon_linux_wrapper.h", |
| 3040 "webui/help/version_updater_basic.cc", | 3039 "webui/help/version_updater_basic.cc", |
| 3041 "webui/help/version_updater_basic.h", | 3040 "webui/help/version_updater_basic.h", |
| 3042 ] | 3041 ] |
| 3043 deps += [ | 3042 deps += [ |
| 3044 "//ui/base/ime", | 3043 "//ui/base/ime", |
| 3045 "//ui/events:dom_keycode_converter", | 3044 "//ui/events:dom_keycode_converter", |
| 3046 ] | 3045 ] |
| 3047 | 3046 |
| 3048 if (use_x11) { | 3047 if (use_x11) { |
| 3049 sources += [ | 3048 sources += [ |
| 3050 "views/frame/browser_desktop_window_tree_host_x11.cc", | 3049 "views/frame/browser_desktop_window_tree_host_x11.cc", |
| 3051 "views/frame/browser_desktop_window_tree_host_x11.h", | 3050 "views/frame/browser_desktop_window_tree_host_x11.h", |
| 3052 "views/frame/global_menu_bar_registrar_x11.cc", | 3051 "views/frame/global_menu_bar_registrar_x11.cc", |
| 3053 "views/frame/global_menu_bar_registrar_x11.h", | 3052 "views/frame/global_menu_bar_registrar_x11.h", |
| 3054 "views/frame/global_menu_bar_x11.cc", | 3053 "views/frame/global_menu_bar_x11.cc", |
| 3055 "views/frame/global_menu_bar_x11.h", | 3054 "views/frame/global_menu_bar_x11.h", |
| 3055 "views/frame/native_browser_frame_factory_auralinux.cc", |
| 3056 "views/javascript_app_modal_dialog_views_x11.cc", | 3056 "views/javascript_app_modal_dialog_views_x11.cc", |
| 3057 "views/javascript_app_modal_dialog_views_x11.h", | 3057 "views/javascript_app_modal_dialog_views_x11.h", |
| 3058 ] | 3058 ] |
| 3059 } | 3059 } |
| 3060 if (use_ozone) { |
| 3061 sources += [ "views/frame/native_browser_frame_factory_ozone.cc" ] |
| 3062 } |
| 3060 } | 3063 } |
| 3061 if (is_linux) { # Both desktop Linux and ChromeOS. | 3064 if (is_linux) { # Both desktop Linux and ChromeOS. |
| 3062 sources += [ | 3065 sources += [ |
| 3063 "certificate_dialogs.cc", | 3066 "certificate_dialogs.cc", |
| 3064 "certificate_dialogs.h", | 3067 "certificate_dialogs.h", |
| 3065 "webui/certificate_viewer_ui.cc", | 3068 "webui/certificate_viewer_ui.cc", |
| 3066 "webui/certificate_viewer_ui.h", | 3069 "webui/certificate_viewer_ui.h", |
| 3067 "webui/certificate_viewer_webui.cc", | 3070 "webui/certificate_viewer_webui.cc", |
| 3068 "webui/certificate_viewer_webui.h", | 3071 "webui/certificate_viewer_webui.h", |
| 3069 ] | 3072 ] |
| 3070 if (use_aura) { | 3073 if (use_aura) { |
| 3071 deps += [ "//build/linux:fontconfig" ] | 3074 deps += [ "//build/linux:fontconfig" ] |
| 3072 if (use_dbus) { | 3075 if (use_dbus) { |
| 3073 deps += [ "//dbus" ] | 3076 deps += [ "//dbus" ] |
| 3074 } | 3077 } |
| 3075 } | 3078 } |
| 3076 if (use_x11) { | 3079 if (use_x11) { |
| 3077 sources += [ | 3080 sources += [ |
| 3078 "views/javascript_app_modal_event_blocker_x11.cc", | 3081 "views/javascript_app_modal_event_blocker_x11.cc", |
| 3079 "views/javascript_app_modal_event_blocker_x11.h", | 3082 "views/javascript_app_modal_event_blocker_x11.h", |
| 3080 "views/tabs/window_finder_x11.cc", | |
| 3081 ] | 3083 ] |
| 3082 configs += [ "//build/config/linux:x11" ] | 3084 configs += [ "//build/config/linux:x11" ] |
| 3083 deps += [ | 3085 deps += [ |
| 3084 "//ui/events/devices", | 3086 "//ui/events/devices", |
| 3085 "//ui/events/devices/x11", | 3087 "//ui/events/devices/x11", |
| 3086 ] | 3088 ] |
| 3087 if (is_chromeos) { | 3089 if (is_desktop_linux) { |
| 3088 sources -= [ "views/tabs/window_finder_x11.cc" ] | 3090 sources += [ "views/tabs/window_finder_x11.cc" ] |
| 3089 } | 3091 } |
| 3090 } | 3092 } |
| 3093 if (use_ozone) { |
| 3094 sources += [ "views/tabs/window_finder_ozone.cc" ] |
| 3095 } |
| 3091 } | 3096 } |
| 3092 | 3097 |
| 3093 if (use_udev) { | 3098 if (use_udev) { |
| 3094 deps += [ "//device/udev_linux" ] | 3099 deps += [ "//device/udev_linux" ] |
| 3095 } | 3100 } |
| 3096 | 3101 |
| 3097 if (enable_app_list) { | 3102 if (enable_app_list) { |
| 3098 sources += [ | 3103 sources += [ |
| 3099 "app_list/app_context_menu.cc", | 3104 "app_list/app_context_menu.cc", |
| 3100 "app_list/app_context_menu.h", | 3105 "app_list/app_context_menu.h", |
| (...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3451 "test/test_confirm_bubble_model.cc", | 3456 "test/test_confirm_bubble_model.cc", |
| 3452 "test/test_confirm_bubble_model.h", | 3457 "test/test_confirm_bubble_model.h", |
| 3453 ] | 3458 ] |
| 3454 deps += [ "//chrome/test:test_support_ui" ] | 3459 deps += [ "//chrome/test:test_support_ui" ] |
| 3455 } | 3460 } |
| 3456 | 3461 |
| 3457 if (enable_extensions) { | 3462 if (enable_extensions) { |
| 3458 deps += [ "//extensions/browser" ] | 3463 deps += [ "//extensions/browser" ] |
| 3459 } | 3464 } |
| 3460 } | 3465 } |
| OLD | NEW |