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 3276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3287 'sources': [ '<@(chrome_browser_task_manager_sources)' ], | 3287 'sources': [ '<@(chrome_browser_task_manager_sources)' ], |
3288 }], | 3288 }], |
3289 ['enable_media_router==1', { | 3289 ['enable_media_router==1', { |
3290 'dependencies': [ | 3290 'dependencies': [ |
3291 'browser/media/router/media_router.gyp:media_router', | 3291 'browser/media/router/media_router.gyp:media_router', |
3292 ], | 3292 ], |
3293 }], | 3293 }], |
3294 ['enable_spellcheck==1', { | 3294 ['enable_spellcheck==1', { |
3295 'sources': [ '<@(chrome_browser_spellchecker_sources)' ], | 3295 'sources': [ '<@(chrome_browser_spellchecker_sources)' ], |
3296 'dependencies': [ | 3296 'dependencies': [ |
3297 '../third_party/hunspell_new/hunspell.gyp:hunspell', | 3297 '../third_party/hunspell/hunspell.gyp:hunspell', |
3298 ], | 3298 ], |
3299 }], | 3299 }], |
3300 ['disable_nacl==0', { | 3300 ['disable_nacl==0', { |
3301 'sources': [ '<@(chrome_browser_nacl_sources)' ], | 3301 'sources': [ '<@(chrome_browser_nacl_sources)' ], |
3302 'dependencies': [ | 3302 'dependencies': [ |
3303 '../components/nacl.gyp:nacl_browser', | 3303 '../components/nacl.gyp:nacl_browser', |
3304 ], | 3304 ], |
3305 }], | 3305 }], |
3306 ['debug_devtools==1', { | 3306 ['debug_devtools==1', { |
3307 'defines': [ | 3307 'defines': [ |
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3865 'variables': { | 3865 'variables': { |
3866 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3866 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3867 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3867 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3868 }, | 3868 }, |
3869 'includes': [ '../build/protoc.gypi' ] | 3869 'includes': [ '../build/protoc.gypi' ] |
3870 }, | 3870 }, |
3871 ], | 3871 ], |
3872 },], | 3872 },], |
3873 ], | 3873 ], |
3874 } | 3874 } |
OLD | NEW |