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

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

Issue 2458833005: Move printing defines to buildflag system. (Closed)
Patch Set: Merge Created 4 years, 1 month 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 870 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 "//content/public/common", 881 "//content/public/common",
882 "//crypto", 882 "//crypto",
883 "//device/bluetooth", 883 "//device/bluetooth",
884 "//device/hid", 884 "//device/hid",
885 "//extensions:extensions_resources", 885 "//extensions:extensions_resources",
886 "//extensions/browser", 886 "//extensions/browser",
887 "//extensions/common/api", 887 "//extensions/common/api",
888 "//extensions/common/api:api_registration", 888 "//extensions/common/api:api_registration",
889 "//extensions/strings", 889 "//extensions/strings",
890 "//net", 890 "//net",
891 "//printing/features",
891 "//skia", 892 "//skia",
892 "//sql", 893 "//sql",
893 "//storage/browser", 894 "//storage/browser",
894 "//storage/common", 895 "//storage/common",
895 "//third_party/WebKit/public:image_resources", 896 "//third_party/WebKit/public:image_resources",
896 "//third_party/WebKit/public:resources", 897 "//third_party/WebKit/public:resources",
897 "//third_party/cacheinvalidation", 898 "//third_party/cacheinvalidation",
898 "//third_party/icu", 899 "//third_party/icu",
899 "//third_party/leveldatabase", 900 "//third_party/leveldatabase",
900 "//third_party/libaddressinput:util", 901 "//third_party/libaddressinput:util",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1177 "api/braille_display_private/brlapi_connection.cc", 1178 "api/braille_display_private/brlapi_connection.cc",
1178 "api/braille_display_private/brlapi_connection.h", 1179 "api/braille_display_private/brlapi_connection.h",
1179 "api/braille_display_private/brlapi_keycode_map.cc", 1180 "api/braille_display_private/brlapi_keycode_map.cc",
1180 "api/braille_display_private/brlapi_keycode_map.h", 1181 "api/braille_display_private/brlapi_keycode_map.h",
1181 ] 1182 ]
1182 deps += [ "//build/linux/libbrlapi" ] 1183 deps += [ "//build/linux/libbrlapi" ]
1183 } else { 1184 } else {
1184 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1185 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1185 } 1186 }
1186 } 1187 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/BUILD.gn ('k') | chrome/browser/extensions/api/chrome_extensions_api_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698