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

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

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: blimp_main.cc, nits and sync to head 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 3137 matching lines...) Expand 10 before | Expand all | Expand 10 after
3148 "android/password_ui_view_android.cc", 3148 "android/password_ui_view_android.cc",
3149 "android/password_ui_view_android.h", 3149 "android/password_ui_view_android.h",
3150 "android/physical_web/physical_web_data_source_android.cc", 3150 "android/physical_web/physical_web_data_source_android.cc",
3151 "android/physical_web/physical_web_data_source_android.h", 3151 "android/physical_web/physical_web_data_source_android.h",
3152 "android/policy/policy_auditor.cc", 3152 "android/policy/policy_auditor.cc",
3153 "android/policy/policy_auditor.h", 3153 "android/policy/policy_auditor.h",
3154 "android/precache/precache_launcher.cc", 3154 "android/precache/precache_launcher.cc",
3155 "android/precache/precache_launcher.h", 3155 "android/precache/precache_launcher.h",
3156 "android/preferences/autofill/autofill_profile_bridge.cc", 3156 "android/preferences/autofill/autofill_profile_bridge.cc",
3157 "android/preferences/autofill/autofill_profile_bridge.h", 3157 "android/preferences/autofill/autofill_profile_bridge.h",
3158 "android/preferences/browser_prefs_android.cc",
3159 "android/preferences/browser_prefs_android.h",
3160 "android/preferences/command_line_pref_store_android.cc",
3161 "android/preferences/command_line_pref_store_android.h",
3158 "android/preferences/pref_service_bridge.cc", 3162 "android/preferences/pref_service_bridge.cc",
3159 "android/preferences/pref_service_bridge.h", 3163 "android/preferences/pref_service_bridge.h",
3160 "android/preferences/website_preference_bridge.cc", 3164 "android/preferences/website_preference_bridge.cc",
3161 "android/preferences/website_preference_bridge.h", 3165 "android/preferences/website_preference_bridge.h",
3162 "android/profiles/profile_downloader_android.cc", 3166 "android/profiles/profile_downloader_android.cc",
3163 "android/profiles/profile_downloader_android.h", 3167 "android/profiles/profile_downloader_android.h",
3164 "android/provider/blocking_ui_thread_async_request.cc", 3168 "android/provider/blocking_ui_thread_async_request.cc",
3165 "android/provider/blocking_ui_thread_async_request.h", 3169 "android/provider/blocking_ui_thread_async_request.h",
3166 "android/provider/bookmark_model_observer_task.cc", 3170 "android/provider/bookmark_model_observer_task.cc",
3167 "android/provider/bookmark_model_observer_task.h", 3171 "android/provider/bookmark_model_observer_task.h",
(...skipping 1169 matching lines...) Expand 10 before | Expand all | Expand 10 after
4337 # linking all of the test support. 4341 # linking all of the test support.
4338 static_library("pepper_cdm_test_constants") { 4342 static_library("pepper_cdm_test_constants") {
4339 testonly = true 4343 testonly = true
4340 visibility = [ "//chrome/*" ] 4344 visibility = [ "//chrome/*" ]
4341 sources = [ 4345 sources = [
4342 "media/pepper_cdm_test_constants.cc", 4346 "media/pepper_cdm_test_constants.cc",
4343 "media/pepper_cdm_test_constants.h", 4347 "media/pepper_cdm_test_constants.h",
4344 ] 4348 ]
4345 } 4349 }
4346 } 4350 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698