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

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

Issue 415973005: Move omnibox icons to components (2/2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix GN Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/autocomplete/autocomplete_match.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//native_client/build/config/nacl_defines.gni") 8 import("//native_client/build/config/nacl_defines.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 deps += [ 138 deps += [
139 "//cc", 139 "//cc",
140 "//chrome/browser/extensions", 140 "//chrome/browser/extensions",
141 "//chrome/browser/performance_monitor", 141 "//chrome/browser/performance_monitor",
142 "//chrome/browser/sync_file_system:sync_file_system_proto", 142 "//chrome/browser/sync_file_system:sync_file_system_proto",
143 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto", 143 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto",
144 "//chrome/common/extensions/api:api", 144 "//chrome/common/extensions/api:api",
145 "//components/autofill/content/browser", 145 "//components/autofill/content/browser",
146 "//components/dom_distiller/content", 146 "//components/dom_distiller/content",
147 "//components/keyed_service/content", 147 "//components/keyed_service/content",
148 "//components/resources",
148 "//components/storage_monitor", 149 "//components/storage_monitor",
149 "//components/translate/content/browser", 150 "//components/translate/content/browser",
150 "//components/url_matcher", 151 "//components/url_matcher",
151 "//components/usb_service", 152 "//components/usb_service",
152 "//components/visitedlink/browser", 153 "//components/visitedlink/browser",
153 "//components/visitedlink/common", 154 "//components/visitedlink/common",
154 "//components/web_modal", 155 "//components/web_modal",
155 "//mojo/environment:chromium", 156 "//mojo/environment:chromium",
156 "//mojo/public/cpp/bindings", 157 "//mojo/public/cpp/bindings",
157 "//mojo/public/js/bindings", 158 "//mojo/public/js/bindings",
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 # TODO(GYP) write internal action 657 # TODO(GYP) write internal action
657 if (false) { #if (is_chrome_branded) { 658 if (false) { #if (is_chrome_branded) {
658 action("chrome_internal_resources_gen") { 659 action("chrome_internal_resources_gen") {
659 # TODO(GYP) 660 # TODO(GYP)
660 } 661 }
661 } else { 662 } else {
662 group("chrome_internal_resources_gen") { 663 group("chrome_internal_resources_gen") {
663 # Empty placeholder. 664 # Empty placeholder.
664 } 665 }
665 } 666 }
OLDNEW
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/autocomplete/autocomplete_match.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698