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

Side by Side Diff: chrome/BUILD.gn

Issue 2114503002: Enable Per-Monitor Support for Windows 10 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@framefix
Patch Set: Created 4 years, 5 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 | « no previous file | chrome/app/chrome_exe_main_win.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/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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 ":chrome_exe_version", 128 ":chrome_exe_version",
129 ":file_pre_reader", 129 ":file_pre_reader",
130 ":visual_elements_resources", 130 ":visual_elements_resources",
131 "//base", 131 "//base",
132 "//breakpad:breakpad_handler", 132 "//breakpad:breakpad_handler",
133 "//breakpad:breakpad_sender", 133 "//breakpad:breakpad_sender",
134 "//chrome/app/version_assembly:chrome_exe_manifest", 134 "//chrome/app/version_assembly:chrome_exe_manifest",
135 "//chrome/browser:chrome_process_finder", 135 "//chrome/browser:chrome_process_finder",
136 "//chrome/chrome_watcher", 136 "//chrome/chrome_watcher",
137 "//chrome/chrome_watcher:client", 137 "//chrome/chrome_watcher:client",
138 "//chrome/common",
Lei Zhang 2016/06/30 01:55:40 Has Windows switched to GN yet? If not, don't you
robliao 2016/06/30 16:58:08 Obsoleted with latest patchset.
138 "//chrome/common:constants", 139 "//chrome/common:constants",
139 "//chrome/common:metrics_constants_util_win", 140 "//chrome/common:metrics_constants_util_win",
140 "//chrome/install_static:install_static_util", 141 "//chrome/install_static:install_static_util",
141 "//chrome/installer/util:with_no_strings", 142 "//chrome/installer/util:with_no_strings",
142 "//chrome_elf", 143 "//chrome_elf",
143 "//components/browser_watcher:browser_watcher_client", 144 "//components/browser_watcher:browser_watcher_client",
144 "//components/crash/content/app", 145 "//components/crash/content/app",
145 "//components/crash/core/common", 146 "//components/crash/core/common",
146 "//components/flags_ui:switches", 147 "//components/flags_ui:switches",
147 "//components/startup_metric_utils/common", 148 "//components/startup_metric_utils/common",
(...skipping 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after
1774 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1775 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1775 "//chrome/tools/build/linux/chrome-wrapper", 1776 "//chrome/tools/build/linux/chrome-wrapper",
1776 "//third_party/xdg-utils/scripts/xdg-mime", 1777 "//third_party/xdg-utils/scripts/xdg-mime",
1777 "//third_party/xdg-utils/scripts/xdg-settings", 1778 "//third_party/xdg-utils/scripts/xdg-settings",
1778 ] 1779 ]
1779 outputs = [ 1780 outputs = [
1780 "$root_out_dir/{{source_file_part}}", 1781 "$root_out_dir/{{source_file_part}}",
1781 ] 1782 ]
1782 } 1783 }
1783 } 1784 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_exe_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698