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

Side by Side Diff: components/omnibox/browser/BUILD.gn

Issue 2641003002: Show scheme in black and content in gray for data: protocol urls (Closed)
Patch Set: Move misplaced #include to mm files Created 3 years, 9 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("//third_party/protobuf/proto_library.gni") 5 import("//third_party/protobuf/proto_library.gni")
6 import("//ui/vector_icons/vector_icons.gni") 6 import("//ui/vector_icons/vector_icons.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "//components/query_parser", 150 "//components/query_parser",
151 "//components/resources", 151 "//components/resources",
152 "//components/search", 152 "//components/search",
153 "//components/search_engines", 153 "//components/search_engines",
154 "//components/sessions", 154 "//components/sessions",
155 "//components/strings", 155 "//components/strings",
156 "//components/toolbar", 156 "//components/toolbar",
157 "//components/url_formatter", 157 "//components/url_formatter",
158 "//components/variations", 158 "//components/variations",
159 "//components/variations/net", 159 "//components/variations/net",
160 "//extensions/common:common_constants",
160 "//net", 161 "//net",
161 "//skia", 162 "//skia",
162 "//sql", 163 "//sql",
163 "//third_party/protobuf:protobuf_lite", 164 "//third_party/protobuf:protobuf_lite",
164 "//ui/base", 165 "//ui/base",
165 "//ui/gfx", 166 "//ui/gfx",
166 "//url", 167 "//url",
167 ] 168 ]
168 169
169 if (!is_android && !is_ios) { 170 if (!is_android && !is_ios) {
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "//components/variations", 300 "//components/variations",
300 "//net:test_support", 301 "//net:test_support",
301 "//sql", 302 "//sql",
302 "//sql:test_support", 303 "//sql:test_support",
303 "//testing/gmock", 304 "//testing/gmock",
304 "//testing/gtest", 305 "//testing/gtest",
305 "//ui/base:base", 306 "//ui/base:base",
306 "//url", 307 "//url",
307 ] 308 ]
308 } 309 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/omnibox/omnibox_view_views_unittest.cc ('k') | components/omnibox/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698