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

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

Issue 2290753004: Finish changing chrome/ grit includes to use qualified paths. (Closed)
Patch Set: Rebase, fix new unqualified include Created 4 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 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 8
9 assert(enable_extensions) 9 assert(enable_extensions)
10 10
(...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 public_deps = [ 817 public_deps = [
818 "//chrome/common/extensions/api", 818 "//chrome/common/extensions/api",
819 "//content/public/browser", 819 "//content/public/browser",
820 ] 820 ]
821 deps = [ 821 deps = [
822 "//chrome:extra_resources", 822 "//chrome:extra_resources",
823 "//chrome:resources", 823 "//chrome:resources",
824 "//chrome:strings", 824 "//chrome:strings",
825 "//chrome/app:command_ids", 825 "//chrome/app:command_ids",
826 "//chrome/app/resources:platform_locale_settings", 826 "//chrome/app/resources:platform_locale_settings",
827 "//chrome/app/theme:chrome_unscaled_resources",
827 "//chrome/app/theme:theme_resources", 828 "//chrome/app/theme:theme_resources",
828 "//chrome/browser/devtools", 829 "//chrome/browser/devtools",
829 "//chrome/browser/media/router", 830 "//chrome/browser/media/router",
830 "//chrome/common", 831 "//chrome/common",
831 "//chrome/common/extensions/api:api_registration", 832 "//chrome/common/extensions/api:api_registration",
832 "//chrome/common/extensions/api:extensions_features", 833 "//chrome/common/extensions/api:extensions_features",
833 "//chrome/common/safe_browsing:proto", 834 "//chrome/common/safe_browsing:proto",
834 "//chrome/installer/util:with_no_strings", 835 "//chrome/installer/util:with_no_strings",
835 "//components/app_modal", 836 "//components/app_modal",
836 "//components/autofill/content/browser", 837 "//components/autofill/content/browser",
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 "api/braille_display_private/brlapi_connection.cc", 1172 "api/braille_display_private/brlapi_connection.cc",
1172 "api/braille_display_private/brlapi_connection.h", 1173 "api/braille_display_private/brlapi_connection.h",
1173 "api/braille_display_private/brlapi_keycode_map.cc", 1174 "api/braille_display_private/brlapi_keycode_map.cc",
1174 "api/braille_display_private/brlapi_keycode_map.h", 1175 "api/braille_display_private/brlapi_keycode_map.h",
1175 ] 1176 ]
1176 deps += [ "//build/linux/libbrlapi" ] 1177 deps += [ "//build/linux/libbrlapi" ]
1177 } else { 1178 } else {
1178 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1179 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1179 } 1180 }
1180 } 1181 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/status/data_promo_notification.cc ('k') | chrome/browser/extensions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698