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

Side by Side Diff: extensions/shell/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 | « extensions/renderer/BUILD.gn ('k') | no next file » | 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("//build/util/process_version.gni") 7 import("//build/util/process_version.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 24 matching lines...) Expand all
35 "//components/update_client", 35 "//components/update_client",
36 "//components/user_prefs", 36 "//components/user_prefs",
37 "//components/web_cache/renderer", 37 "//components/web_cache/renderer",
38 "//content", 38 "//content",
39 "//content/shell:content_shell_lib", 39 "//content/shell:content_shell_lib",
40 "//device/base", 40 "//device/base",
41 "//device/hid", 41 "//device/hid",
42 "//extensions:extensions_resources", 42 "//extensions:extensions_resources",
43 "//extensions:shell_and_test_pak", 43 "//extensions:shell_and_test_pak",
44 "//extensions/browser", 44 "//extensions/browser",
45 "//extensions/browser/api:api_registration",
45 "//extensions/browser/kiosk", 46 "//extensions/browser/kiosk",
46 "//extensions/common", 47 "//extensions/common",
47 "//extensions/common/api", 48 "//extensions/common/api",
48 "//extensions/common/api:api_registration",
49 "//extensions/renderer", 49 "//extensions/renderer",
50 "//extensions/shell/common/api", 50 "//extensions/shell/common/api",
51 "//extensions/shell/common/api:api_registration", 51 "//extensions/shell/common/api:api_registration",
52 "//extensions/shell/common/api:extensions_features", 52 "//extensions/shell/common/api:extensions_features",
53 "//extensions/utility", 53 "//extensions/utility",
54 "//skia", 54 "//skia",
55 "//third_party/WebKit/public:blink", 55 "//third_party/WebKit/public:blink",
56 "//third_party/cld", 56 "//third_party/cld",
57 "//ui/base", 57 "//ui/base",
58 "//ui/base/ime", 58 "//ui/base/ime",
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "//extensions/browser", 346 "//extensions/browser",
347 ] 347 ]
348 348
349 if (is_chromeos) { 349 if (is_chromeos) {
350 deps += [ 350 deps += [
351 "//chromeos:test_support", 351 "//chromeos:test_support",
352 "//components/keyed_service/content", 352 "//components/keyed_service/content",
353 ] 353 ]
354 } 354 }
355 } 355 }
OLDNEW
« no previous file with comments | « extensions/renderer/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698