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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
514 'browser/search/search.cc', | 514 'browser/search/search.cc', |
515 'browser/search/search.h', | 515 'browser/search/search.h', |
516 'browser/search/suggestions/image_fetcher_impl.cc', | 516 'browser/search/suggestions/image_fetcher_impl.cc', |
517 'browser/search/suggestions/image_fetcher_impl.h', | 517 'browser/search/suggestions/image_fetcher_impl.h', |
518 'browser/search/suggestions/suggestions_service_factory.cc', | 518 'browser/search/suggestions/suggestions_service_factory.cc', |
519 'browser/search/suggestions/suggestions_service_factory.h', | 519 'browser/search/suggestions/suggestions_service_factory.h', |
520 'browser/search/suggestions/suggestions_source.cc', | 520 'browser/search/suggestions/suggestions_source.cc', |
521 'browser/search/suggestions/suggestions_source.h', | 521 'browser/search/suggestions/suggestions_source.h', |
522 'browser/search/thumbnail_source.cc', | 522 'browser/search/thumbnail_source.cc', |
523 'browser/search/thumbnail_source.h', | 523 'browser/search/thumbnail_source.h', |
| 524 'browser/security/xfo_throttle.cc', |
| 525 'browser/security/xfo_throttle.h', |
524 'browser/shell_integration.cc', | 526 'browser/shell_integration.cc', |
525 'browser/shell_integration.h', | 527 'browser/shell_integration.h', |
526 'browser/shell_integration_android.cc', | 528 'browser/shell_integration_android.cc', |
527 'browser/shell_integration_chromeos.cc', | 529 'browser/shell_integration_chromeos.cc', |
528 'browser/shell_integration_mac.mm', | 530 'browser/shell_integration_mac.mm', |
529 'browser/shell_integration_win.cc', | 531 'browser/shell_integration_win.cc', |
530 'browser/site_details.cc', | 532 'browser/site_details.cc', |
531 'browser/site_details.h', | 533 'browser/site_details.h', |
532 'browser/speech/chrome_speech_recognition_manager_delegate.cc', | 534 'browser/speech/chrome_speech_recognition_manager_delegate.cc', |
533 'browser/speech/chrome_speech_recognition_manager_delegate.h', | 535 'browser/speech/chrome_speech_recognition_manager_delegate.h', |
(...skipping 3623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4157 '../components/components.gyp:omnibox_browser', | 4159 '../components/components.gyp:omnibox_browser', |
4158 '../components/components.gyp:rlz', | 4160 '../components/components.gyp:rlz', |
4159 '../components/components.gyp:search_engines', | 4161 '../components/components.gyp:search_engines', |
4160 '../rlz/rlz.gyp:rlz_lib', | 4162 '../rlz/rlz.gyp:rlz_lib', |
4161 ], | 4163 ], |
4162 }, | 4164 }, |
4163 ], | 4165 ], |
4164 }], | 4166 }], |
4165 ], | 4167 ], |
4166 } | 4168 } |
OLD | NEW |