| 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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 'browser/search/suggestions/suggestions_service_factory.h', | 572 'browser/search/suggestions/suggestions_service_factory.h', |
| 573 'browser/search/suggestions/suggestions_source.cc', | 573 'browser/search/suggestions/suggestions_source.cc', |
| 574 'browser/search/suggestions/suggestions_source.h', | 574 'browser/search/suggestions/suggestions_source.h', |
| 575 'browser/search/thumbnail_source.cc', | 575 'browser/search/thumbnail_source.cc', |
| 576 'browser/search/thumbnail_source.h', | 576 'browser/search/thumbnail_source.h', |
| 577 'browser/shell_integration.cc', | 577 'browser/shell_integration.cc', |
| 578 'browser/shell_integration.h', | 578 'browser/shell_integration.h', |
| 579 'browser/shell_integration_android.cc', | 579 'browser/shell_integration_android.cc', |
| 580 'browser/shell_integration_chromeos.cc', | 580 'browser/shell_integration_chromeos.cc', |
| 581 'browser/shell_integration_mac.mm', | 581 'browser/shell_integration_mac.mm', |
| 582 'browser/shell_integration_win.h', |
| 582 'browser/shell_integration_win.cc', | 583 'browser/shell_integration_win.cc', |
| 583 'browser/site_details.cc', | 584 'browser/site_details.cc', |
| 584 'browser/site_details.h', | 585 'browser/site_details.h', |
| 585 'browser/speech/chrome_speech_recognition_manager_delegate.cc', | 586 'browser/speech/chrome_speech_recognition_manager_delegate.cc', |
| 586 'browser/speech/chrome_speech_recognition_manager_delegate.h', | 587 'browser/speech/chrome_speech_recognition_manager_delegate.h', |
| 587 'browser/speech/tts_android.cc', | 588 'browser/speech/tts_android.cc', |
| 588 'browser/speech/tts_android.h', | 589 'browser/speech/tts_android.h', |
| 589 'browser/speech/tts_chromeos.cc', | 590 'browser/speech/tts_chromeos.cc', |
| 590 'browser/speech/tts_controller.h', | 591 'browser/speech/tts_controller.h', |
| 591 'browser/speech/tts_controller_impl.cc', | 592 'browser/speech/tts_controller_impl.cc', |
| (...skipping 3614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4206 '../components/components.gyp:rlz', | 4207 '../components/components.gyp:rlz', |
| 4207 '../components/components.gyp:search_engines', | 4208 '../components/components.gyp:search_engines', |
| 4208 '../rlz/rlz.gyp:rlz_lib', | 4209 '../rlz/rlz.gyp:rlz_lib', |
| 4209 'common', | 4210 'common', |
| 4210 ], | 4211 ], |
| 4211 }, | 4212 }, |
| 4212 ], | 4213 ], |
| 4213 }], | 4214 }], |
| 4214 ], | 4215 ], |
| 4215 } | 4216 } |
| OLD | NEW |