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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 773653002: [Views] Instrument unmasking prompt initial implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: butterfingers 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/views/autofill/card_unmask_prompt_views.cc ('k') | no next file » | 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 1880 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698