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

Side by Side Diff: base/base.gypi

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
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 'win/scoped_gdi_object.h', 324 'win/scoped_gdi_object.h',
325 'win/scoped_handle.h', 325 'win/scoped_handle.h',
326 'win/scoped_hdc.h', 326 'win/scoped_hdc.h',
327 'win/scoped_hglobal.h', 327 'win/scoped_hglobal.h',
328 'win/scoped_variant.cc', 328 'win/scoped_variant.cc',
329 'win/scoped_variant.h', 329 'win/scoped_variant.h',
330 'win/win_util.cc', 330 'win/win_util.cc',
331 'win/win_util.h', 331 'win/win_util.h',
332 'win/windows_version.cc', 332 'win/windows_version.cc',
333 'win/windows_version.h', 333 'win/windows_version.h',
334 'win/wrapped_window_proc.cc',
335 'win/wrapped_window_proc.h',
334 'nix/xdg_util.h', 336 'nix/xdg_util.h',
335 'nix/xdg_util.cc', 337 'nix/xdg_util.cc',
336 ], 338 ],
337 'include_dirs': [ 339 'include_dirs': [
338 '..', 340 '..',
339 ], 341 ],
340 # These warnings are needed for the files in third_party\dmg_fp. 342 # These warnings are needed for the files in third_party\dmg_fp.
341 'msvs_disabled_warnings': [ 343 'msvs_disabled_warnings': [
342 4244, 4554, 4018, 4102, 344 4244, 4554, 4018, 4102,
343 ], 345 ],
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 'third_party/xdg_mime/xdgmimemagic.c', 749 'third_party/xdg_mime/xdgmimemagic.c',
748 'third_party/xdg_mime/xdgmimemagic.h', 750 'third_party/xdg_mime/xdgmimemagic.h',
749 'third_party/xdg_mime/xdgmimeparent.c', 751 'third_party/xdg_mime/xdgmimeparent.c',
750 'third_party/xdg_mime/xdgmimeparent.h', 752 'third_party/xdg_mime/xdgmimeparent.h',
751 ], 753 ],
752 }, 754 },
753 ], 755 ],
754 }], 756 }],
755 ], 757 ],
756 } 758 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/message_pump_win.cc » ('j') | base/win/wrapped_window_proc.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698