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

Side by Side Diff: chrome/common/BUILD.gn

Issue 2621143007: Make small sub-target of gin that can be used in browser without v8 dep (Closed)
Patch Set: #include Created 3 years, 11 months 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 | « chrome/browser/chrome_content_browser_client.cc ('k') | content/app/content_main_runner.cc » ('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/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("//extensions/features/features.gni") 9 import("//extensions/features/features.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "//components/translate/content/common", 204 "//components/translate/content/common",
205 "//components/translate/core/common", 205 "//components/translate/core/common",
206 "//components/url_formatter", 206 "//components/url_formatter",
207 "//components/variations", 207 "//components/variations",
208 "//components/version_info", 208 "//components/version_info",
209 "//components/visitedlink/common", 209 "//components/visitedlink/common",
210 "//content/public/common", 210 "//content/public/common",
211 "//crypto", 211 "//crypto",
212 "//extensions/common:common_constants", 212 "//extensions/common:common_constants",
213 "//extensions/features", 213 "//extensions/features",
214 "//gin",
215 "//google_apis", 214 "//google_apis",
216 "//gpu/command_buffer/service", 215 "//gpu/command_buffer/service",
217 "//gpu/config", 216 "//gpu/config",
218 "//ipc", 217 "//ipc",
219 "//media", 218 "//media",
220 "//mojo/edk/system", 219 "//mojo/edk/system",
221 "//mojo/public/cpp/bindings", 220 "//mojo/public/cpp/bindings",
222 "//net", 221 "//net",
223 "//pdf:features", 222 "//pdf:features",
224 "//ppapi/features", 223 "//ppapi/features",
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 mojom("instant_mojom") { 691 mojom("instant_mojom") {
693 sources = [ 692 sources = [
694 "instant.mojom", 693 "instant.mojom",
695 ] 694 ]
696 695
697 public_deps = [ 696 public_deps = [
698 "//mojo/common:common_custom_types", 697 "//mojo/common:common_custom_types",
699 "//url/mojo:url_mojom_gurl", 698 "//url/mojo:url_mojom_gurl",
700 ] 699 ]
701 } 700 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | content/app/content_main_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698