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

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

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: fix trybot error Created 4 years, 1 month 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 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 3133 matching lines...) Expand 10 before | Expand all | Expand 10 after
3144 "android/password_ui_view_android.cc", 3144 "android/password_ui_view_android.cc",
3145 "android/password_ui_view_android.h", 3145 "android/password_ui_view_android.h",
3146 "android/physical_web/physical_web_data_source_android.cc", 3146 "android/physical_web/physical_web_data_source_android.cc",
3147 "android/physical_web/physical_web_data_source_android.h", 3147 "android/physical_web/physical_web_data_source_android.h",
3148 "android/policy/policy_auditor.cc", 3148 "android/policy/policy_auditor.cc",
3149 "android/policy/policy_auditor.h", 3149 "android/policy/policy_auditor.h",
3150 "android/precache/precache_launcher.cc", 3150 "android/precache/precache_launcher.cc",
3151 "android/precache/precache_launcher.h", 3151 "android/precache/precache_launcher.h",
3152 "android/preferences/autofill/autofill_profile_bridge.cc", 3152 "android/preferences/autofill/autofill_profile_bridge.cc",
3153 "android/preferences/autofill/autofill_profile_bridge.h", 3153 "android/preferences/autofill/autofill_profile_bridge.h",
3154 "android/preferences/browser_prefs_android.cc",
3155 "android/preferences/browser_prefs_android.h",
3156 "android/preferences/command_line_pref_store_android.cc",
3157 "android/preferences/command_line_pref_store_android.h",
3154 "android/preferences/pref_service_bridge.cc", 3158 "android/preferences/pref_service_bridge.cc",
3155 "android/preferences/pref_service_bridge.h", 3159 "android/preferences/pref_service_bridge.h",
3156 "android/preferences/website_preference_bridge.cc", 3160 "android/preferences/website_preference_bridge.cc",
3157 "android/preferences/website_preference_bridge.h", 3161 "android/preferences/website_preference_bridge.h",
3158 "android/profiles/profile_downloader_android.cc", 3162 "android/profiles/profile_downloader_android.cc",
3159 "android/profiles/profile_downloader_android.h", 3163 "android/profiles/profile_downloader_android.h",
3160 "android/provider/blocking_ui_thread_async_request.cc", 3164 "android/provider/blocking_ui_thread_async_request.cc",
3161 "android/provider/blocking_ui_thread_async_request.h", 3165 "android/provider/blocking_ui_thread_async_request.h",
3162 "android/provider/bookmark_model_observer_task.cc", 3166 "android/provider/bookmark_model_observer_task.cc",
3163 "android/provider/bookmark_model_observer_task.h", 3167 "android/provider/bookmark_model_observer_task.h",
(...skipping 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after
4327 # linking all of the test support. 4331 # linking all of the test support.
4328 static_library("pepper_cdm_test_constants") { 4332 static_library("pepper_cdm_test_constants") {
4329 testonly = true 4333 testonly = true
4330 visibility = [ "//chrome/*" ] 4334 visibility = [ "//chrome/*" ]
4331 sources = [ 4335 sources = [
4332 "media/pepper_cdm_test_constants.cc", 4336 "media/pepper_cdm_test_constants.cc",
4333 "media/pepper_cdm_test_constants.h", 4337 "media/pepper_cdm_test_constants.h",
4334 ] 4338 ]
4335 } 4339 }
4336 } 4340 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698