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 875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
886 'browser/android/omnibox/omnibox_prerender.cc', | 886 'browser/android/omnibox/omnibox_prerender.cc', |
887 'browser/android/omnibox/omnibox_prerender.h', | 887 'browser/android/omnibox/omnibox_prerender.h', |
888 'browser/android/password_ui_view_android.cc', | 888 'browser/android/password_ui_view_android.cc', |
889 'browser/android/password_ui_view_android.h', | 889 'browser/android/password_ui_view_android.h', |
890 'browser/android/ntp/popular_sites.cc', | 890 'browser/android/ntp/popular_sites.cc', |
891 'browser/android/ntp/popular_sites.h', | 891 'browser/android/ntp/popular_sites.h', |
892 'browser/android/precache/precache_launcher.cc', | 892 'browser/android/precache/precache_launcher.cc', |
893 'browser/android/precache/precache_launcher.h', | 893 'browser/android/precache/precache_launcher.h', |
894 'browser/android/preferences/autofill/autofill_profile_bridge.cc', | 894 'browser/android/preferences/autofill/autofill_profile_bridge.cc', |
895 'browser/android/preferences/autofill/autofill_profile_bridge.h', | 895 'browser/android/preferences/autofill/autofill_profile_bridge.h', |
| 896 'browser/android/preferences/important_sites_util.cc', |
| 897 'browser/android/preferences/important_sites_util.h', |
896 'browser/android/preferences/pref_service_bridge.cc', | 898 'browser/android/preferences/pref_service_bridge.cc', |
897 'browser/android/preferences/pref_service_bridge.h', | 899 'browser/android/preferences/pref_service_bridge.h', |
898 'browser/android/preferences/website_preference_bridge.cc', | 900 'browser/android/preferences/website_preference_bridge.cc', |
899 'browser/android/preferences/website_preference_bridge.h', | 901 'browser/android/preferences/website_preference_bridge.h', |
900 'browser/android/profiles/profile_downloader_android.cc', | 902 'browser/android/profiles/profile_downloader_android.cc', |
901 'browser/android/profiles/profile_downloader_android.h', | 903 'browser/android/profiles/profile_downloader_android.h', |
902 'browser/android/provider/blocking_ui_thread_async_request.cc', | 904 'browser/android/provider/blocking_ui_thread_async_request.cc', |
903 'browser/android/provider/blocking_ui_thread_async_request.h', | 905 'browser/android/provider/blocking_ui_thread_async_request.h', |
904 'browser/android/provider/bookmark_model_observer_task.cc', | 906 'browser/android/provider/bookmark_model_observer_task.cc', |
905 'browser/android/provider/bookmark_model_observer_task.h', | 907 'browser/android/provider/bookmark_model_observer_task.h', |
(...skipping 3311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4217 '../components/components.gyp:rlz', | 4219 '../components/components.gyp:rlz', |
4218 '../components/components.gyp:search_engines', | 4220 '../components/components.gyp:search_engines', |
4219 '../rlz/rlz.gyp:rlz_lib', | 4221 '../rlz/rlz.gyp:rlz_lib', |
4220 'common', | 4222 'common', |
4221 ], | 4223 ], |
4222 }, | 4224 }, |
4223 ], | 4225 ], |
4224 }], | 4226 }], |
4225 ], | 4227 ], |
4226 } | 4228 } |
OLD | NEW |