| OLD | NEW |
| 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 'controls/text_field.cc', | 251 'controls/text_field.cc', |
| 252 'controls/tree/tree_view.cc', | 252 'controls/tree/tree_view.cc', |
| 253 'drag_utils.cc', | 253 'drag_utils.cc', |
| 254 'drag_utils.h', | 254 'drag_utils.h', |
| 255 'event_win.cc', | 255 'event_win.cc', |
| 256 'resize_corner.cc', | 256 'resize_corner.cc', |
| 257 'widget/accelerator_handler.cc', | 257 'widget/accelerator_handler.cc', |
| 258 'widget/aero_tooltip_manager.cc', | 258 'widget/aero_tooltip_manager.cc', |
| 259 'widget/root_view_drop_target.cc', | 259 'widget/root_view_drop_target.cc', |
| 260 'widget/tooltip_manager.cc', | 260 'widget/tooltip_manager.cc', |
| 261 'window/dialog_delegate.cc', | |
| 262 'window/dialog_client_view.cc', | 261 'window/dialog_client_view.cc', |
| 263 'window/hit_test.cc', | 262 'window/hit_test.cc', |
| 264 'window/native_frame_view.cc', | 263 'window/native_frame_view.cc', |
| 265 'widget/widget_win.cc', | 264 'widget/widget_win.cc', |
| 266 ], | 265 ], |
| 267 }], | 266 }], |
| 268 ['OS=="win"', { | 267 ['OS=="win"', { |
| 269 'defines': [ | 268 'defines': [ |
| 270 '__STD_C', | 269 '__STD_C', |
| 271 '_CRT_SECURE_NO_DEPRECATE', | 270 '_CRT_SECURE_NO_DEPRECATE', |
| 272 '_SCL_SECURE_NO_DEPRECATE', | 271 '_SCL_SECURE_NO_DEPRECATE', |
| 273 ], | 272 ], |
| 274 'include_dirs': [ | 273 'include_dirs': [ |
| 275 # TODO(beng): move wtl to src/third_party | 274 # TODO(beng): move wtl to src/third_party |
| 276 '../chrome/third_party/wtl/include', | 275 '../chrome/third_party/wtl/include', |
| 277 ], | 276 ], |
| 278 }], | 277 }], |
| 279 ], | 278 ], |
| 280 }, | 279 }, |
| 281 ], | 280 ], |
| 282 } | 281 } |
| OLD | NEW |