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

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

Issue 505853003: Work on GN build of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 6 years, 3 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/common/BUILD.gn ('k') | chrome/utility/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("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 gypi_values = exec_script( 8 gypi_values = exec_script(
9 "//build/gypi_to_gn.py", 9 "//build/gypi_to_gn.py",
10 [ rebase_path("../chrome_renderer.gypi") ], 10 [ rebase_path("../chrome_renderer.gypi") ],
(...skipping 23 matching lines...) Expand all
34 "//chrome/common", 34 "//chrome/common",
35 "//chrome/common/net", 35 "//chrome/common/net",
36 "//chrome:resources", 36 "//chrome:resources",
37 "//chrome:strings", 37 "//chrome:strings",
38 "//components/autofill/content/renderer", 38 "//components/autofill/content/renderer",
39 "//components/cdm/renderer", 39 "//components/cdm/renderer",
40 "//components/data_reduction_proxy/common", 40 "//components/data_reduction_proxy/common",
41 "//components/password_manager/content/renderer", 41 "//components/password_manager/content/renderer",
42 "//components/plugins/renderer", 42 "//components/plugins/renderer",
43 "//components/startup_metric_utils", 43 "//components/startup_metric_utils",
44 "//components/translate/content/renderer",
44 "//components/translate/core/common", 45 "//components/translate/core/common",
45 "//components/translate/core/language_detection", 46 "//components/translate/core/language_detection",
46 "//components/visitedlink/renderer", 47 "//components/visitedlink/renderer",
47 "//content/app/resources", 48 "//content/app/resources",
48 "//content/app/strings", 49 "//content/app/strings",
49 "//content/public/renderer", 50 "//content/public/renderer",
50 "//extensions:extensions_resources", 51 "//extensions:extensions_resources",
51 "//extensions/renderer", 52 "//extensions/renderer",
52 "//media/cast:net", 53 "//media/cast:net",
53 "//media/cast:sender", 54 "//media/cast:sender",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 # ['win_pdf_metafile_for_printing==1', { 155 # ['win_pdf_metafile_for_printing==1', {
155 # 'sources': [ 156 # 'sources': [
156 # 'renderer/printing/print_web_view_helper_pdf_win.cc', 157 # 'renderer/printing/print_web_view_helper_pdf_win.cc',
157 # ], 158 # ],
158 # }, { 159 # }, {
159 # 'sources': [ 160 # 'sources': [
160 # 'renderer/printing/print_web_view_helper_win.cc', 161 # 'renderer/printing/print_web_view_helper_win.cc',
161 # ], 162 # ],
162 # }], 163 # }],
163 } 164 }
OLDNEW
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698