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 1880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1891 'browser/ui/views/apps/shaped_app_window_targeter.cc', | 1891 'browser/ui/views/apps/shaped_app_window_targeter.cc', |
1892 'browser/ui/views/apps/shaped_app_window_targeter.h', | 1892 'browser/ui/views/apps/shaped_app_window_targeter.h', |
1893 'browser/ui/views/ash/tab_scrubber.cc', | 1893 'browser/ui/views/ash/tab_scrubber.cc', |
1894 'browser/ui/views/ash/tab_scrubber.h', | 1894 'browser/ui/views/ash/tab_scrubber.h', |
1895 'browser/ui/views/autofill/autofill_dialog_views.cc', | 1895 'browser/ui/views/autofill/autofill_dialog_views.cc', |
1896 'browser/ui/views/autofill/autofill_dialog_views.h', | 1896 'browser/ui/views/autofill/autofill_dialog_views.h', |
1897 'browser/ui/views/autofill/autofill_popup_base_view.cc', | 1897 'browser/ui/views/autofill/autofill_popup_base_view.cc', |
1898 'browser/ui/views/autofill/autofill_popup_base_view.h', | 1898 'browser/ui/views/autofill/autofill_popup_base_view.h', |
1899 'browser/ui/views/autofill/autofill_popup_view_views.cc', | 1899 'browser/ui/views/autofill/autofill_popup_view_views.cc', |
1900 'browser/ui/views/autofill/autofill_popup_view_views.h', | 1900 'browser/ui/views/autofill/autofill_popup_view_views.h', |
| 1901 'browser/ui/views/autofill/card_unmask_prompt_views.cc', |
1901 'browser/ui/views/autofill/decorated_textfield.cc', | 1902 'browser/ui/views/autofill/decorated_textfield.cc', |
1902 'browser/ui/views/autofill/decorated_textfield.h', | 1903 'browser/ui/views/autofill/decorated_textfield.h', |
1903 'browser/ui/views/autofill/expanding_textfield.cc', | 1904 'browser/ui/views/autofill/expanding_textfield.cc', |
1904 'browser/ui/views/autofill/expanding_textfield.h', | 1905 'browser/ui/views/autofill/expanding_textfield.h', |
1905 'browser/ui/views/autofill/generated_credit_card_bubble_views.cc', | 1906 'browser/ui/views/autofill/generated_credit_card_bubble_views.cc', |
1906 'browser/ui/views/autofill/generated_credit_card_bubble_views.h', | 1907 'browser/ui/views/autofill/generated_credit_card_bubble_views.h', |
1907 'browser/ui/views/autofill/info_bubble.cc', | 1908 'browser/ui/views/autofill/info_bubble.cc', |
1908 'browser/ui/views/autofill/info_bubble.h', | 1909 'browser/ui/views/autofill/info_bubble.h', |
1909 'browser/ui/views/autofill/new_credit_card_bubble_views.cc', | 1910 'browser/ui/views/autofill/new_credit_card_bubble_views.cc', |
1910 'browser/ui/views/autofill/new_credit_card_bubble_views.h', | 1911 'browser/ui/views/autofill/new_credit_card_bubble_views.h', |
(...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3093 ['OS!="android" and OS!="ios"', { | 3094 ['OS!="android" and OS!="ios"', { |
3094 'dependencies': [ | 3095 'dependencies': [ |
3095 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3096 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3096 ], | 3097 ], |
3097 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], | 3098 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], |
3098 }], | 3099 }], |
3099 ], | 3100 ], |
3100 }, | 3101 }, |
3101 ], | 3102 ], |
3102 } | 3103 } |
OLD | NEW |