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

Side by Side Diff: chrome/chrome_browser.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/browser/task_manager/task_manager.cc ('k') | chrome/chrome_tests_unit.gypi » ('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 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3486 matching lines...) Expand 10 before | Expand all | Expand 10 after
3497 ], 3497 ],
3498 }], 3498 }],
3499 ['enable_extensions==1', { 3499 ['enable_extensions==1', {
3500 'dependencies': [ 3500 'dependencies': [
3501 'browser_extensions', 3501 'browser_extensions',
3502 'browser/extensions/api/api_registration.gyp:chrome_api_registration ', 3502 'browser/extensions/api/api_registration.gyp:chrome_api_registration ',
3503 'common/extensions/api/api.gyp:chrome_api', 3503 'common/extensions/api/api.gyp:chrome_api',
3504 'sync_file_system_drive_proto', 3504 'sync_file_system_drive_proto',
3505 '../components/components.gyp:cryptauth', 3505 '../components/components.gyp:cryptauth',
3506 '../components/components.gyp:drive', 3506 '../components/components.gyp:drive',
3507 '../gpu/gpu.gyp:gpu',
3507 '../media/cast/cast.gyp:cast_net', 3508 '../media/cast/cast.gyp:cast_net',
3508 ], 3509 ],
3509 'sources': [ '<@(chrome_browser_extensions_sources)' ], 3510 'sources': [ '<@(chrome_browser_extensions_sources)' ],
3510 }], 3511 }],
3511 ['enable_background==1', { 3512 ['enable_background==1', {
3512 'sources': [ '<@(chrome_browser_background_sources)' ], 3513 'sources': [ '<@(chrome_browser_background_sources)' ],
3513 'conditions': [ 3514 'conditions': [
3514 ['use_aura==0 or OS=="win"', { 3515 ['use_aura==0 or OS=="win"', {
3515 'sources!': [ 3516 'sources!': [
3516 'browser/background/background_mode_manager_aura.cc', 3517 'browser/background/background_mode_manager_aura.cc',
3517 ], 3518 ],
3518 }], 3519 }],
3519 ], 3520 ],
3520 }], 3521 }],
3521 ['enable_task_manager==1', { 3522 ['enable_task_manager==1', {
3522 'sources': [ '<@(chrome_browser_task_manager_sources)' ], 3523 'sources': [ '<@(chrome_browser_task_manager_sources)' ],
3524 'dependencies': [ '../gpu/gpu.gyp:gpu' ],
3523 'conditions': [ 3525 'conditions': [
3524 ['chromeos==1', { 3526 ['chromeos==1', {
3525 'sources': [ '<@(chrome_browser_task_manager_chromeos_sources)' ], 3527 'sources': [ '<@(chrome_browser_task_manager_chromeos_sources)' ],
3526 }], 3528 }],
3527 ], 3529 ],
3528 }], 3530 }],
3529 ['enable_media_router==1', { 3531 ['enable_media_router==1', {
3530 'dependencies': [ 3532 'dependencies': [
3531 'browser/media/router/media_router.gyp:media_router', 3533 'browser/media/router/media_router.gyp:media_router',
3532 ], 3534 ],
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
4245 '../components/components.gyp:rlz', 4247 '../components/components.gyp:rlz',
4246 '../components/components.gyp:search_engines', 4248 '../components/components.gyp:search_engines',
4247 '../rlz/rlz.gyp:rlz_lib', 4249 '../rlz/rlz.gyp:rlz_lib',
4248 'common', 4250 'common',
4249 ], 4251 ],
4250 }, 4252 },
4251 ], 4253 ],
4252 }], 4254 }],
4253 ], 4255 ],
4254 } 4256 }
OLDNEW
« no previous file with comments | « chrome/browser/task_manager/task_manager.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698