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 3164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3175 ['use_aura==0 or OS=="win"', { | 3175 ['use_aura==0 or OS=="win"', { |
3176 'sources!': [ | 3176 'sources!': [ |
3177 'browser/background/background_mode_manager_aura.cc', | 3177 'browser/background/background_mode_manager_aura.cc', |
3178 ], | 3178 ], |
3179 }], | 3179 }], |
3180 ], | 3180 ], |
3181 }], | 3181 }], |
3182 ['enable_task_manager==1', { | 3182 ['enable_task_manager==1', { |
3183 'sources': [ '<@(chrome_browser_task_manager_sources)' ], | 3183 'sources': [ '<@(chrome_browser_task_manager_sources)' ], |
3184 }], | 3184 }], |
| 3185 ['enable_media_router==1', { |
| 3186 'dependencies': [ |
| 3187 'browser/media/router/media_router.gyp:media_router', |
| 3188 ], |
| 3189 }], |
3185 ['enable_spellcheck==1', { | 3190 ['enable_spellcheck==1', { |
3186 'sources': [ '<@(chrome_browser_spellchecker_sources)' ], | 3191 'sources': [ '<@(chrome_browser_spellchecker_sources)' ], |
3187 'dependencies': [ | 3192 'dependencies': [ |
3188 '../third_party/hunspell/hunspell.gyp:hunspell', | 3193 '../third_party/hunspell/hunspell.gyp:hunspell', |
3189 ], | 3194 ], |
3190 }], | 3195 }], |
3191 ['disable_nacl==0', { | 3196 ['disable_nacl==0', { |
3192 'sources': [ '<@(chrome_browser_nacl_sources)' ], | 3197 'sources': [ '<@(chrome_browser_nacl_sources)' ], |
3193 'dependencies': [ | 3198 'dependencies': [ |
3194 '../components/nacl.gyp:nacl_browser', | 3199 '../components/nacl.gyp:nacl_browser', |
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3745 'variables': { | 3750 'variables': { |
3746 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3751 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3747 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3752 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3748 }, | 3753 }, |
3749 'includes': [ '../build/protoc.gypi' ] | 3754 'includes': [ '../build/protoc.gypi' ] |
3750 }, | 3755 }, |
3751 ], | 3756 ], |
3752 },], | 3757 },], |
3753 ], | 3758 ], |
3754 } | 3759 } |
OLD | NEW |