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

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

Issue 2812223003: Move shared constants to //components/chrome_cleaner (Closed)
Patch Set: Comment on #endif line 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 1428 matching lines...) Expand 10 before | Expand all | Expand 10 after
1439 "//components/autofill/content/browser", 1439 "//components/autofill/content/browser",
1440 "//components/autofill/core/browser", 1440 "//components/autofill/core/browser",
1441 "//components/bookmarks/browser", 1441 "//components/bookmarks/browser",
1442 "//components/bookmarks/managed", 1442 "//components/bookmarks/managed",
1443 "//components/browser_sync", 1443 "//components/browser_sync",
1444 "//components/browsing_data/content", 1444 "//components/browsing_data/content",
1445 "//components/browsing_data/core", 1445 "//components/browsing_data/core",
1446 "//components/captive_portal", 1446 "//components/captive_portal",
1447 "//components/certificate_reporting", 1447 "//components/certificate_reporting",
1448 "//components/certificate_transparency", 1448 "//components/certificate_transparency",
1449 "//components/chrome_cleaner/constants",
joenotcharles 2017/04/12 15:44:42 Should we make this public/contants to match publi
ftirelo 2017/04/12 19:40:41 Done.
1449 "//components/chrome_cleaner/public/interfaces", 1450 "//components/chrome_cleaner/public/interfaces",
1450 "//components/cloud_devices/common", 1451 "//components/cloud_devices/common",
1451 "//components/component_updater", 1452 "//components/component_updater",
1452 "//components/content_settings/core/browser", 1453 "//components/content_settings/core/browser",
1453 "//components/content_settings/core/common", 1454 "//components/content_settings/core/common",
1454 "//components/contextual_search:browser", 1455 "//components/contextual_search:browser",
1455 "//components/cookie_config", 1456 "//components/cookie_config",
1456 "//components/crx_file", 1457 "//components/crx_file",
1457 "//components/data_reduction_proxy/content/browser", 1458 "//components/data_reduction_proxy/content/browser",
1458 "//components/data_reduction_proxy/core/browser", 1459 "//components/data_reduction_proxy/core/browser",
(...skipping 3221 matching lines...) Expand 10 before | Expand all | Expand 10 after
4680 "media/pepper_cdm_test_constants.cc", 4681 "media/pepper_cdm_test_constants.cc",
4681 "media/pepper_cdm_test_constants.h", 4682 "media/pepper_cdm_test_constants.h",
4682 ] 4683 ]
4683 } 4684 }
4684 } 4685 }
4685 4686
4686 service_manifest("preferences_forwarder_manifest") { 4687 service_manifest("preferences_forwarder_manifest") {
4687 name = "preferences_forwarder" 4688 name = "preferences_forwarder"
4688 source = "prefs/forwarder_manifest.json" 4689 source = "prefs/forwarder_manifest.json"
4689 } 4690 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698