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

Unified Diff: components/BUILD.gn

Issue 1181703008: Removed webui_generator and new OOBE UI placeholder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed empty line. Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/url_constants.cc ('k') | components/components.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index aa91a6d074f1d96a9a17d9b096fed82576638fd7..39a678418bf931ae0f745b81f2debf39541e2f17 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -122,7 +122,6 @@ group("all_components") {
"//components/web_resource",
"//components/webcrypto",
"//components/webdata/common",
- "//components/webui_generator",
"//components/wifi",
"//components/wifi_sync",
]
@@ -156,7 +155,6 @@ group("all_components") {
deps -= [
"//components/history/content/browser",
"//components/keyed_service/content",
- "//components/webui_generator",
]
}
@@ -397,9 +395,7 @@ test("components_browsertests") {
data_deps = [ ":components_tests_pak" ]
if (is_android) {
- sources += [
- "test/android/browsertests_apk/components_browser_tests_jni_onload.cc",
- ]
+ sources += [ "test/android/browsertests_apk/components_browser_tests_jni_onload.cc" ]
sources -= [ "autofill/content/browser/risk/fingerprint_browsertest.cc" ]
deps += [ "//testing/android/native_test:native_test_support" ]
use_launcher = false
« no previous file with comments | « chrome/common/url_constants.cc ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698