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

Side by Side Diff: chrome/BUILD.gn

Issue 2458833005: Move printing defines to buildflag system. (Closed)
Patch Set: Missing file 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
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/config/chrome_build.gni") 6 import("//build/config/chrome_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/locales.gni") 9 import("//build/config/locales.gni")
10 import("//build/config/sanitizers/sanitizers.gni") 10 import("//build/config/sanitizers/sanitizers.gni")
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 # Because the sources list varies so significantly per-platform, generally 117 # Because the sources list varies so significantly per-platform, generally
118 # each platform lists its own files rather than relying on filtering or 118 # each platform lists its own files rather than relying on filtering or
119 # removing unused files. 119 # removing unused files.
120 sources = [ 120 sources = [
121 "app/chrome_exe_resource.h", 121 "app/chrome_exe_resource.h",
122 ] 122 ]
123 defines = [] 123 defines = []
124 public_deps = [] 124 public_deps = []
125 deps = [ 125 deps = [
126 "//build/config/sanitizers:deps", 126 "//build/config/sanitizers:deps",
127 "//printing/features",
127 ] 128 ]
128 129
129 data = [ 130 data = [
130 "$root_out_dir/resources.pak", 131 "$root_out_dir/resources.pak",
131 ] 132 ]
132 if (is_linux || is_win) { 133 if (is_linux || is_win) {
133 data += [ 134 data += [
134 "$root_out_dir/chrome_100_percent.pak", 135 "$root_out_dir/chrome_100_percent.pak",
135 "$root_out_dir/locales/en-US.pak", 136 "$root_out_dir/locales/en-US.pak",
136 "$root_out_dir/locales/fr.pak", 137 "$root_out_dir/locales/fr.pak",
(...skipping 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after
1568 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1569 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1569 "//chrome/tools/build/linux/chrome-wrapper", 1570 "//chrome/tools/build/linux/chrome-wrapper",
1570 "//third_party/xdg-utils/scripts/xdg-mime", 1571 "//third_party/xdg-utils/scripts/xdg-mime",
1571 "//third_party/xdg-utils/scripts/xdg-settings", 1572 "//third_party/xdg-utils/scripts/xdg-settings",
1572 ] 1573 ]
1573 outputs = [ 1574 outputs = [
1574 "$root_out_dir/{{source_file_part}}", 1575 "$root_out_dir/{{source_file_part}}",
1575 ] 1576 ]
1576 } 1577 }
1577 } 1578 }
OLDNEW
« no previous file with comments | « build/config/features.gni ('k') | chrome/app/BUILD.gn » ('j') | chrome/common/features.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698