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 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
516 'browser/search/search.cc', | 516 'browser/search/search.cc', |
517 'browser/search/search.h', | 517 'browser/search/search.h', |
518 'browser/search/suggestions/image_fetcher_impl.cc', | 518 'browser/search/suggestions/image_fetcher_impl.cc', |
519 'browser/search/suggestions/image_fetcher_impl.h', | 519 'browser/search/suggestions/image_fetcher_impl.h', |
520 'browser/search/suggestions/suggestions_service_factory.cc', | 520 'browser/search/suggestions/suggestions_service_factory.cc', |
521 'browser/search/suggestions/suggestions_service_factory.h', | 521 'browser/search/suggestions/suggestions_service_factory.h', |
522 'browser/search/suggestions/suggestions_source.cc', | 522 'browser/search/suggestions/suggestions_source.cc', |
523 'browser/search/suggestions/suggestions_source.h', | 523 'browser/search/suggestions/suggestions_source.h', |
524 'browser/search/thumbnail_source.cc', | 524 'browser/search/thumbnail_source.cc', |
525 'browser/search/thumbnail_source.h', | 525 'browser/search/thumbnail_source.h', |
| 526 'browser/security/xfo_throttle.cc', |
| 527 'browser/security/xfo_throttle.h', |
526 'browser/shell_integration.cc', | 528 'browser/shell_integration.cc', |
527 'browser/shell_integration.h', | 529 'browser/shell_integration.h', |
528 'browser/shell_integration_android.cc', | 530 'browser/shell_integration_android.cc', |
529 'browser/shell_integration_chromeos.cc', | 531 'browser/shell_integration_chromeos.cc', |
530 'browser/shell_integration_mac.mm', | 532 'browser/shell_integration_mac.mm', |
531 'browser/shell_integration_win.cc', | 533 'browser/shell_integration_win.cc', |
532 'browser/site_details.cc', | 534 'browser/site_details.cc', |
533 'browser/site_details.h', | 535 'browser/site_details.h', |
534 'browser/speech/chrome_speech_recognition_manager_delegate.cc', | 536 'browser/speech/chrome_speech_recognition_manager_delegate.cc', |
535 'browser/speech/chrome_speech_recognition_manager_delegate.h', | 537 'browser/speech/chrome_speech_recognition_manager_delegate.h', |
(...skipping 3652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4188 '../components/components.gyp:omnibox_browser', | 4190 '../components/components.gyp:omnibox_browser', |
4189 '../components/components.gyp:rlz', | 4191 '../components/components.gyp:rlz', |
4190 '../components/components.gyp:search_engines', | 4192 '../components/components.gyp:search_engines', |
4191 '../rlz/rlz.gyp:rlz_lib', | 4193 '../rlz/rlz.gyp:rlz_lib', |
4192 ], | 4194 ], |
4193 }, | 4195 }, |
4194 ], | 4196 ], |
4195 }], | 4197 }], |
4196 ], | 4198 ], |
4197 } | 4199 } |
OLD | NEW |