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

Unified Diff: chrome/BUILD.gn

Issue 1183633003: cross gn Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: slightly smaller diff 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/win/message_compiler.py ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 1c26c3f29012af6f22a4709c98c11ea97376a6b7..a74bf6040d07287bcd1ee47302e6dd906266f8bf 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -108,7 +108,7 @@ if (!is_android && !is_mac) {
sources += [
"app/chrome_crash_reporter_client_win.cc",
"app/chrome_crash_reporter_client_win.h",
- "app/chrome_exe.rc",
+ #"app/chrome_exe.rc",
"app/chrome_exe_load_config_win.cc",
"app/chrome_exe_main_win.cc",
"app/chrome_watcher_client_win.cc",
@@ -125,7 +125,7 @@ if (!is_android && !is_mac) {
deps += [
":chrome_dll",
- ":chrome_exe_version",
+ #":chrome_exe_version",
":file_pre_reader",
":visual_elements_resources",
"//base",
@@ -272,7 +272,7 @@ if (is_win) {
sources = [
"//base/win/dllmain.cc",
"app/chrome_command_ids.h",
- "app/chrome_dll.rc",
+ #"app/chrome_dll.rc",
"app/chrome_dll_resource.h",
"app/chrome_main.cc",
"app/chrome_main_delegate.cc",
@@ -292,7 +292,7 @@ if (is_win) {
deps += [
":chrome_dll_manifest",
- ":chrome_dll_version",
+ #":chrome_dll_version",
"//base/trace_event/etw_manifest:chrome_events_win",
"//chrome/app/theme:chrome_unscaled_resources",
"//chrome/install_static:install_static_util",
@@ -375,7 +375,7 @@ if (is_win) {
deps = [
":child_dependencies",
":chrome_child_manifest",
- ":chrome_dll_version",
+ #":chrome_dll_version",
"//build/config/sanitizers:deps",
"//chrome/common:features",
"//components/browser_watcher:browser_watcher_client",
« no previous file with comments | « build/win/message_compiler.py ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698