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

Side by Side Diff: breakpad/breakpad.gyp

Issue 27362: Fixes to gyp files to get test_shell building on windows from a gyp project (... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | build/temp_gyp/v8.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'includes': [
7 '../build/common.gypi',
8 ],
9 'targets': [
10 {
11 'target_name': 'breakpad_handler',
12 'type': 'static_library',
13 'sources': [
14 'src/client/windows/crash_generation/client_info.cc',
15 'src/client/windows/crash_generation/client_info.h',
16 'src/client/windows/crash_generation/crash_generation_client.cc',
17 'src/client/windows/crash_generation/crash_generation_client.h',
18 'src/client/windows/crash_generation/crash_generation_server.cc',
19 'src/client/windows/crash_generation/crash_generation_server.h',
20 'src/client/windows/handler/exception_handler.cc',
21 'src/client/windows/handler/exception_handler.h',
22 'src/common/windows/guid_string.cc',
23 'src/common/windows/guid_string.h',
24 'src/google_breakpad/common/minidump_format.h',
25 'src/client/windows/crash_generation/minidump_generator.cc',
26 'src/client/windows/crash_generation/minidump_generator.h',
27 'src/common/windows/string_utils-inl.h',
28 ],
29 'include_dirs': [
30 'src',
31 ],
32 'direct_dependent_settings': {
33 'include_dirs': [
34 'src',
35 ],
36 },
37 },
38 ],
39 }
OLDNEW
« no previous file with comments | « no previous file | build/temp_gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698