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 667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
678 'browser/search/instant_service_observer.h', | 678 'browser/search/instant_service_observer.h', |
679 'browser/search/most_visited_iframe_source.cc', | 679 'browser/search/most_visited_iframe_source.cc', |
680 'browser/search/search.cc', | 680 'browser/search/search.cc', |
681 'browser/search/search.h', | 681 'browser/search/search.h', |
682 'browser/search/suggestions/image_fetcher_impl.cc', | 682 'browser/search/suggestions/image_fetcher_impl.cc', |
683 'browser/search/suggestions/image_fetcher_impl.h', | 683 'browser/search/suggestions/image_fetcher_impl.h', |
684 'browser/search/suggestions/suggestions_service_factory.cc', | 684 'browser/search/suggestions/suggestions_service_factory.cc', |
685 'browser/search/suggestions/suggestions_service_factory.h', | 685 'browser/search/suggestions/suggestions_service_factory.h', |
686 'browser/search/suggestions/suggestions_source.cc', | 686 'browser/search/suggestions/suggestions_source.cc', |
687 'browser/search/suggestions/suggestions_source.h', | 687 'browser/search/suggestions/suggestions_source.h', |
688 'browser/search/thumbnail_source.cc', | |
689 'browser/search/thumbnail_source.h', | |
690 'browser/searuch/most_visited_iframe_source.h', | 688 'browser/searuch/most_visited_iframe_source.h', |
691 'browser/shell_integration.cc', | 689 'browser/shell_integration.cc', |
692 'browser/shell_integration.h', | 690 'browser/shell_integration.h', |
693 'browser/shell_integration_android.cc', | 691 'browser/shell_integration_android.cc', |
694 'browser/shell_integration_chromeos.cc', | 692 'browser/shell_integration_chromeos.cc', |
695 'browser/shell_integration_mac.mm', | 693 'browser/shell_integration_mac.mm', |
696 'browser/shell_integration_win.cc', | 694 'browser/shell_integration_win.cc', |
697 'browser/site_details.cc', | 695 'browser/site_details.cc', |
698 'browser/site_details.h', | 696 'browser/site_details.h', |
699 'browser/speech/chrome_speech_recognition_manager_delegate.cc', | 697 'browser/speech/chrome_speech_recognition_manager_delegate.cc', |
(...skipping 3224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3924 'variables': { | 3922 'variables': { |
3925 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3923 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3926 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3924 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3927 }, | 3925 }, |
3928 'includes': [ '../build/protoc.gypi' ] | 3926 'includes': [ '../build/protoc.gypi' ] |
3929 }, | 3927 }, |
3930 ], | 3928 ], |
3931 },], | 3929 },], |
3932 ], | 3930 ], |
3933 } | 3931 } |
OLD | NEW |