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 665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
676 'browser/search/instant_service_observer.h', | 676 'browser/search/instant_service_observer.h', |
677 'browser/search/most_visited_iframe_source.cc', | 677 'browser/search/most_visited_iframe_source.cc', |
678 'browser/search/search.cc', | 678 'browser/search/search.cc', |
679 'browser/search/search.h', | 679 'browser/search/search.h', |
680 'browser/search/suggestions/image_fetcher_impl.cc', | 680 'browser/search/suggestions/image_fetcher_impl.cc', |
681 'browser/search/suggestions/image_fetcher_impl.h', | 681 'browser/search/suggestions/image_fetcher_impl.h', |
682 'browser/search/suggestions/suggestions_service_factory.cc', | 682 'browser/search/suggestions/suggestions_service_factory.cc', |
683 'browser/search/suggestions/suggestions_service_factory.h', | 683 'browser/search/suggestions/suggestions_service_factory.h', |
684 'browser/search/suggestions/suggestions_source.cc', | 684 'browser/search/suggestions/suggestions_source.cc', |
685 'browser/search/suggestions/suggestions_source.h', | 685 'browser/search/suggestions/suggestions_source.h', |
| 686 'browser/search/thumbnail_source.cc', |
| 687 'browser/search/thumbnail_source.h', |
686 'browser/searuch/most_visited_iframe_source.h', | 688 'browser/searuch/most_visited_iframe_source.h', |
687 'browser/shell_integration.cc', | 689 'browser/shell_integration.cc', |
688 'browser/shell_integration.h', | 690 'browser/shell_integration.h', |
689 'browser/shell_integration_android.cc', | 691 'browser/shell_integration_android.cc', |
690 'browser/shell_integration_chromeos.cc', | 692 'browser/shell_integration_chromeos.cc', |
691 'browser/shell_integration_mac.mm', | 693 'browser/shell_integration_mac.mm', |
692 'browser/shell_integration_win.cc', | 694 'browser/shell_integration_win.cc', |
693 'browser/site_details.cc', | 695 'browser/site_details.cc', |
694 'browser/site_details.h', | 696 'browser/site_details.h', |
695 'browser/speech/chrome_speech_recognition_manager_delegate.cc', | 697 'browser/speech/chrome_speech_recognition_manager_delegate.cc', |
(...skipping 3219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3915 'variables': { | 3917 'variables': { |
3916 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3918 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3917 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3919 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3918 }, | 3920 }, |
3919 'includes': [ '../build/protoc.gypi' ] | 3921 'includes': [ '../build/protoc.gypi' ] |
3920 }, | 3922 }, |
3921 ], | 3923 ], |
3922 },], | 3924 },], |
3923 ], | 3925 ], |
3924 } | 3926 } |
OLD | NEW |