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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 351683002: Adds link disambiguation popup support to Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed scrolling cruft Created 6 years, 4 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
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 'variables': { 6 'variables': {
7 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 'browser/ui/views/color_chooser_dialog.h', 1287 'browser/ui/views/color_chooser_dialog.h',
1288 'browser/ui/views/frame/browser_desktop_window_tree_host.h', 1288 'browser/ui/views/frame/browser_desktop_window_tree_host.h',
1289 'browser/ui/views/frame/browser_desktop_window_tree_host_win.cc', 1289 'browser/ui/views/frame/browser_desktop_window_tree_host_win.cc',
1290 'browser/ui/views/frame/browser_desktop_window_tree_host_win.h', 1290 'browser/ui/views/frame/browser_desktop_window_tree_host_win.h',
1291 'browser/ui/views/frame/browser_frame_ashwin.cc', 1291 'browser/ui/views/frame/browser_frame_ashwin.cc',
1292 'browser/ui/views/frame/browser_frame_ashwin.h', 1292 'browser/ui/views/frame/browser_frame_ashwin.h',
1293 'browser/ui/views/frame/glass_browser_frame_view.cc', 1293 'browser/ui/views/frame/glass_browser_frame_view.cc',
1294 'browser/ui/views/frame/glass_browser_frame_view.h', 1294 'browser/ui/views/frame/glass_browser_frame_view.h',
1295 'browser/ui/views/frame/native_browser_frame_factory_aurawin.cc', 1295 'browser/ui/views/frame/native_browser_frame_factory_aurawin.cc',
1296 'browser/ui/views/frame/native_browser_frame_factory_desktop_ash.cc', 1296 'browser/ui/views/frame/native_browser_frame_factory_desktop_ash.cc',
1297 'browser/ui/views/link_disambiguation/link_disambiguation_popup.cc',
1298 'browser/ui/views/link_disambiguation/link_disambiguation_popup.h',
1297 'browser/ui/views/network_profile_bubble_view.cc', 1299 'browser/ui/views/network_profile_bubble_view.cc',
1298 'browser/ui/views/network_profile_bubble_view.h', 1300 'browser/ui/views/network_profile_bubble_view.h',
1299 'browser/ui/webui/conflicts_ui.cc', 1301 'browser/ui/webui/conflicts_ui.cc',
1300 'browser/ui/webui/conflicts_ui.h', 1302 'browser/ui/webui/conflicts_ui.h',
1301 'browser/ui/webui/set_as_default_browser_ui.cc', 1303 'browser/ui/webui/set_as_default_browser_ui.cc',
1302 'browser/ui/webui/set_as_default_browser_ui.h', 1304 'browser/ui/webui/set_as_default_browser_ui.h',
1303 'browser/ui/views/uninstall_view.cc', 1305 'browser/ui/views/uninstall_view.cc',
1304 'browser/ui/views/uninstall_view.h', 1306 'browser/ui/views/uninstall_view.h',
1305 ], 1307 ],
1306 'chrome_browser_ui_mac_sources': [ 1308 'chrome_browser_ui_mac_sources': [
(...skipping 1660 matching lines...) Expand 10 before | Expand all | Expand 10 after
2967 }], 2969 }],
2968 ['OS!="android" and OS!="ios"', { 2970 ['OS!="android" and OS!="ios"', {
2969 'dependencies': [ 2971 'dependencies': [
2970 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2972 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2971 ], 2973 ],
2972 }], 2974 }],
2973 ], 2975 ],
2974 }, 2976 },
2975 ], 2977 ],
2976 } 2978 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698