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

Side by Side Diff: ui/ui.gyp

Issue 8467002: Fix double-initialization of CComModule. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/win/atl_module.h ('k') | ui/views/accessibility/native_view_accessibility_win.cc » ('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) 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 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'base/ui_base_exports.cc', 199 'base/ui_base_exports.cc',
200 'base/ui_base_paths.cc', 200 'base/ui_base_paths.cc',
201 'base/ui_base_paths.h', 201 'base/ui_base_paths.h',
202 'base/ui_base_switches.cc', 202 'base/ui_base_switches.cc',
203 'base/ui_base_switches.h', 203 'base/ui_base_switches.h',
204 'base/ui_base_types.h', 204 'base/ui_base_types.h',
205 'base/ui_export.h', 205 'base/ui_export.h',
206 'base/view_prop.cc', 206 'base/view_prop.cc',
207 'base/view_prop.h', 207 'base/view_prop.h',
208 'base/wayland/events_wayland.cc', 208 'base/wayland/events_wayland.cc',
209 'base/win/atl_module.h',
209 'base/win/events_win.cc', 210 'base/win/events_win.cc',
210 'base/win/hwnd_util.cc', 211 'base/win/hwnd_util.cc',
211 'base/win/hwnd_util.h', 212 'base/win/hwnd_util.h',
212 'base/win/ime_input.cc', 213 'base/win/ime_input.cc',
213 'base/win/ime_input.h', 214 'base/win/ime_input.h',
214 'base/win/mouse_wheel_util.cc', 215 'base/win/mouse_wheel_util.cc',
215 'base/win/mouse_wheel_util.h', 216 'base/win/mouse_wheel_util.h',
216 'base/win/shell.cc', 217 'base/win/shell.cc',
217 'base/win/shell.h', 218 'base/win/shell.h',
218 'base/win/window_impl.cc', 219 'base/win/window_impl.cc',
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 636 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
636 'os.chmod(\'<(ui_copy_dest)\', 0700)' 637 'os.chmod(\'<(ui_copy_dest)\', 0700)'
637 ] 638 ]
638 } 639 }
639 ], 640 ],
640 }, 641 },
641 ], 642 ],
642 }], 643 }],
643 ], 644 ],
644 } 645 }
OLDNEW
« no previous file with comments | « ui/base/win/atl_module.h ('k') | ui/views/accessibility/native_view_accessibility_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698