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

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 indent 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
Index: chrome_elf/chrome_elf.gyp
diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
index 5e6ecfce1d3a364064fcf90cd90da7ec514b726a..c9d3b5e7ac93eab70f626b2542ba62eed6cfc28d 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',
scottmg 2016/04/19 23:27:17 indent of all the additions in this file are wrong
ananta 2016/04/19 23:42:43 Done.
],
'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

Powered by Google App Engine
This is Rietveld 408576698