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

Side by Side Diff: ui/base/ui_base.gyp

Issue 426673003: Introduce a helper for OPENFILENAME struct to make certain logic testable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix renamed method calls. Created 6 years, 4 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 | « ui/base/BUILD.gn ('k') | ui/base/win/open_file_name_win.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 'win/hwnd_subclass.cc', 345 'win/hwnd_subclass.cc',
346 'win/hwnd_subclass.h', 346 'win/hwnd_subclass.h',
347 'win/internal_constants.cc', 347 'win/internal_constants.cc',
348 'win/internal_constants.h', 348 'win/internal_constants.h',
349 'win/lock_state.cc', 349 'win/lock_state.cc',
350 'win/lock_state.h', 350 'win/lock_state.h',
351 'win/message_box_win.cc', 351 'win/message_box_win.cc',
352 'win/message_box_win.h', 352 'win/message_box_win.h',
353 'win/mouse_wheel_util.cc', 353 'win/mouse_wheel_util.cc',
354 'win/mouse_wheel_util.h', 354 'win/mouse_wheel_util.h',
355 'win/open_file_name_win.cc',
356 'win/open_file_name_win.h',
355 'win/scoped_ole_initializer.cc', 357 'win/scoped_ole_initializer.cc',
356 'win/scoped_ole_initializer.h', 358 'win/scoped_ole_initializer.h',
357 'win/shell.cc', 359 'win/shell.cc',
358 'win/shell.h', 360 'win/shell.h',
359 'win/touch_input.cc', 361 'win/touch_input.cc',
360 'win/touch_input.h', 362 'win/touch_input.h',
361 'win/window_event_target.cc', 363 'win/window_event_target.cc',
362 'win/window_event_target.h', 364 'win/window_event_target.h',
363 'window_open_disposition.cc', 365 'window_open_disposition.cc',
364 'window_open_disposition.h', 366 'window_open_disposition.h',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 ], 749 ],
748 'variables': { 750 'variables': {
749 'jni_gen_package': 'ui', 751 'jni_gen_package': 'ui',
750 }, 752 },
751 'includes': [ '../../build/jni_generator.gypi' ], 753 'includes': [ '../../build/jni_generator.gypi' ],
752 }, 754 },
753 ], 755 ],
754 }], 756 }],
755 ], 757 ],
756 } 758 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/base/win/open_file_name_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698