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

Side by Side Diff: headless/BUILD.gn

Issue 2531363002: headless: Fix inconsistent header naming (Closed)
Patch Set: Created 4 years 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 | « no previous file | headless/lib/browser/devtools_api/client_api_generator.py » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 130
131 outputs = generated_devtools_api 131 outputs = generated_devtools_api
132 132
133 sources = [ 133 sources = [
134 "lib/browser/devtools_api/deprecated_type_conversions_h.template", 134 "lib/browser/devtools_api/deprecated_type_conversions_h.template",
135 "lib/browser/devtools_api/deprecated_types_h.template", 135 "lib/browser/devtools_api/deprecated_types_h.template",
136 "lib/browser/devtools_api/domain_cc.template", 136 "lib/browser/devtools_api/domain_cc.template",
137 "lib/browser/devtools_api/domain_h.template", 137 "lib/browser/devtools_api/domain_h.template",
138 "lib/browser/devtools_api/domain_type_conversions_h.template", 138 "lib/browser/devtools_api/domain_type_conversions_h.template",
139 "lib/browser/devtools_api/domain_types_cc.template", 139 "lib/browser/devtools_api/domain_types_cc.template",
140 "lib/browser/devtools_api/domain_types_forward_declaration_h.template", 140 "lib/browser/devtools_api/domain_types_forward_declarations_h.template",
141 "lib/browser/devtools_api/domain_types_h.template", 141 "lib/browser/devtools_api/domain_types_h.template",
142 ] 142 ]
143 143
144 args = [ 144 args = [
145 "--protocol", 145 "--protocol",
146 rebase_path(inputs[0], root_build_dir), 146 rebase_path(inputs[0], root_build_dir),
147 "--output_dir", 147 "--output_dir",
148 rebase_path(target_gen_dir) + "/public", 148 rebase_path(target_gen_dir) + "/public",
149 ] 149 ]
150 } 150 }
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 361
362 executable("headless_shell") { 362 executable("headless_shell") {
363 sources = [ 363 sources = [
364 "app/headless_shell_main.cc", 364 "app/headless_shell_main.cc",
365 ] 365 ]
366 366
367 deps = [ 367 deps = [
368 "//headless:headless_shell_lib", 368 "//headless:headless_shell_lib",
369 ] 369 ]
370 } 370 }
OLDNEW
« no previous file with comments | « no previous file | headless/lib/browser/devtools_api/client_api_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698