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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1708783002: Mustash: move content::GPUVideoMemoryUsageStats to gpu::VideoMemoryUsageStats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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.gypi ('k') | content/browser/gpu/gpu_data_manager_impl.h » ('j') | 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 '../build/linux/system.gyp:gio', 2433 '../build/linux/system.gyp:gio',
2434 ], 2434 ],
2435 }], 2435 }],
2436 ['use_aura==1 or toolkit_views==1', { 2436 ['use_aura==1 or toolkit_views==1', {
2437 'dependencies': [ 2437 'dependencies': [
2438 '../ui/events/events.gyp:events_test_support', 2438 '../ui/events/events.gyp:events_test_support',
2439 ], 2439 ],
2440 }], 2440 }],
2441 ['enable_task_manager==1', { 2441 ['enable_task_manager==1', {
2442 'sources': [ '<@(chrome_unit_tests_task_manager_sources)' ], 2442 'sources': [ '<@(chrome_unit_tests_task_manager_sources)' ],
2443 'dependencies': [ '../gpu/gpu.gyp:gpu' ],
2443 }], 2444 }],
2444 ['enable_mdns==1', { 2445 ['enable_mdns==1', {
2445 'sources': [ '<@(chrome_unit_tests_mdns_sources)' ], 2446 'sources': [ '<@(chrome_unit_tests_mdns_sources)' ],
2446 }], 2447 }],
2447 ['enable_service_discovery==1', { 2448 ['enable_service_discovery==1', {
2448 'sources': [ '<@(chrome_unit_tests_service_discovery_sources)' ], 2449 'sources': [ '<@(chrome_unit_tests_service_discovery_sources)' ],
2449 }], 2450 }],
2450 ['configuration_policy==1', { 2451 ['configuration_policy==1', {
2451 'sources': [ '<@(chrome_unit_tests_configuration_policy_sources)' ], 2452 'sources': [ '<@(chrome_unit_tests_configuration_policy_sources)' ],
2452 'conditions': [ 2453 'conditions': [
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
3037 'dependencies': [ 3038 'dependencies': [
3038 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3039 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3039 ], 3040 ],
3040 }], 3041 }],
3041 ], 3042 ],
3042 }, 3043 },
3043 ], 3044 ],
3044 }], 3045 }],
3045 ], # 'conditions' 3046 ], # 'conditions'
3046 } 3047 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/browser/gpu/gpu_data_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698