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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1407093007: Autofill: Add legal message footer to save credit card bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 1 month 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
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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'browser/thumbnails/content_analysis_unittest.cc', 244 'browser/thumbnails/content_analysis_unittest.cc',
245 'browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc', 245 'browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc',
246 'browser/thumbnails/simple_thumbnail_crop_unittest.cc', 246 'browser/thumbnails/simple_thumbnail_crop_unittest.cc',
247 'browser/thumbnails/thumbnail_service_unittest.cc', 247 'browser/thumbnails/thumbnail_service_unittest.cc',
248 'browser/translate/translate_service_unittest.cc', 248 'browser/translate/translate_service_unittest.cc',
249 'browser/ui/android/tab_model/tab_model_list_unittest.cc', 249 'browser/ui/android/tab_model/tab_model_list_unittest.cc',
250 'browser/ui/android/tab_model/tab_model_unittest.cc', 250 'browser/ui/android/tab_model/tab_model_unittest.cc',
251 'browser/ui/autofill/autofill_dialog_models_unittest.cc', 251 'browser/ui/autofill/autofill_dialog_models_unittest.cc',
252 'browser/ui/autofill/autofill_dialog_types_unittest.cc', 252 'browser/ui/autofill/autofill_dialog_types_unittest.cc',
253 'browser/ui/autofill/popup_controller_common_unittest.cc', 253 'browser/ui/autofill/popup_controller_common_unittest.cc',
254 'browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc',
254 'browser/ui/autofill/test_popup_controller_common.cc', 255 'browser/ui/autofill/test_popup_controller_common.cc',
255 'browser/ui/autofill/test_popup_controller_common.h', 256 'browser/ui/autofill/test_popup_controller_common.h',
256 'browser/ui/bookmarks/bookmark_editor_unittest.cc', 257 'browser/ui/bookmarks/bookmark_editor_unittest.cc',
257 'browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc', 258 'browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc',
258 'browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc', 259 'browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc',
259 'browser/ui/chrome_select_file_policy_unittest.cc', 260 'browser/ui/chrome_select_file_policy_unittest.cc',
260 # It is safe to list */cocoa/* files in the "common" file list 261 # It is safe to list */cocoa/* files in the "common" file list
261 # without an explicit exclusion since gyp is smart enough to 262 # without an explicit exclusion since gyp is smart enough to
262 # exclude them from non-Mac builds. 263 # exclude them from non-Mac builds.
263 'browser/ui/cocoa/accelerators_cocoa_unittest.mm', 264 'browser/ui/cocoa/accelerators_cocoa_unittest.mm',
(...skipping 2722 matching lines...) Expand 10 before | Expand all | Expand 10 after
2986 'dependencies': [ 2987 'dependencies': [
2987 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2988 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2988 ], 2989 ],
2989 }], 2990 }],
2990 ], 2991 ],
2991 }, 2992 },
2992 ], 2993 ],
2993 }], 2994 }],
2994 ], # 'conditions' 2995 ], # 'conditions'
2995 } 2996 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698