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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2846363002: Clipboard Android - Store and Read Last Modified Time from Prefs (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/android/preferences/browser_prefs_android.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 2905 matching lines...) Expand 10 before | Expand all | Expand 10 after
2916 "android/physical_web/physical_web_data_source_android.cc", 2916 "android/physical_web/physical_web_data_source_android.cc",
2917 "android/physical_web/physical_web_data_source_android.h", 2917 "android/physical_web/physical_web_data_source_android.h",
2918 "android/policy/policy_auditor.cc", 2918 "android/policy/policy_auditor.cc",
2919 "android/policy/policy_auditor.h", 2919 "android/policy/policy_auditor.h",
2920 "android/precache/precache_launcher.cc", 2920 "android/precache/precache_launcher.cc",
2921 "android/precache/precache_launcher.h", 2921 "android/precache/precache_launcher.h",
2922 "android/preferences/autofill/autofill_profile_bridge.cc", 2922 "android/preferences/autofill/autofill_profile_bridge.cc",
2923 "android/preferences/autofill/autofill_profile_bridge.h", 2923 "android/preferences/autofill/autofill_profile_bridge.h",
2924 "android/preferences/browser_prefs_android.cc", 2924 "android/preferences/browser_prefs_android.cc",
2925 "android/preferences/browser_prefs_android.h", 2925 "android/preferences/browser_prefs_android.h",
2926 "android/preferences/clipboard_android.cc",
2927 "android/preferences/clipboard_android.h",
2926 "android/preferences/pref_service_bridge.cc", 2928 "android/preferences/pref_service_bridge.cc",
2927 "android/preferences/pref_service_bridge.h", 2929 "android/preferences/pref_service_bridge.h",
2928 "android/preferences/preferences_launcher.cc", 2930 "android/preferences/preferences_launcher.cc",
2929 "android/preferences/preferences_launcher.h", 2931 "android/preferences/preferences_launcher.h",
2930 "android/preferences/website_preference_bridge.cc", 2932 "android/preferences/website_preference_bridge.cc",
2931 "android/preferences/website_preference_bridge.h", 2933 "android/preferences/website_preference_bridge.h",
2932 "android/profiles/profile_downloader_android.cc", 2934 "android/profiles/profile_downloader_android.cc",
2933 "android/profiles/profile_downloader_android.h", 2935 "android/profiles/profile_downloader_android.h",
2934 "android/provider/blocking_ui_thread_async_request.cc", 2936 "android/provider/blocking_ui_thread_async_request.cc",
2935 "android/provider/blocking_ui_thread_async_request.h", 2937 "android/provider/blocking_ui_thread_async_request.h",
(...skipping 1752 matching lines...) Expand 10 before | Expand all | Expand 10 after
4688 "media/pepper_cdm_test_constants.cc", 4690 "media/pepper_cdm_test_constants.cc",
4689 "media/pepper_cdm_test_constants.h", 4691 "media/pepper_cdm_test_constants.h",
4690 ] 4692 ]
4691 } 4693 }
4692 } 4694 }
4693 4695
4694 service_manifest("preferences_forwarder_manifest") { 4696 service_manifest("preferences_forwarder_manifest") {
4695 name = "preferences_forwarder" 4697 name = "preferences_forwarder"
4696 source = "prefs/forwarder_manifest.json" 4698 source = "prefs/forwarder_manifest.json"
4697 } 4699 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/preferences/browser_prefs_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698