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

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 18770006: Remove USE_LINUX_BREAKPAD ifdef since we don't need it for chromium anymore. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: lei's comments + sync Created 7 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
Index: chrome/chrome_browser_chromeos.gypi
===================================================================
--- chrome/chrome_browser_chromeos.gypi (revision 211696)
+++ chrome/chrome_browser_chromeos.gypi (working copy)
@@ -44,6 +44,7 @@
'safe_browsing_proto',
'safe_browsing_report_proto',
'variations_seed_proto',
+ '../breakpad/breakpad.gyp:breakpad_client',
'../build/linux/system.gyp:dbus',
'../chromeos/chromeos.gyp:chromeos',
'../chromeos/chromeos.gyp:chromeos_memory',
@@ -107,6 +108,11 @@
'export_dependent_settings': [
'../sync/sync.gyp:sync',
],
+ 'include_dirs': [
+ # breakpad_linux.cc uses generated file_version_info_linux.h.
+ '<(SHARED_INTERMEDIATE_DIR)',
+ '../breakpad/src',
+ ],
'sources': [
# All .cc, .h, .m, and .mm files under browser/chromeos, except for tests
# and mocks.
@@ -923,18 +929,6 @@
'../ui/gl/gl.gyp:gl',
],
}],
- ['linux_breakpad==1', {
- 'dependencies': [
- '../breakpad/breakpad.gyp:breakpad_client',
- # make sure file_version_info_linux.h is generated first.
- 'common',
- ],
- 'include_dirs': [
- # breakpad_linux.cc uses generated file_version_info_linux.h.
- '<(SHARED_INTERMEDIATE_DIR)',
- '../breakpad/src',
- ],
- }],
['use_aura==1',{
'dependencies': [
'../build/linux/system.gyp:dbus',

Powered by Google App Engine
This is Rietveld 408576698