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

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

Issue 2452943003: Fix a bunch of generated file build flakes in //extensions (Closed)
Patch Set: get_path_info in schema.gni 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
« no previous file with comments | « no previous file | extensions/BUILD.gn » ('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/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 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 "//components/user_prefs", 877 "//components/user_prefs",
878 "//components/web_modal", 878 "//components/web_modal",
879 "//components/zoom", 879 "//components/zoom",
880 "//content/app/resources", 880 "//content/app/resources",
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/browser/api:api_registration",
887 "//extensions/common/api", 888 "//extensions/common/api",
888 "//extensions/common/api:api_registration",
889 "//extensions/strings", 889 "//extensions/strings",
890 "//net", 890 "//net",
891 "//skia", 891 "//skia",
892 "//sql", 892 "//sql",
893 "//storage/browser", 893 "//storage/browser",
894 "//storage/common", 894 "//storage/common",
895 "//third_party/WebKit/public:image_resources", 895 "//third_party/WebKit/public:image_resources",
896 "//third_party/WebKit/public:resources", 896 "//third_party/WebKit/public:resources",
897 "//third_party/cacheinvalidation", 897 "//third_party/cacheinvalidation",
898 "//third_party/icu", 898 "//third_party/icu",
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 "api/braille_display_private/brlapi_connection.cc", 1167 "api/braille_display_private/brlapi_connection.cc",
1168 "api/braille_display_private/brlapi_connection.h", 1168 "api/braille_display_private/brlapi_connection.h",
1169 "api/braille_display_private/brlapi_keycode_map.cc", 1169 "api/braille_display_private/brlapi_keycode_map.cc",
1170 "api/braille_display_private/brlapi_keycode_map.h", 1170 "api/braille_display_private/brlapi_keycode_map.h",
1171 ] 1171 ]
1172 deps += [ "//build/linux/libbrlapi" ] 1172 deps += [ "//build/linux/libbrlapi" ]
1173 } else { 1173 } else {
1174 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1174 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1175 } 1175 }
1176 } 1176 }
OLDNEW
« no previous file with comments | « no previous file | extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698