| 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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 'browser/search/suggestions/suggestions_service_factory.h', | 570 'browser/search/suggestions/suggestions_service_factory.h', |
| 571 'browser/search/suggestions/suggestions_source.cc', | 571 'browser/search/suggestions/suggestions_source.cc', |
| 572 'browser/search/suggestions/suggestions_source.h', | 572 'browser/search/suggestions/suggestions_source.h', |
| 573 'browser/search/thumbnail_source.cc', | 573 'browser/search/thumbnail_source.cc', |
| 574 'browser/search/thumbnail_source.h', | 574 'browser/search/thumbnail_source.h', |
| 575 'browser/shell_integration.cc', | 575 'browser/shell_integration.cc', |
| 576 'browser/shell_integration.h', | 576 'browser/shell_integration.h', |
| 577 'browser/shell_integration_android.cc', | 577 'browser/shell_integration_android.cc', |
| 578 'browser/shell_integration_chromeos.cc', | 578 'browser/shell_integration_chromeos.cc', |
| 579 'browser/shell_integration_mac.mm', | 579 'browser/shell_integration_mac.mm', |
| 580 'browser/shell_integration_win.h', |
| 580 'browser/shell_integration_win.cc', | 581 'browser/shell_integration_win.cc', |
| 581 'browser/site_details.cc', | 582 'browser/site_details.cc', |
| 582 'browser/site_details.h', | 583 'browser/site_details.h', |
| 583 'browser/speech/chrome_speech_recognition_manager_delegate.cc', | 584 'browser/speech/chrome_speech_recognition_manager_delegate.cc', |
| 584 'browser/speech/chrome_speech_recognition_manager_delegate.h', | 585 'browser/speech/chrome_speech_recognition_manager_delegate.h', |
| 585 'browser/speech/tts_android.cc', | 586 'browser/speech/tts_android.cc', |
| 586 'browser/speech/tts_android.h', | 587 'browser/speech/tts_android.h', |
| 587 'browser/speech/tts_chromeos.cc', | 588 'browser/speech/tts_chromeos.cc', |
| 588 'browser/speech/tts_controller.h', | 589 'browser/speech/tts_controller.h', |
| 589 'browser/speech/tts_controller_impl.cc', | 590 'browser/speech/tts_controller_impl.cc', |
| (...skipping 3599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4189 '../components/components.gyp:rlz', | 4190 '../components/components.gyp:rlz', |
| 4190 '../components/components.gyp:search_engines', | 4191 '../components/components.gyp:search_engines', |
| 4191 '../rlz/rlz.gyp:rlz_lib', | 4192 '../rlz/rlz.gyp:rlz_lib', |
| 4192 'common', | 4193 'common', |
| 4193 ], | 4194 ], |
| 4194 }, | 4195 }, |
| 4195 ], | 4196 ], |
| 4196 }], | 4197 }], |
| 4197 ], | 4198 ], |
| 4198 } | 4199 } |
| OLD | NEW |