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

Side by Side Diff: base/base.gyp

Issue 6697004: Add an exception wrapper to the WindowProc functions so... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/win/wrapped_window_proc.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'win/event_trace_controller_unittest.cc', 172 'win/event_trace_controller_unittest.cc',
173 'win/event_trace_provider_unittest.cc', 173 'win/event_trace_provider_unittest.cc',
174 'win/i18n_unittest.cc', 174 'win/i18n_unittest.cc',
175 'win/object_watcher_unittest.cc', 175 'win/object_watcher_unittest.cc',
176 'win/pe_image_unittest.cc', 176 'win/pe_image_unittest.cc',
177 'win/registry_unittest.cc', 177 'win/registry_unittest.cc',
178 'win/scoped_bstr_unittest.cc', 178 'win/scoped_bstr_unittest.cc',
179 'win/scoped_comptr_unittest.cc', 179 'win/scoped_comptr_unittest.cc',
180 'win/scoped_variant_unittest.cc', 180 'win/scoped_variant_unittest.cc',
181 'win/win_util_unittest.cc', 181 'win/win_util_unittest.cc',
182 'win/wrapped_window_proc_unittest.cc',
182 ], 183 ],
183 'dependencies': [ 184 'dependencies': [
184 'base', 185 'base',
185 'base_i18n', 186 'base_i18n',
186 'test_support_base', 187 'test_support_base',
187 '../testing/gmock.gyp:gmock', 188 '../testing/gmock.gyp:gmock',
188 '../testing/gtest.gyp:gtest', 189 '../testing/gtest.gyp:gtest',
189 ], 190 ],
190 'conditions': [ 191 'conditions': [
191 ['OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solaris" ', { 192 ['OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solaris" ', {
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 ], 329 ],
329 }], 330 }],
330 ], 331 ],
331 } 332 }
332 333
333 # Local Variables: 334 # Local Variables:
334 # tab-width:2 335 # tab-width:2
335 # indent-tabs-mode:nil 336 # indent-tabs-mode:nil
336 # End: 337 # End:
337 # vim: set expandtab tabstop=2 shiftwidth=2: 338 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/win/wrapped_window_proc.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698