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

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

Issue 2812223003: Move shared constants to //components/chrome_cleaner (Closed)
Patch Set: Code review 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
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 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after
1442 "//components/autofill/content/browser", 1442 "//components/autofill/content/browser",
1443 "//components/autofill/core/browser", 1443 "//components/autofill/core/browser",
1444 "//components/bookmarks/browser", 1444 "//components/bookmarks/browser",
1445 "//components/bookmarks/managed", 1445 "//components/bookmarks/managed",
1446 "//components/browser_sync", 1446 "//components/browser_sync",
1447 "//components/browsing_data/content", 1447 "//components/browsing_data/content",
1448 "//components/browsing_data/core", 1448 "//components/browsing_data/core",
1449 "//components/captive_portal", 1449 "//components/captive_portal",
1450 "//components/certificate_reporting", 1450 "//components/certificate_reporting",
1451 "//components/certificate_transparency", 1451 "//components/certificate_transparency",
1452 "//components/chrome_cleaner/public/constants",
1452 "//components/chrome_cleaner/public/interfaces", 1453 "//components/chrome_cleaner/public/interfaces",
1453 "//components/cloud_devices/common", 1454 "//components/cloud_devices/common",
1454 "//components/component_updater", 1455 "//components/component_updater",
1455 "//components/content_settings/core/browser", 1456 "//components/content_settings/core/browser",
1456 "//components/content_settings/core/common", 1457 "//components/content_settings/core/common",
1457 "//components/contextual_search:browser", 1458 "//components/contextual_search:browser",
1458 "//components/cookie_config", 1459 "//components/cookie_config",
1459 "//components/crx_file", 1460 "//components/crx_file",
1460 "//components/data_reduction_proxy/content/browser", 1461 "//components/data_reduction_proxy/content/browser",
1461 "//components/data_reduction_proxy/core/browser", 1462 "//components/data_reduction_proxy/core/browser",
(...skipping 3221 matching lines...) Expand 10 before | Expand all | Expand 10 after
4683 "media/pepper_cdm_test_constants.cc", 4684 "media/pepper_cdm_test_constants.cc",
4684 "media/pepper_cdm_test_constants.h", 4685 "media/pepper_cdm_test_constants.h",
4685 ] 4686 ]
4686 } 4687 }
4687 } 4688 }
4688 4689
4689 service_manifest("preferences_forwarder_manifest") { 4690 service_manifest("preferences_forwarder_manifest") {
4690 name = "preferences_forwarder" 4691 name = "preferences_forwarder"
4691 source = "prefs/forwarder_manifest.json" 4692 source = "prefs/forwarder_manifest.json"
4692 } 4693 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698