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

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

Issue 2459823002: [Sync] Rename syncable_prefs to sync_preferences. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/apps/drive/drive_app_mapping_unittest.cc » ('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 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after
1381 "//components/startup_metric_utils/browser:host", 1381 "//components/startup_metric_utils/browser:host",
1382 "//components/startup_metric_utils/browser:lib", 1382 "//components/startup_metric_utils/browser:lib",
1383 "//components/storage_monitor", 1383 "//components/storage_monitor",
1384 "//components/strings", 1384 "//components/strings",
1385 "//components/subresource_filter/content/browser", 1385 "//components/subresource_filter/content/browser",
1386 "//components/subresource_filter/core/browser", 1386 "//components/subresource_filter/core/browser",
1387 "//components/suggestions", 1387 "//components/suggestions",
1388 "//components/supervised_user_error_page", 1388 "//components/supervised_user_error_page",
1389 "//components/sync", 1389 "//components/sync",
1390 "//components/sync_bookmarks", 1390 "//components/sync_bookmarks",
1391 "//components/sync_preferences",
1391 "//components/sync_sessions", 1392 "//components/sync_sessions",
1392 "//components/syncable_prefs",
1393 "//components/task_scheduler_util", 1393 "//components/task_scheduler_util",
1394 "//components/tracing:startup_tracing", 1394 "//components/tracing:startup_tracing",
1395 "//components/translate/content/browser", 1395 "//components/translate/content/browser",
1396 "//components/translate/core/browser", 1396 "//components/translate/core/browser",
1397 "//components/translate/core/common", 1397 "//components/translate/core/common",
1398 "//components/undo", 1398 "//components/undo",
1399 "//components/update_client", 1399 "//components/update_client",
1400 "//components/upload_list", 1400 "//components/upload_list",
1401 "//components/url_formatter", 1401 "//components/url_formatter",
1402 "//components/url_matcher", 1402 "//components/url_matcher",
(...skipping 2742 matching lines...) Expand 10 before | Expand all | Expand 10 after
4145 "//chrome/common/safe_browsing:proto", 4145 "//chrome/common/safe_browsing:proto",
4146 "//components/browser_sync:test_support", 4146 "//components/browser_sync:test_support",
4147 "//components/invalidation/impl", 4147 "//components/invalidation/impl",
4148 "//components/invalidation/impl:test_support", 4148 "//components/invalidation/impl:test_support",
4149 "//components/password_manager/core/browser:test_support", 4149 "//components/password_manager/core/browser:test_support",
4150 "//components/prefs:test_support", 4150 "//components/prefs:test_support",
4151 "//components/search_engines:test_support", 4151 "//components/search_engines:test_support",
4152 "//components/sessions:test_support", 4152 "//components/sessions:test_support",
4153 "//components/subresource_filter/core/browser:test_support", 4153 "//components/subresource_filter/core/browser:test_support",
4154 "//components/subresource_filter/core/common:test_support", 4154 "//components/subresource_filter/core/common:test_support",
4155 "//components/syncable_prefs:test_support", 4155 "//components/sync_preferences:test_support",
4156 "//components/user_prefs/tracked:user_prefs_tracked_test_support", 4156 "//components/user_prefs/tracked:user_prefs_tracked_test_support",
4157 "//content/test:test_support", 4157 "//content/test:test_support",
4158 "//google_apis:test_support", 4158 "//google_apis:test_support",
4159 "//net:test_support", 4159 "//net:test_support",
4160 "//skia", 4160 "//skia",
4161 "//testing/gmock", 4161 "//testing/gmock",
4162 "//testing/gtest", 4162 "//testing/gtest",
4163 "//ui/gfx", 4163 "//ui/gfx",
4164 ] 4164 ]
4165 4165
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
4359 # linking all of the test support. 4359 # linking all of the test support.
4360 static_library("pepper_cdm_test_constants") { 4360 static_library("pepper_cdm_test_constants") {
4361 testonly = true 4361 testonly = true
4362 visibility = [ "//chrome/*" ] 4362 visibility = [ "//chrome/*" ]
4363 sources = [ 4363 sources = [
4364 "media/pepper_cdm_test_constants.cc", 4364 "media/pepper_cdm_test_constants.cc",
4365 "media/pepper_cdm_test_constants.h", 4365 "media/pepper_cdm_test_constants.h",
4366 ] 4366 ]
4367 } 4367 }
4368 } 4368 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/apps/drive/drive_app_mapping_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698