OLD | NEW |
---|---|
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 3456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3467 ], | 3467 ], |
3468 }], | 3468 }], |
3469 ['enable_extensions==1', { | 3469 ['enable_extensions==1', { |
3470 'dependencies': [ | 3470 'dependencies': [ |
3471 'browser_extensions', | 3471 'browser_extensions', |
3472 'browser/extensions/api/api_registration.gyp:chrome_api_registration ', | 3472 'browser/extensions/api/api_registration.gyp:chrome_api_registration ', |
3473 'common/extensions/api/api.gyp:chrome_api', | 3473 'common/extensions/api/api.gyp:chrome_api', |
3474 'sync_file_system_drive_proto', | 3474 'sync_file_system_drive_proto', |
3475 '../components/components.gyp:cryptauth', | 3475 '../components/components.gyp:cryptauth', |
3476 '../components/components.gyp:drive', | 3476 '../components/components.gyp:drive', |
3477 '../gpu/gpu.gyp:gpu_ipc_common', | |
3477 '../media/cast/cast.gyp:cast_net', | 3478 '../media/cast/cast.gyp:cast_net', |
3478 ], | 3479 ], |
3479 'sources': [ '<@(chrome_browser_extensions_sources)' ], | 3480 'sources': [ '<@(chrome_browser_extensions_sources)' ], |
3480 }], | 3481 }], |
3481 ['enable_background==1', { | 3482 ['enable_background==1', { |
3482 'sources': [ '<@(chrome_browser_background_sources)' ], | 3483 'sources': [ '<@(chrome_browser_background_sources)' ], |
3483 'conditions': [ | 3484 'conditions': [ |
3484 ['use_aura==0 or OS=="win"', { | 3485 ['use_aura==0 or OS=="win"', { |
3485 'sources!': [ | 3486 'sources!': [ |
3486 'browser/background/background_mode_manager_aura.cc', | 3487 'browser/background/background_mode_manager_aura.cc', |
3487 ], | 3488 ], |
3488 }], | 3489 }], |
3489 ], | 3490 ], |
3490 }], | 3491 }], |
3491 ['enable_task_manager==1', { | 3492 ['enable_task_manager==1', { |
3492 'sources': [ '<@(chrome_browser_task_manager_sources)' ], | 3493 'sources': [ '<@(chrome_browser_task_manager_sources)' ], |
3494 'dependencies': [ '../gpu/gpu.gyp:gpu_config' ], | |
piman
2016/02/22 19:10:05
gpu_ipc_common?
Mark Dittmer
2016/02/22 19:21:06
Done.
| |
3493 'conditions': [ | 3495 'conditions': [ |
3494 ['chromeos==1', { | 3496 ['chromeos==1', { |
3495 'sources': [ '<@(chrome_browser_task_manager_chromeos_sources)' ], | 3497 'sources': [ '<@(chrome_browser_task_manager_chromeos_sources)' ], |
3496 }], | 3498 }], |
3497 ], | 3499 ], |
3498 }], | 3500 }], |
3499 ['enable_media_router==1', { | 3501 ['enable_media_router==1', { |
3500 'dependencies': [ | 3502 'dependencies': [ |
3501 'browser/media/router/media_router.gyp:media_router', | 3503 'browser/media/router/media_router.gyp:media_router', |
3502 ], | 3504 ], |
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4208 '../components/components.gyp:rlz', | 4210 '../components/components.gyp:rlz', |
4209 '../components/components.gyp:search_engines', | 4211 '../components/components.gyp:search_engines', |
4210 '../rlz/rlz.gyp:rlz_lib', | 4212 '../rlz/rlz.gyp:rlz_lib', |
4211 'common', | 4213 'common', |
4212 ], | 4214 ], |
4213 }, | 4215 }, |
4214 ], | 4216 ], |
4215 }], | 4217 }], |
4216 ], | 4218 ], |
4217 } | 4219 } |
OLD | NEW |