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 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1065 'browser/search/instant_service_factory.cc', | 1065 'browser/search/instant_service_factory.cc', |
1066 'browser/search/instant_service_factory.h', | 1066 'browser/search/instant_service_factory.h', |
1067 'browser/search/instant_service_observer.cc', | 1067 'browser/search/instant_service_observer.cc', |
1068 'browser/search/instant_service_observer.h', | 1068 'browser/search/instant_service_observer.h', |
1069 'browser/search/local_ntp_source.cc', | 1069 'browser/search/local_ntp_source.cc', |
1070 'browser/search/local_ntp_source.h', | 1070 'browser/search/local_ntp_source.h', |
1071 'browser/search/most_visited_iframe_source.cc', | 1071 'browser/search/most_visited_iframe_source.cc', |
1072 'browser/search/most_visited_iframe_source.h', | 1072 'browser/search/most_visited_iframe_source.h', |
1073 'browser/search/search.cc', | 1073 'browser/search/search.cc', |
1074 'browser/search/search.h', | 1074 'browser/search/search.h', |
1075 'browser/search/suggestions/image_manager_impl.cc', | 1075 'browser/search/suggestions/image_fetcher_impl.cc', |
1076 'browser/search/suggestions/image_manager_impl.h', | 1076 'browser/search/suggestions/image_fetcher_impl.h', |
1077 'browser/search/suggestions/suggestions_service_factory.cc', | 1077 'browser/search/suggestions/suggestions_service_factory.cc', |
1078 'browser/search/suggestions/suggestions_service_factory.h', | 1078 'browser/search/suggestions/suggestions_service_factory.h', |
1079 'browser/search/suggestions/suggestions_source.cc', | 1079 'browser/search/suggestions/suggestions_source.cc', |
1080 'browser/search/suggestions/suggestions_source.h', | 1080 'browser/search/suggestions/suggestions_source.h', |
1081 'browser/search_engines/chrome_template_url_service_client.cc', | 1081 'browser/search_engines/chrome_template_url_service_client.cc', |
1082 'browser/search_engines/chrome_template_url_service_client.h', | 1082 'browser/search_engines/chrome_template_url_service_client.h', |
1083 'browser/search_engines/default_search_pref_migration.cc', | 1083 'browser/search_engines/default_search_pref_migration.cc', |
1084 'browser/search_engines/default_search_pref_migration.h', | 1084 'browser/search_engines/default_search_pref_migration.h', |
1085 'browser/search_engines/search_provider_install_data.cc', | 1085 'browser/search_engines/search_provider_install_data.cc', |
1086 'browser/search_engines/search_provider_install_data.h', | 1086 'browser/search_engines/search_provider_install_data.h', |
(...skipping 2496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3583 'variables': { | 3583 'variables': { |
3584 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3584 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3585 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3585 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3586 }, | 3586 }, |
3587 'includes': [ '../build/protoc.gypi' ] | 3587 'includes': [ '../build/protoc.gypi' ] |
3588 }, | 3588 }, |
3589 ], | 3589 ], |
3590 },], | 3590 },], |
3591 ], | 3591 ], |
3592 } | 3592 } |
OLD | NEW |