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

Unified Diff: chrome/chrome_dll.gypi

Issue 507893002: Revert of Improve the ScopedHandle verifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « chrome/app/close_handle_hook_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_dll.gypi
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index 72f5024be5f7cf968f8392ec86f4e03ecd7638d9..bc3baf5b89fbeeacbb4caa4c9c75862a08cebd63 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -77,20 +77,6 @@
'variables': {
'enable_wexit_time_destructors': 1,
},
- 'sources': [
- 'app/chrome_command_ids.h',
- 'app/chrome_dll_resource.h',
- 'app/chrome_main.cc',
- 'app/chrome_main_delegate.cc',
- 'app/chrome_main_delegate.h',
- 'app/chrome_main_mac.mm',
- 'app/chrome_main_mac.h',
- 'app/close_handle_hook_win.cc',
- 'app/close_handle_hook_win.h',
- 'app/delay_load_hook_win.cc',
- 'app/delay_load_hook_win.h',
- '../base/win/dllmain.cc',
- ],
'dependencies': [
'<@(chromium_browser_dependencies)',
'../content/content.gyp:content_app_browser',
@@ -131,9 +117,17 @@
'../ui/views/views.gyp:views',
],
'sources': [
+ 'app/chrome_command_ids.h',
'app/chrome_dll.rc',
-
+ 'app/chrome_dll_resource.h',
+ 'app/chrome_main.cc',
+ 'app/chrome_main_delegate.cc',
+ 'app/chrome_main_delegate.h',
+ 'app/delay_load_hook_win.cc',
+ 'app/delay_load_hook_win.h',
+
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc',
+ '../base/win/dllmain.cc',
# Cursors.
'<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc',
@@ -278,6 +272,15 @@
# sets -order_file.
'ORDER_FILE': 'app/framework.order',
},
+ 'sources': [
+ 'app/chrome_command_ids.h',
+ 'app/chrome_dll_resource.h',
+ 'app/chrome_main.cc',
+ 'app/chrome_main_delegate.cc',
+ 'app/chrome_main_delegate.h',
+ 'app/chrome_main_mac.mm',
+ 'app/chrome_main_mac.h',
+ ],
'dependencies': [
'../pdf/pdf.gyp:pdf',
],
@@ -347,8 +350,6 @@
'app/chrome_main.cc',
'app/chrome_main_delegate.cc',
'app/chrome_main_delegate.h',
- 'app/close_handle_hook_win.cc',
- 'app/close_handle_hook_win.h',
],
'conditions': [
['OS=="win"', {
« no previous file with comments | « chrome/app/close_handle_hook_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698