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 1893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1904 'browser/ui/views/autofill/autofill_popup_view_views.cc', | 1904 'browser/ui/views/autofill/autofill_popup_view_views.cc', |
1905 'browser/ui/views/autofill/autofill_popup_view_views.h', | 1905 'browser/ui/views/autofill/autofill_popup_view_views.h', |
1906 'browser/ui/views/autofill/decorated_textfield.cc', | 1906 'browser/ui/views/autofill/decorated_textfield.cc', |
1907 'browser/ui/views/autofill/decorated_textfield.h', | 1907 'browser/ui/views/autofill/decorated_textfield.h', |
1908 'browser/ui/views/autofill/expanding_textfield.cc', | 1908 'browser/ui/views/autofill/expanding_textfield.cc', |
1909 'browser/ui/views/autofill/expanding_textfield.h', | 1909 'browser/ui/views/autofill/expanding_textfield.h', |
1910 'browser/ui/views/autofill/generated_credit_card_bubble_views.cc', | 1910 'browser/ui/views/autofill/generated_credit_card_bubble_views.cc', |
1911 'browser/ui/views/autofill/generated_credit_card_bubble_views.h', | 1911 'browser/ui/views/autofill/generated_credit_card_bubble_views.h', |
1912 'browser/ui/views/autofill/info_bubble.cc', | 1912 'browser/ui/views/autofill/info_bubble.cc', |
1913 'browser/ui/views/autofill/info_bubble.h', | 1913 'browser/ui/views/autofill/info_bubble.h', |
| 1914 'browser/ui/views/autofill/instrument_unmask_prompt_views.cc', |
1914 'browser/ui/views/autofill/new_credit_card_bubble_views.cc', | 1915 'browser/ui/views/autofill/new_credit_card_bubble_views.cc', |
1915 'browser/ui/views/autofill/new_credit_card_bubble_views.h', | 1916 'browser/ui/views/autofill/new_credit_card_bubble_views.h', |
1916 'browser/ui/views/autofill/password_generation_popup_view_views.cc', | 1917 'browser/ui/views/autofill/password_generation_popup_view_views.cc', |
1917 'browser/ui/views/autofill/password_generation_popup_view_views.h', | 1918 'browser/ui/views/autofill/password_generation_popup_view_views.h', |
1918 'browser/ui/views/autofill/tooltip_icon.cc', | 1919 'browser/ui/views/autofill/tooltip_icon.cc', |
1919 'browser/ui/views/autofill/tooltip_icon.h', | 1920 'browser/ui/views/autofill/tooltip_icon.h', |
1920 'browser/ui/views/auto_keep_alive.cc', | 1921 'browser/ui/views/auto_keep_alive.cc', |
1921 'browser/ui/views/auto_keep_alive.h', | 1922 'browser/ui/views/auto_keep_alive.h', |
1922 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc', | 1923 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc', |
1923 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h', | 1924 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h', |
(...skipping 1174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3098 ['OS!="android" and OS!="ios"', { | 3099 ['OS!="android" and OS!="ios"', { |
3099 'dependencies': [ | 3100 'dependencies': [ |
3100 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3101 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3101 ], | 3102 ], |
3102 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], | 3103 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], |
3103 }], | 3104 }], |
3104 ], | 3105 ], |
3105 }, | 3106 }, |
3106 ], | 3107 ], |
3107 } | 3108 } |
OLD | NEW |