| 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 3502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3513 ], | 3513 ], |
| 3514 }], | 3514 }], |
| 3515 ['branding!="Chrome"', { | 3515 ['branding!="Chrome"', { |
| 3516 'sources': [ | 3516 'sources': [ |
| 3517 'browser/search/local_files_ntp_source.cc', | 3517 'browser/search/local_files_ntp_source.cc', |
| 3518 'browser/search/local_files_ntp_source.h', | 3518 'browser/search/local_files_ntp_source.h', |
| 3519 ], | 3519 ], |
| 3520 }], | 3520 }], |
| 3521 ['enable_spellcheck==1', { | 3521 ['enable_spellcheck==1', { |
| 3522 'sources': [ '<@(chrome_browser_spellchecker_sources)' ], | 3522 'sources': [ '<@(chrome_browser_spellchecker_sources)' ], |
| 3523 'dependencies': [ |
| 3524 '../components/components.gyp:spellcheck_common', |
| 3525 ], |
| 3523 'conditions': [ | 3526 'conditions': [ |
| 3524 ['OS!="android"', { | 3527 ['OS!="android"', { |
| 3525 'dependencies': [ | 3528 'dependencies': [ |
| 3526 '../third_party/hunspell/hunspell.gyp:hunspell', | 3529 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 3527 ], | 3530 ], |
| 3528 }], | 3531 }], |
| 3529 ], | 3532 ], |
| 3530 }], | 3533 }], |
| 3531 ['disable_nacl==0', { | 3534 ['disable_nacl==0', { |
| 3532 'sources': [ '<@(chrome_browser_nacl_sources)' ], | 3535 'sources': [ '<@(chrome_browser_nacl_sources)' ], |
| (...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4206 '../components/components.gyp:rlz', | 4209 '../components/components.gyp:rlz', |
| 4207 '../components/components.gyp:search_engines', | 4210 '../components/components.gyp:search_engines', |
| 4208 '../rlz/rlz.gyp:rlz_lib', | 4211 '../rlz/rlz.gyp:rlz_lib', |
| 4209 'common', | 4212 'common', |
| 4210 ], | 4213 ], |
| 4211 }, | 4214 }, |
| 4212 ], | 4215 ], |
| 4213 }], | 4216 }], |
| 4214 ], | 4217 ], |
| 4215 } | 4218 } |
| OLD | NEW |