| 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', | |
| 3478 '../media/cast/cast.gyp:cast_net', | 3477 '../media/cast/cast.gyp:cast_net', |
| 3479 ], | 3478 ], |
| 3480 'sources': [ '<@(chrome_browser_extensions_sources)' ], | 3479 'sources': [ '<@(chrome_browser_extensions_sources)' ], |
| 3481 }], | 3480 }], |
| 3482 ['enable_background==1', { | 3481 ['enable_background==1', { |
| 3483 'sources': [ '<@(chrome_browser_background_sources)' ], | 3482 'sources': [ '<@(chrome_browser_background_sources)' ], |
| 3484 'conditions': [ | 3483 'conditions': [ |
| 3485 ['use_aura==0 or OS=="win"', { | 3484 ['use_aura==0 or OS=="win"', { |
| 3486 'sources!': [ | 3485 'sources!': [ |
| 3487 'browser/background/background_mode_manager_aura.cc', | 3486 'browser/background/background_mode_manager_aura.cc', |
| 3488 ], | 3487 ], |
| 3489 }], | 3488 }], |
| 3490 ], | 3489 ], |
| 3491 }], | 3490 }], |
| 3492 ['enable_task_manager==1', { | 3491 ['enable_task_manager==1', { |
| 3493 'sources': [ '<@(chrome_browser_task_manager_sources)' ], | 3492 'sources': [ '<@(chrome_browser_task_manager_sources)' ], |
| 3494 'dependencies': [ '../gpu/gpu.gyp:gpu_ipc_common' ], | |
| 3495 'conditions': [ | 3493 'conditions': [ |
| 3496 ['chromeos==1', { | 3494 ['chromeos==1', { |
| 3497 'sources': [ '<@(chrome_browser_task_manager_chromeos_sources)' ], | 3495 'sources': [ '<@(chrome_browser_task_manager_chromeos_sources)' ], |
| 3498 }], | 3496 }], |
| 3499 ], | 3497 ], |
| 3500 }], | 3498 }], |
| 3501 ['enable_media_router==1', { | 3499 ['enable_media_router==1', { |
| 3502 'dependencies': [ | 3500 'dependencies': [ |
| 3503 'browser/media/router/media_router.gyp:media_router', | 3501 'browser/media/router/media_router.gyp:media_router', |
| 3504 ], | 3502 ], |
| (...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4210 '../components/components.gyp:rlz', | 4208 '../components/components.gyp:rlz', |
| 4211 '../components/components.gyp:search_engines', | 4209 '../components/components.gyp:search_engines', |
| 4212 '../rlz/rlz.gyp:rlz_lib', | 4210 '../rlz/rlz.gyp:rlz_lib', |
| 4213 'common', | 4211 'common', |
| 4214 ], | 4212 ], |
| 4215 }, | 4213 }, |
| 4216 ], | 4214 ], |
| 4217 }], | 4215 }], |
| 4218 ], | 4216 ], |
| 4219 } | 4217 } |
| OLD | NEW |