Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1757163002: [ImportantSites] JNI bindings for CBD filtering and Important Sites. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added ImportantSitesUtil, cleaned up Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698