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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1974153002: Add an experiment for the default browser infobar on Windows 10 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile the test only on desktop platforms Created 4 years, 6 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/chrome_browser_ui.gypi ('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 2422 matching lines...) Expand 10 before | Expand all | Expand 10 after
2433 ], 2433 ],
2434 }], 2434 }],
2435 ['chromeos==0 and OS=="linux"', { 2435 ['chromeos==0 and OS=="linux"', {
2436 'sources': [ '<@(chrome_unit_tests_desktop_linux_sources)' ], 2436 'sources': [ '<@(chrome_unit_tests_desktop_linux_sources)' ],
2437 }], 2437 }],
2438 ['OS!="android" and OS!="ios" and chromeos==0', { 2438 ['OS!="android" and OS!="ios" and chromeos==0', {
2439 'sources': [ 2439 'sources': [
2440 'browser/net/disk_cache_dir_policy_handler_unittest.cc', 2440 'browser/net/disk_cache_dir_policy_handler_unittest.cc',
2441 'browser/profiles/profile_list_desktop_unittest.cc', 2441 'browser/profiles/profile_list_desktop_unittest.cc',
2442 'browser/profiles/profile_statistics_unittest.cc', 2442 'browser/profiles/profile_statistics_unittest.cc',
2443 'browser/ui/startup/default_browser_infobar_delegate_unittest.cc',
2443 ], 2444 ],
2444 }], 2445 }],
2445 ['chromeos==0 and use_ozone==0 and OS=="linux"', { 2446 ['chromeos==0 and use_ozone==0 and OS=="linux"', {
2446 'dependencies': [ 2447 'dependencies': [
2447 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', 2448 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui',
2448 '../build/linux/system.gyp:gio', 2449 '../build/linux/system.gyp:gio',
2449 ], 2450 ],
2450 }], 2451 }],
2451 ['use_aura==1 or toolkit_views==1', { 2452 ['use_aura==1 or toolkit_views==1', {
2452 'dependencies': [ 2453 'dependencies': [
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
3001 'dependencies': [ 3002 'dependencies': [
3002 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3003 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3003 ], 3004 ],
3004 }], 3005 }],
3005 ], 3006 ],
3006 }, 3007 },
3007 ], 3008 ],
3008 }], 3009 }],
3009 ], # 'conditions' 3010 ], # 'conditions'
3010 } 3011 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698