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

Side by Side Diff: views/views.gyp

Issue 115957: Make DialogClientView compile on Linux. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 6 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 | « views/standard_layout.h ('k') | views/window/dialog_client_view.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'controls/tabbed_pane.cc', 253 'controls/tabbed_pane.cc',
254 'controls/table/table_view.cc', 254 'controls/table/table_view.cc',
255 'controls/table/group_table_view.cc', 255 'controls/table/group_table_view.cc',
256 'controls/tree/tree_view.cc', 256 'controls/tree/tree_view.cc',
257 'event_win.cc', 257 'event_win.cc',
258 'resize_corner.cc', 258 'resize_corner.cc',
259 'widget/accelerator_handler.cc', 259 'widget/accelerator_handler.cc',
260 'widget/aero_tooltip_manager.cc', 260 'widget/aero_tooltip_manager.cc',
261 'widget/root_view_drop_target.cc', 261 'widget/root_view_drop_target.cc',
262 'widget/tooltip_manager.cc', 262 'widget/tooltip_manager.cc',
263 'window/dialog_client_view.cc',
264 'window/hit_test.cc', 263 'window/hit_test.cc',
265 'window/native_frame_view.cc', 264 'window/native_frame_view.cc',
266 'widget/widget_win.cc', 265 'widget/widget_win.cc',
267 ], 266 ],
268 }], 267 }],
269 ['OS=="win"', { 268 ['OS=="win"', {
270 'defines': [ 269 'defines': [
271 '__STD_C', 270 '__STD_C',
272 '_CRT_SECURE_NO_DEPRECATE', 271 '_CRT_SECURE_NO_DEPRECATE',
273 '_SCL_SECURE_NO_DEPRECATE', 272 '_SCL_SECURE_NO_DEPRECATE',
274 ], 273 ],
275 'include_dirs': [ 274 'include_dirs': [
276 # TODO(beng): move wtl to src/third_party 275 # TODO(beng): move wtl to src/third_party
277 '../chrome/third_party/wtl/include', 276 '../chrome/third_party/wtl/include',
278 ], 277 ],
279 }], 278 }],
280 ], 279 ],
281 }, 280 },
282 ], 281 ],
283 } 282 }
OLDNEW
« no previous file with comments | « views/standard_layout.h ('k') | views/window/dialog_client_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698