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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 23716004: Fix cursor resources missing from browser for UI (fixes middle scroll) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'chrome_dll', 9 'target_name': 'chrome_dll',
10 'type': 'none', 10 'type': 'none',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'app/chrome_dll_resource.h', 117 'app/chrome_dll_resource.h',
118 'app/chrome_main.cc', 118 'app/chrome_main.cc',
119 'app/chrome_main_delegate.cc', 119 'app/chrome_main_delegate.cc',
120 'app/chrome_main_delegate.h', 120 'app/chrome_main_delegate.h',
121 'app/delay_load_hook_win.cc', 121 'app/delay_load_hook_win.cc',
122 'app/delay_load_hook_win.h', 122 'app/delay_load_hook_win.h',
123 123
124 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc ', 124 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc ',
125 '../base/win/dllmain.cc', 125 '../base/win/dllmain.cc',
126 126
127 '../ui/resources/cursors/aliasb.cur', 127 # Cursors.
128 '../ui/resources/cursors/cell.cur', 128 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resource s.rc',
129 '../ui/resources/cursors/col_resize.cur',
130 '../ui/resources/cursors/copy.cur',
131 '../ui/resources/cursors/none.cur',
132 '../ui/resources/cursors/row_resize.cur',
133 '../ui/resources/cursors/vertical_text.cur',
134 '../ui/resources/cursors/zoom_in.cur',
135 '../ui/resources/cursors/zoom_out.cur',
136 ], 129 ],
137 'include_dirs': [ 130 'include_dirs': [
138 '<(DEPTH)/third_party/wtl/include', 131 '<(DEPTH)/third_party/wtl/include',
139 ], 132 ],
140 'configurations': { 133 'configurations': {
141 'Debug_Base': { 134 'Debug_Base': {
142 'msvs_settings': { 135 'msvs_settings': {
143 'VCLinkerTool': { 136 'VCLinkerTool': {
144 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 137 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
145 }, 138 },
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', 349 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc',
357 'app/chrome_main.cc', 350 'app/chrome_main.cc',
358 'app/chrome_main_delegate.cc', 351 'app/chrome_main_delegate.cc',
359 'app/chrome_main_delegate.h', 352 'app/chrome_main_delegate.h',
360 ], 353 ],
361 }, # target chrome_child_dll 354 }, # target chrome_child_dll
362 ], 355 ],
363 }], 356 }],
364 ], 357 ],
365 } 358 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698