| 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 869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 'browser/android/ntp/ntp_snippets_launcher.cc', | 880 'browser/android/ntp/ntp_snippets_launcher.cc', |
| 881 'browser/android/ntp/ntp_snippets_launcher.h', | 881 'browser/android/ntp/ntp_snippets_launcher.h', |
| 882 'browser/android/omnibox/answers_image_bridge.cc', | 882 'browser/android/omnibox/answers_image_bridge.cc', |
| 883 'browser/android/omnibox/answers_image_bridge.h', | 883 'browser/android/omnibox/answers_image_bridge.h', |
| 884 'browser/android/omnibox/autocomplete_controller_android.cc', | 884 'browser/android/omnibox/autocomplete_controller_android.cc', |
| 885 'browser/android/omnibox/autocomplete_controller_android.h', | 885 'browser/android/omnibox/autocomplete_controller_android.h', |
| 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/popular_sites.cc', | 890 'browser/android/ntp/popular_sites.cc', |
| 891 'browser/android/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/pref_service_bridge.cc', | 896 'browser/android/preferences/pref_service_bridge.cc', |
| 897 'browser/android/preferences/pref_service_bridge.h', | 897 'browser/android/preferences/pref_service_bridge.h', |
| 898 'browser/android/preferences/website_preference_bridge.cc', | 898 'browser/android/preferences/website_preference_bridge.cc', |
| 899 'browser/android/preferences/website_preference_bridge.h', | 899 'browser/android/preferences/website_preference_bridge.h', |
| 900 'browser/android/profiles/profile_downloader_android.cc', | 900 'browser/android/profiles/profile_downloader_android.cc', |
| 901 'browser/android/profiles/profile_downloader_android.h', | 901 'browser/android/profiles/profile_downloader_android.h', |
| (...skipping 3292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4194 '../components/components.gyp:rlz', | 4194 '../components/components.gyp:rlz', |
| 4195 '../components/components.gyp:search_engines', | 4195 '../components/components.gyp:search_engines', |
| 4196 '../rlz/rlz.gyp:rlz_lib', | 4196 '../rlz/rlz.gyp:rlz_lib', |
| 4197 'common', | 4197 'common', |
| 4198 ], | 4198 ], |
| 4199 }, | 4199 }, |
| 4200 ], | 4200 ], |
| 4201 }], | 4201 }], |
| 4202 ], | 4202 ], |
| 4203 } | 4203 } |
| OLD | NEW |