OLD | NEW |
---|---|
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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
6 import("//build/util/process_version.gni") | 6 import("//build/util/process_version.gni") |
7 import("//chrome/common/features.gni") | 7 import("//chrome/common/features.gni") |
8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. | 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. |
9 import("//mojo/public/tools/bindings/mojom.gni") | 9 import("//mojo/public/tools/bindings/mojom.gni") |
10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
202 "//crypto", | 202 "//crypto", |
203 "//extensions/common:common_constants", | 203 "//extensions/common:common_constants", |
204 "//gin", | 204 "//gin", |
205 "//google_apis", | 205 "//google_apis", |
206 "//gpu/command_buffer/service", | 206 "//gpu/command_buffer/service", |
207 "//gpu/config", | 207 "//gpu/config", |
208 "//ipc", | 208 "//ipc", |
209 "//media", | 209 "//media", |
210 "//mojo/public/cpp/bindings", | 210 "//mojo/public/cpp/bindings", |
211 "//net", | 211 "//net", |
212 "//sandbox/linux:sandbox_services", | |
Nico
2016/09/27 15:39:55
You're not including a generated header in a chrom
Greg K
2016/09/27 17:18:28
Done.
| |
212 "//skia", | 213 "//skia", |
213 "//third_party/icu", | 214 "//third_party/icu", |
214 "//third_party/kasko:kasko_features", | 215 "//third_party/kasko:kasko_features", |
215 "//third_party/re2", | 216 "//third_party/re2", |
216 "//third_party/widevine/cdm:version_h", | 217 "//third_party/widevine/cdm:version_h", |
217 "//third_party/zlib:zip", | 218 "//third_party/zlib:zip", |
218 "//ui/accessibility", | 219 "//ui/accessibility", |
219 "//ui/base", | 220 "//ui/base", |
220 "//ui/gfx/ipc", | 221 "//ui/gfx/ipc", |
221 "//ui/gfx/ipc/geometry", | 222 "//ui/gfx/ipc/geometry", |
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
654 "shell_handler_win.mojom", | 655 "shell_handler_win.mojom", |
655 ] | 656 ] |
656 | 657 |
657 public_deps = [ | 658 public_deps = [ |
658 "//skia/public/interfaces", | 659 "//skia/public/interfaces", |
659 "//url/mojo:url_mojom_gurl", | 660 "//url/mojo:url_mojom_gurl", |
660 ] | 661 ] |
661 | 662 |
662 use_new_wrapper_types = false | 663 use_new_wrapper_types = false |
663 } | 664 } |
OLD | NEW |