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

Unified Diff: chrome_elf/chrome_elf.gyp

Issue 1904613002: Preparation patch for moving the chrome crashpad integration into chrome_elf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error on Windows builder Created 4 years, 8 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_elf/breakpad.cc ('k') | chrome_elf/chrome_elf_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/chrome_elf.gyp
diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
index 5e6ecfce1d3a364064fcf90cd90da7ec514b726a..034476a6568d865848c9ab957e793ab99fa4c2c8 100644
--- a/chrome_elf/chrome_elf.gyp
+++ b/chrome_elf/chrome_elf.gyp
@@ -43,6 +43,7 @@
'blacklist',
'chrome_elf_breakpad',
'chrome_elf_resources',
+ '../chrome/chrome.gyp:install_static_util',
],
'msvs_settings': {
'VCLinkerTool': {
@@ -80,6 +81,7 @@
'../base/base.gyp:base',
'../base/base.gyp:run_all_unittests',
'../base/base.gyp:test_support_base',
+ '../chrome/chrome.gyp:install_static_util',
'../sandbox/sandbox.gyp:sandbox',
'../testing/gtest.gyp:gtest',
'blacklist',
@@ -97,6 +99,7 @@
'type': 'none',
'dependencies': [
'../chrome/chrome.gyp:chrome',
+ '../chrome/chrome.gyp:install_static_util',
'chrome_elf',
'chrome_elf_unittests_exe',
],
@@ -122,8 +125,6 @@
'..',
],
'sources': [
- 'chrome_elf_util.cc',
- 'chrome_elf_util.h',
'thunk_getter.cc',
'thunk_getter.h',
],
@@ -143,6 +144,7 @@
'chrome_elf_common',
'../breakpad/breakpad.gyp:breakpad_handler',
'../chrome/common_constants.gyp:version_header',
+ '../chrome/chrome.gyp:install_static_util',
],
},
], # targets
« no previous file with comments | « chrome_elf/breakpad.cc ('k') | chrome_elf/chrome_elf_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698