summaryrefslogtreecommitdiffstats
path: root/components/crash.gypi
diff options
context:
space:
mode:
authorsatorux <satorux@chromium.org>2015-02-16 17:16:42 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-17 01:17:21 +0000
commitba9fc86fe522e1993861ca98d78a2372222e23f0 (patch)
treec75fb8effcd3e17e3a8e64efc333e4eebe0eda0e /components/crash.gypi
parent6c722ad0253f53d50e71ba2fb853f85462f44800 (diff)
downloadchromium_src-ba9fc86fe522e1993861ca98d78a2372222e23f0.zip
chromium_src-ba9fc86fe522e1993861ca98d78a2372222e23f0.tar.gz
chromium_src-ba9fc86fe522e1993861ca98d78a2372222e23f0.tar.bz2
Sort GYP files under components
For tools/sort_sources.py to be useful, existing GYP files should be sorted. BUG=456014 TEST=everything should build as before Review URL: https://codereview.chromium.org/929883002 Cr-Commit-Position: refs/heads/master@{#316519}
Diffstat (limited to 'components/crash.gypi')
-rw-r--r--components/crash.gypi12
1 files changed, 6 insertions, 6 deletions
diff --git a/components/crash.gypi b/components/crash.gypi
index 70f7b0b..e61d1c0 100644
--- a/components/crash.gypi
+++ b/components/crash.gypi
@@ -8,10 +8,10 @@
'target_name': 'crash_component_lib',
'type': 'static_library',
'sources': [
- 'crash/app/crash_reporter_client.cc',
- 'crash/app/crash_reporter_client.h',
'crash/app/crash_keys_win.cc',
'crash/app/crash_keys_win.h',
+ 'crash/app/crash_reporter_client.cc',
+ 'crash/app/crash_reporter_client.h',
],
'include_dirs': [
'..',
@@ -127,8 +127,6 @@
'target_name': 'breakpad_win64',
'type': 'static_library',
'sources': [
- 'crash/app/crash_reporter_client.cc',
- 'crash/app/crash_reporter_client.h',
'crash/app/breakpad_linux.cc',
'crash/app/breakpad_linux.h',
'crash/app/breakpad_linux_impl.h',
@@ -139,6 +137,8 @@
# TODO(siggi): test the x64 version too.
'crash/app/crash_keys_win.cc',
'crash/app/crash_keys_win.h',
+ 'crash/app/crash_reporter_client.cc',
+ 'crash/app/crash_reporter_client.h',
'crash/app/hard_error_handler_win.cc',
'crash/app/hard_error_handler_win.h',
],
@@ -187,10 +187,10 @@
'../base/base.gyp:base',
],
'sources': [
- 'crash/app/crash_reporter_client.cc',
- 'crash/app/crash_reporter_client.h',
'crash/app/breakpad_mac.h',
'crash/app/breakpad_mac_stubs.mm',
+ 'crash/app/crash_reporter_client.cc',
+ 'crash/app/crash_reporter_client.h',
],
},
],