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

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

Issue 2782803002: Move tracked prefs into services/preferences/tracked. (Closed)
Patch Set: rebase Created 3 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
« no previous file with comments | « no previous file | chrome/browser/prefs/DEPS » ('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 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after
1545 "//components/translate/content/browser", 1545 "//components/translate/content/browser",
1546 "//components/translate/core/browser", 1546 "//components/translate/core/browser",
1547 "//components/translate/core/common", 1547 "//components/translate/core/common",
1548 "//components/ukm:observers", 1548 "//components/ukm:observers",
1549 "//components/undo", 1549 "//components/undo",
1550 "//components/update_client", 1550 "//components/update_client",
1551 "//components/upload_list", 1551 "//components/upload_list",
1552 "//components/url_formatter", 1552 "//components/url_formatter",
1553 "//components/url_matcher", 1553 "//components/url_matcher",
1554 "//components/user_prefs", 1554 "//components/user_prefs",
1555 "//components/user_prefs/tracked:user_prefs_tracked",
1556 "//components/variations", 1555 "//components/variations",
1557 "//components/variations/field_trial_config", 1556 "//components/variations/field_trial_config",
1558 "//components/variations/net", 1557 "//components/variations/net",
1559 "//components/variations/service", 1558 "//components/variations/service",
1560 "//components/visitedlink/browser", 1559 "//components/visitedlink/browser",
1561 "//components/visitedlink/common", 1560 "//components/visitedlink/common",
1562 "//components/web_cache/browser", 1561 "//components/web_cache/browser",
1563 "//components/web_resource", 1562 "//components/web_resource",
1564 "//components/webdata/common", 1563 "//components/webdata/common",
1565 "//components/webdata_services", 1564 "//components/webdata_services",
(...skipping 25 matching lines...) Expand all
1591 "//mojo/public/cpp/bindings", 1590 "//mojo/public/cpp/bindings",
1592 "//mojo/public/js", 1591 "//mojo/public/js",
1593 "//net:extras", 1592 "//net:extras",
1594 "//ppapi/features", 1593 "//ppapi/features",
1595 "//printing/features", 1594 "//printing/features",
1596 "//rlz/features", 1595 "//rlz/features",
1597 "//services/data_decoder/public/cpp", 1596 "//services/data_decoder/public/cpp",
1598 "//services/identity:lib", 1597 "//services/identity:lib",
1599 "//services/preferences/public/cpp", 1598 "//services/preferences/public/cpp",
1600 "//services/preferences/public/cpp:service_main", 1599 "//services/preferences/public/cpp:service_main",
1600 "//services/preferences/public/cpp/tracked",
1601 "//services/preferences/public/interfaces", 1601 "//services/preferences/public/interfaces",
1602 "//services/preferences/tracked",
1602 "//services/service_manager/public/cpp", 1603 "//services/service_manager/public/cpp",
1603 "//services/shape_detection/public/interfaces", 1604 "//services/shape_detection/public/interfaces",
1604 "//skia", 1605 "//skia",
1605 "//sql", 1606 "//sql",
1606 "//storage/browser", 1607 "//storage/browser",
1607 "//storage/common", 1608 "//storage/common",
1608 "//third_party/WebKit/public:features", 1609 "//third_party/WebKit/public:features",
1609 "//third_party/WebKit/public:image_resources", 1610 "//third_party/WebKit/public:image_resources",
1610 "//third_party/WebKit/public:resources", 1611 "//third_party/WebKit/public:resources",
1611 "//third_party/cacheinvalidation", 1612 "//third_party/cacheinvalidation",
(...skipping 2787 matching lines...) Expand 10 before | Expand all | Expand 10 after
4399 "//components/password_manager/core/browser:test_support", 4400 "//components/password_manager/core/browser:test_support",
4400 "//components/policy/core/browser:test_support", 4401 "//components/policy/core/browser:test_support",
4401 "//components/prefs:test_support", 4402 "//components/prefs:test_support",
4402 "//components/safe_browsing:csd_proto", 4403 "//components/safe_browsing:csd_proto",
4403 "//components/search_engines:test_support", 4404 "//components/search_engines:test_support",
4404 "//components/sessions:test_support", 4405 "//components/sessions:test_support",
4405 "//components/subresource_filter/core/browser:test_support", 4406 "//components/subresource_filter/core/browser:test_support",
4406 "//components/subresource_filter/core/common:test_support", 4407 "//components/subresource_filter/core/common:test_support",
4407 "//components/sync_preferences:test_support", 4408 "//components/sync_preferences:test_support",
4408 "//components/ukm:test_support", 4409 "//components/ukm:test_support",
4409 "//components/user_prefs/tracked:user_prefs_tracked_test_support",
4410 "//content/test:test_support", 4410 "//content/test:test_support",
4411 "//google_apis:test_support", 4411 "//google_apis:test_support",
4412 "//net:test_support", 4412 "//net:test_support",
4413 "//services/preferences/public/cpp/tracked:test_support",
4413 "//skia", 4414 "//skia",
4414 "//testing/gmock", 4415 "//testing/gmock",
4415 "//testing/gtest", 4416 "//testing/gtest",
4416 "//ui/gfx", 4417 "//ui/gfx",
4417 ] 4418 ]
4418 4419
4419 if (!is_android) { 4420 if (!is_android) {
4420 sources += [ 4421 sources += [
4421 "chooser_controller/mock_chooser_controller.cc", 4422 "chooser_controller/mock_chooser_controller.cc",
4422 "chooser_controller/mock_chooser_controller.h", 4423 "chooser_controller/mock_chooser_controller.h",
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
4622 "media/pepper_cdm_test_constants.cc", 4623 "media/pepper_cdm_test_constants.cc",
4623 "media/pepper_cdm_test_constants.h", 4624 "media/pepper_cdm_test_constants.h",
4624 ] 4625 ]
4625 } 4626 }
4626 } 4627 }
4627 4628
4628 service_manifest("preferences_forwarder_manifest") { 4629 service_manifest("preferences_forwarder_manifest") {
4629 name = "preferences_forwarder" 4630 name = "preferences_forwarder"
4630 source = "prefs/forwarder_manifest.json" 4631 source = "prefs/forwarder_manifest.json"
4631 } 4632 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/prefs/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698