| OLD | NEW |
| 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 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 'browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm', | 639 'browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm', |
| 640 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller
.h', | 640 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller
.h', |
| 641 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller
.mm', | 641 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller
.mm', |
| 642 'browser/ui/cocoa/passwords/manage_passwords_bubble_never_save_view_contro
ller.h', | 642 'browser/ui/cocoa/passwords/manage_passwords_bubble_never_save_view_contro
ller.h', |
| 643 'browser/ui/cocoa/passwords/manage_passwords_bubble_never_save_view_contro
ller.mm', | 643 'browser/ui/cocoa/passwords/manage_passwords_bubble_never_save_view_contro
ller.mm', |
| 644 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle
r.h', | 644 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle
r.h', |
| 645 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle
r.mm', | 645 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle
r.mm', |
| 646 'browser/ui/cocoa/pdf_password_dialog.mm', | 646 'browser/ui/cocoa/pdf_password_dialog.mm', |
| 647 'browser/ui/cocoa/presentation_mode_controller.h', | 647 'browser/ui/cocoa/presentation_mode_controller.h', |
| 648 'browser/ui/cocoa/presentation_mode_controller.mm', | 648 'browser/ui/cocoa/presentation_mode_controller.mm', |
| 649 'browser/ui/cocoa/presentation_mode_controller_private.h', |
| 649 'browser/ui/cocoa/profiles/avatar_base_controller.h', | 650 'browser/ui/cocoa/profiles/avatar_base_controller.h', |
| 650 'browser/ui/cocoa/profiles/avatar_base_controller.mm', | 651 'browser/ui/cocoa/profiles/avatar_base_controller.mm', |
| 651 'browser/ui/cocoa/profiles/avatar_button_controller.h', | 652 'browser/ui/cocoa/profiles/avatar_button_controller.h', |
| 652 'browser/ui/cocoa/profiles/avatar_button_controller.mm', | 653 'browser/ui/cocoa/profiles/avatar_button_controller.mm', |
| 653 'browser/ui/cocoa/profiles/avatar_icon_controller.h', | 654 'browser/ui/cocoa/profiles/avatar_icon_controller.h', |
| 654 'browser/ui/cocoa/profiles/avatar_icon_controller.mm', | 655 'browser/ui/cocoa/profiles/avatar_icon_controller.mm', |
| 655 'browser/ui/cocoa/profiles/avatar_label_button.h', | 656 'browser/ui/cocoa/profiles/avatar_label_button.h', |
| 656 'browser/ui/cocoa/profiles/avatar_label_button.mm', | 657 'browser/ui/cocoa/profiles/avatar_label_button.mm', |
| 657 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller.h', | 658 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller.h', |
| 658 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller.mm', | 659 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller.mm', |
| (...skipping 2328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2987 }], | 2988 }], |
| 2988 ['OS!="android" and OS!="ios"', { | 2989 ['OS!="android" and OS!="ios"', { |
| 2989 'dependencies': [ | 2990 'dependencies': [ |
| 2990 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2991 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 2991 ], | 2992 ], |
| 2992 }], | 2993 }], |
| 2993 ], | 2994 ], |
| 2994 }, | 2995 }, |
| 2995 ], | 2996 ], |
| 2996 } | 2997 } |
| OLD | NEW |