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

Unified Diff: mandoline/ui/common/BUILD.gn

Issue 1308973005: html_viewer/web_view: An app for running layout-tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix-win-build Created 5 years, 3 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
Index: mandoline/ui/common/BUILD.gn
diff --git a/components/omnibox/common/BUILD.gn b/mandoline/ui/common/BUILD.gn
similarity index 69%
copy from components/omnibox/common/BUILD.gn
copy to mandoline/ui/common/BUILD.gn
index 3e0af71eee45a9ae5c97e565c4f2bf2149a1ae97..e5c4f0cc584733718033a518627db0c6a0e6306e 100644
--- a/components/omnibox/common/BUILD.gn
+++ b/mandoline/ui/common/BUILD.gn
@@ -2,8 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("common") {
+component("common") {
sources = [
- "omnibox_focus_state.h",
+ "mandoline_switches.cc",
+ "mandoline_switches.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698