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

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

Issue 2452943003: Fix a bunch of generated file build flakes in //extensions (Closed)
Patch Set: 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 source_set("api") { 5 source_set("api") {
6 sources = [ 6 sources = [
7 "api_resource.cc", 7 "api_resource.cc",
8 "api_resource.h", 8 "api_resource.h",
9 "api_resource_manager.h", 9 "api_resource_manager.h",
10 "async_api_function.cc", 10 "async_api_function.cc",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "//extensions/browser/api/system_storage", 68 "//extensions/browser/api/system_storage",
69 "//extensions/browser/api/test", 69 "//extensions/browser/api/test",
70 "//extensions/browser/api/usb", 70 "//extensions/browser/api/usb",
71 "//extensions/browser/api/virtual_keyboard_private", 71 "//extensions/browser/api/virtual_keyboard_private",
72 "//extensions/browser/api/web_request", 72 "//extensions/browser/api/web_request",
73 ] 73 ]
74 74
75 deps = [ 75 deps = [
76 "//base:i18n", 76 "//base:i18n",
77 "//content/public/browser", 77 "//content/public/browser",
78 "//extensions/strings",
78 ] 79 ]
79 80
80 if (is_chromeos) { 81 if (is_chromeos) {
81 public_deps += [ 82 public_deps += [
82 "//extensions/browser/api/diagnostics", 83 "//extensions/browser/api/diagnostics",
83 "//extensions/browser/api/networking_config", 84 "//extensions/browser/api/networking_config",
84 "//extensions/browser/api/vpn_provider", 85 "//extensions/browser/api/vpn_provider",
85 "//extensions/browser/api/webcam_private", 86 "//extensions/browser/api/webcam_private",
86 ] 87 ]
87 } 88 }
88 } 89 }
OLDNEW
« no previous file with comments | « no previous file | extensions/browser/api/bluetooth_low_energy/BUILD.gn » ('j') | extensions/browser/app_window/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698