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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 799583002: Revert "mac: Allow Chrome to hand off its active URL to other devices." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « chrome/browser/ui/cocoa/handoff_active_url_observer_delegate.h ('k') | components/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 'browser/ui/cocoa/fullscreen_exit_bubble_view.h', 458 'browser/ui/cocoa/fullscreen_exit_bubble_view.h',
459 'browser/ui/cocoa/fullscreen_exit_bubble_view.mm', 459 'browser/ui/cocoa/fullscreen_exit_bubble_view.mm',
460 'browser/ui/cocoa/fullscreen_window.h', 460 'browser/ui/cocoa/fullscreen_window.h',
461 'browser/ui/cocoa/fullscreen_window.mm', 461 'browser/ui/cocoa/fullscreen_window.mm',
462 'browser/ui/cocoa/full_size_content_window.h', 462 'browser/ui/cocoa/full_size_content_window.h',
463 'browser/ui/cocoa/full_size_content_window.mm', 463 'browser/ui/cocoa/full_size_content_window.mm',
464 'browser/ui/cocoa/global_error_bubble_controller.h', 464 'browser/ui/cocoa/global_error_bubble_controller.h',
465 'browser/ui/cocoa/global_error_bubble_controller.mm', 465 'browser/ui/cocoa/global_error_bubble_controller.mm',
466 'browser/ui/cocoa/gradient_button_cell.h', 466 'browser/ui/cocoa/gradient_button_cell.h',
467 'browser/ui/cocoa/gradient_button_cell.mm', 467 'browser/ui/cocoa/gradient_button_cell.mm',
468 'browser/ui/cocoa/handoff_active_url_observer.cc',
469 'browser/ui/cocoa/handoff_active_url_observer.h',
470 'browser/ui/cocoa/handoff_active_url_observer_delegate.h',
471 'browser/ui/cocoa/history_menu_bridge.h', 468 'browser/ui/cocoa/history_menu_bridge.h',
472 'browser/ui/cocoa/history_menu_bridge.mm', 469 'browser/ui/cocoa/history_menu_bridge.mm',
473 'browser/ui/cocoa/history_menu_cocoa_controller.h', 470 'browser/ui/cocoa/history_menu_cocoa_controller.h',
474 'browser/ui/cocoa/history_menu_cocoa_controller.mm', 471 'browser/ui/cocoa/history_menu_cocoa_controller.mm',
475 'browser/ui/cocoa/history_overlay_controller.h', 472 'browser/ui/cocoa/history_overlay_controller.h',
476 'browser/ui/cocoa/history_overlay_controller.mm', 473 'browser/ui/cocoa/history_overlay_controller.mm',
477 'browser/ui/cocoa/hover_close_button.h', 474 'browser/ui/cocoa/hover_close_button.h',
478 'browser/ui/cocoa/hover_close_button.mm', 475 'browser/ui/cocoa/hover_close_button.mm',
479 'browser/ui/cocoa/hung_renderer_controller.h', 476 'browser/ui/cocoa/hung_renderer_controller.h',
480 'browser/ui/cocoa/hung_renderer_controller.mm', 477 'browser/ui/cocoa/hung_renderer_controller.mm',
(...skipping 2615 matching lines...) Expand 10 before | Expand all | Expand 10 after
3096 ['OS!="android" and OS!="ios"', { 3093 ['OS!="android" and OS!="ios"', {
3097 'dependencies': [ 3094 'dependencies': [
3098 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3095 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3099 ], 3096 ],
3100 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], 3097 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ],
3101 }], 3098 }],
3102 ], 3099 ],
3103 }, 3100 },
3104 ], 3101 ],
3105 } 3102 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/handoff_active_url_observer_delegate.h ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698