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 873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
884 'browser/android/omnibox/omnibox_prerender.cc', | 884 'browser/android/omnibox/omnibox_prerender.cc', |
885 'browser/android/omnibox/omnibox_prerender.h', | 885 'browser/android/omnibox/omnibox_prerender.h', |
886 'browser/android/password_ui_view_android.cc', | 886 'browser/android/password_ui_view_android.cc', |
887 'browser/android/password_ui_view_android.h', | 887 'browser/android/password_ui_view_android.h', |
888 'browser/android/ntp/popular_sites.cc', | 888 'browser/android/ntp/popular_sites.cc', |
889 'browser/android/ntp/popular_sites.h', | 889 'browser/android/ntp/popular_sites.h', |
890 'browser/android/precache/precache_launcher.cc', | 890 'browser/android/precache/precache_launcher.cc', |
891 'browser/android/precache/precache_launcher.h', | 891 'browser/android/precache/precache_launcher.h', |
892 'browser/android/preferences/autofill/autofill_profile_bridge.cc', | 892 'browser/android/preferences/autofill/autofill_profile_bridge.cc', |
893 'browser/android/preferences/autofill/autofill_profile_bridge.h', | 893 'browser/android/preferences/autofill/autofill_profile_bridge.h', |
| 894 'browser/android/preferences/important_sites_util.cc', |
| 895 'browser/android/preferences/important_sites_util.h', |
894 'browser/android/preferences/pref_service_bridge.cc', | 896 'browser/android/preferences/pref_service_bridge.cc', |
895 'browser/android/preferences/pref_service_bridge.h', | 897 'browser/android/preferences/pref_service_bridge.h', |
896 'browser/android/preferences/website_preference_bridge.cc', | 898 'browser/android/preferences/website_preference_bridge.cc', |
897 'browser/android/preferences/website_preference_bridge.h', | 899 'browser/android/preferences/website_preference_bridge.h', |
898 'browser/android/profiles/profile_downloader_android.cc', | 900 'browser/android/profiles/profile_downloader_android.cc', |
899 'browser/android/profiles/profile_downloader_android.h', | 901 'browser/android/profiles/profile_downloader_android.h', |
900 'browser/android/provider/blocking_ui_thread_async_request.cc', | 902 'browser/android/provider/blocking_ui_thread_async_request.cc', |
901 'browser/android/provider/blocking_ui_thread_async_request.h', | 903 'browser/android/provider/blocking_ui_thread_async_request.h', |
902 'browser/android/provider/bookmark_model_observer_task.cc', | 904 'browser/android/provider/bookmark_model_observer_task.cc', |
903 'browser/android/provider/bookmark_model_observer_task.h', | 905 'browser/android/provider/bookmark_model_observer_task.h', |
(...skipping 3303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4207 '../components/components.gyp:rlz', | 4209 '../components/components.gyp:rlz', |
4208 '../components/components.gyp:search_engines', | 4210 '../components/components.gyp:search_engines', |
4209 '../rlz/rlz.gyp:rlz_lib', | 4211 '../rlz/rlz.gyp:rlz_lib', |
4210 'common', | 4212 'common', |
4211 ], | 4213 ], |
4212 }, | 4214 }, |
4213 ], | 4215 ], |
4214 }], | 4216 }], |
4215 ], | 4217 ], |
4216 } | 4218 } |
OLD | NEW |