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

Side by Side Diff: chrome_frame/crash_reporting/crash_reporting.gyp

Issue 5535003: scons: excise more scons references from the code base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | Annotate | Revision Log
« no previous file with comments | « build/linux/system.gyp ('k') | gpu/gpu.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../../build/common.gypi', 7 '../../build/common.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'vectored_handler_unittest.cc', 87 'vectored_handler_unittest.cc',
88 'veh_test.cc', 88 'veh_test.cc',
89 'veh_test.h', 89 'veh_test.h',
90 ], 90 ],
91 'dependencies': [ 91 'dependencies': [
92 'crash_dll', 92 'crash_dll',
93 'crash_report', 93 'crash_report',
94 '../../base/base.gyp:base', 94 '../../base/base.gyp:base',
95 '../../testing/gmock.gyp:gmock', 95 '../../testing/gmock.gyp:gmock',
96 '../../testing/gtest.gyp:gtest', 96 '../../testing/gtest.gyp:gtest',
97 '../../testing/gtest.gyp:gtestmain', 97 '../../testing/gtest.gyp:gtest_main',
98 '../../breakpad/breakpad.gyp:breakpad_handler', 98 '../../breakpad/breakpad.gyp:breakpad_handler',
99 ], 99 ],
100 }, 100 },
101 { 101 {
102 'target_name': 'minidump_test', 102 'target_name': 'minidump_test',
103 'type': 'executable', 103 'type': 'executable',
104 'dependencies': [ 104 'dependencies': [
105 '../../base/base.gyp:base', 105 '../../base/base.gyp:base',
106 '../../testing/gtest.gyp:gtest', 106 '../../testing/gtest.gyp:gtest',
107 ], 107 ],
108 'sources': [ 108 'sources': [
109 'minidump_test.cc', 109 'minidump_test.cc',
110 ], 110 ],
111 }, 111 },
112 ], 112 ],
113 } 113 }
114 114
115 # vim: shiftwidth=2:et:ai:tabstop=2 115 # vim: shiftwidth=2:et:ai:tabstop=2
116 116
117 # Local Variables: 117 # Local Variables:
118 # tab-width:2 118 # tab-width:2
119 # indent-tabs-mode:nil 119 # indent-tabs-mode:nil
120 # End: 120 # End:
121 # vim: set expandtab tabstop=2 shiftwidth=2: 121 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « build/linux/system.gyp ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698