| 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 880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 891 'browser/android/omnibox/omnibox_prerender.cc', | 891 'browser/android/omnibox/omnibox_prerender.cc', |
| 892 'browser/android/omnibox/omnibox_prerender.h', | 892 'browser/android/omnibox/omnibox_prerender.h', |
| 893 'browser/android/password_ui_view_android.cc', | 893 'browser/android/password_ui_view_android.cc', |
| 894 'browser/android/password_ui_view_android.h', | 894 'browser/android/password_ui_view_android.h', |
| 895 'browser/android/ntp/popular_sites.cc', | 895 'browser/android/ntp/popular_sites.cc', |
| 896 'browser/android/ntp/popular_sites.h', | 896 'browser/android/ntp/popular_sites.h', |
| 897 'browser/android/precache/precache_launcher.cc', | 897 'browser/android/precache/precache_launcher.cc', |
| 898 'browser/android/precache/precache_launcher.h', | 898 'browser/android/precache/precache_launcher.h', |
| 899 'browser/android/preferences/autofill/autofill_profile_bridge.cc', | 899 'browser/android/preferences/autofill/autofill_profile_bridge.cc', |
| 900 'browser/android/preferences/autofill/autofill_profile_bridge.h', | 900 'browser/android/preferences/autofill/autofill_profile_bridge.h', |
| 901 'browser/android/preferences/important_sites_util.cc', |
| 902 'browser/android/preferences/important_sites_util.h', |
| 901 'browser/android/preferences/pref_service_bridge.cc', | 903 'browser/android/preferences/pref_service_bridge.cc', |
| 902 'browser/android/preferences/pref_service_bridge.h', | 904 'browser/android/preferences/pref_service_bridge.h', |
| 903 'browser/android/preferences/website_preference_bridge.cc', | 905 'browser/android/preferences/website_preference_bridge.cc', |
| 904 'browser/android/preferences/website_preference_bridge.h', | 906 'browser/android/preferences/website_preference_bridge.h', |
| 905 'browser/android/profiles/profile_downloader_android.cc', | 907 'browser/android/profiles/profile_downloader_android.cc', |
| 906 'browser/android/profiles/profile_downloader_android.h', | 908 'browser/android/profiles/profile_downloader_android.h', |
| 907 'browser/android/provider/blocking_ui_thread_async_request.cc', | 909 'browser/android/provider/blocking_ui_thread_async_request.cc', |
| 908 'browser/android/provider/blocking_ui_thread_async_request.h', | 910 'browser/android/provider/blocking_ui_thread_async_request.h', |
| 909 'browser/android/provider/bookmark_model_observer_task.cc', | 911 'browser/android/provider/bookmark_model_observer_task.cc', |
| 910 'browser/android/provider/bookmark_model_observer_task.h', | 912 'browser/android/provider/bookmark_model_observer_task.h', |
| (...skipping 3312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4223 '../components/components.gyp:rlz', | 4225 '../components/components.gyp:rlz', |
| 4224 '../components/components.gyp:search_engines', | 4226 '../components/components.gyp:search_engines', |
| 4225 '../rlz/rlz.gyp:rlz_lib', | 4227 '../rlz/rlz.gyp:rlz_lib', |
| 4226 'common', | 4228 'common', |
| 4227 ], | 4229 ], |
| 4228 }, | 4230 }, |
| 4229 ], | 4231 ], |
| 4230 }], | 4232 }], |
| 4231 ], | 4233 ], |
| 4232 } | 4234 } |
| OLD | NEW |