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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1653113002: Fix favicon disappearing on pinned tabs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pkasting comments Created 4 years, 10 months 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/tabs/tab.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 '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 1371 matching lines...) Expand 10 before | Expand all | Expand 10 after
1382 'browser/ui/views/frame/browser_view_unittest.cc', 1382 'browser/ui/views/frame/browser_view_unittest.cc',
1383 'browser/ui/views/frame/test_with_browser_view.cc', 1383 'browser/ui/views/frame/test_with_browser_view.cc',
1384 'browser/ui/views/frame/test_with_browser_view.h', 1384 'browser/ui/views/frame/test_with_browser_view.h',
1385 'browser/ui/views/frame/web_contents_close_handler_unittest.cc', 1385 'browser/ui/views/frame/web_contents_close_handler_unittest.cc',
1386 'browser/ui/views/omnibox/omnibox_view_views_unittest.cc', 1386 'browser/ui/views/omnibox/omnibox_view_views_unittest.cc',
1387 'browser/ui/views/status_icons/status_tray_win_unittest.cc', 1387 'browser/ui/views/status_icons/status_tray_win_unittest.cc',
1388 'browser/ui/views/sync/bubble_sync_promo_view_unittest.cc', 1388 'browser/ui/views/sync/bubble_sync_promo_view_unittest.cc',
1389 'browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views_uni ttest.cc', 1389 'browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views_uni ttest.cc',
1390 'browser/ui/views/tabs/fake_base_tab_strip_controller.cc', 1390 'browser/ui/views/tabs/fake_base_tab_strip_controller.cc',
1391 'browser/ui/views/tabs/fake_base_tab_strip_controller.h', 1391 'browser/ui/views/tabs/fake_base_tab_strip_controller.h',
1392 'browser/ui/views/tabs/media_indicator_button_unittest.cc',
1392 'browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc', 1393 'browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc',
1393 'browser/ui/views/tabs/tab_strip_layout_unittest.cc', 1394 'browser/ui/views/tabs/tab_strip_layout_unittest.cc',
1394 'browser/ui/views/tabs/tab_strip_unittest.cc', 1395 'browser/ui/views/tabs/tab_strip_unittest.cc',
1395 'browser/ui/views/tabs/tab_unittest.cc', 1396 'browser/ui/views/tabs/tab_unittest.cc',
1396 'browser/ui/views/toolbar/reload_button_unittest.cc', 1397 'browser/ui/views/toolbar/reload_button_unittest.cc',
1397 'browser/ui/views/toolbar/toolbar_action_view_unittest.cc', 1398 'browser/ui/views/toolbar/toolbar_action_view_unittest.cc',
1398 'browser/ui/views/translate/translate_bubble_view_unittest.cc', 1399 'browser/ui/views/translate/translate_bubble_view_unittest.cc',
1399 'browser/ui/views/validation_message_bubble_delegate_unittest.cc', 1400 'browser/ui/views/validation_message_bubble_delegate_unittest.cc',
1400 ], 1401 ],
1401 'chrome_unit_tests_win_sources': [ 1402 'chrome_unit_tests_win_sources': [
(...skipping 1632 matching lines...) Expand 10 before | Expand all | Expand 10 after
3034 'dependencies': [ 3035 'dependencies': [
3035 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3036 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3036 ], 3037 ],
3037 }], 3038 }],
3038 ], 3039 ],
3039 }, 3040 },
3040 ], 3041 ],
3041 }], 3042 }],
3042 ], # 'conditions' 3043 ], # 'conditions'
3043 } 3044 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/tab.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698