| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 'widget/drop_target_win.cc', | 245 'widget/drop_target_win.cc', |
| 246 'widget/drop_target_win.h', | 246 'widget/drop_target_win.h', |
| 247 'widget/root_view.cc', | 247 'widget/root_view.cc', |
| 248 'widget/root_view.h', | 248 'widget/root_view.h', |
| 249 'widget/root_view_gtk.cc', | 249 'widget/root_view_gtk.cc', |
| 250 'widget/root_view_win.cc', | 250 'widget/root_view_win.cc', |
| 251 'widget/tooltip_manager_gtk.cc', | 251 'widget/tooltip_manager_gtk.cc', |
| 252 'widget/tooltip_manager_gtk.h', | 252 'widget/tooltip_manager_gtk.h', |
| 253 'widget/tooltip_manager_win.cc', | 253 'widget/tooltip_manager_win.cc', |
| 254 'widget/tooltip_manager_win.h', | 254 'widget/tooltip_manager_win.h', |
| 255 'widget/tooltip_manager.cc', |
| 255 'widget/tooltip_manager.h', | 256 'widget/tooltip_manager.h', |
| 256 'widget/widget.h', | 257 'widget/widget.h', |
| 257 'widget/widget_gtk.cc', | 258 'widget/widget_gtk.cc', |
| 258 'widget/widget_gtk.h', | 259 'widget/widget_gtk.h', |
| 259 'widget/widget_win.cc', | 260 'widget/widget_win.cc', |
| 260 'widget/widget_win.h', | 261 'widget/widget_win.h', |
| 261 'window/client_view.cc', | 262 'window/client_view.cc', |
| 262 'window/client_view.h', | 263 'window/client_view.h', |
| 263 'window/custom_frame_view.cc', | 264 'window/custom_frame_view.cc', |
| 264 'window/custom_frame_view.h', | 265 'window/custom_frame_view.h', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 'controls/scrollbar/native_scroll_bar.cc', | 304 'controls/scrollbar/native_scroll_bar.cc', |
| 304 'controls/separator.cc', | 305 'controls/separator.cc', |
| 305 'controls/table/table_model.cc', | 306 'controls/table/table_model.cc', |
| 306 'controls/table/table_view.cc', | 307 'controls/table/table_view.cc', |
| 307 'controls/table/group_table_view.cc', | 308 'controls/table/group_table_view.cc', |
| 308 'controls/tree/tree_view.cc', | 309 'controls/tree/tree_view.cc', |
| 309 'event_win.cc', | 310 'event_win.cc', |
| 310 'resize_corner.cc', | 311 'resize_corner.cc', |
| 311 'widget/aero_tooltip_manager.cc', | 312 'widget/aero_tooltip_manager.cc', |
| 312 'widget/root_view_drop_target.cc', | 313 'widget/root_view_drop_target.cc', |
| 313 'widget/tooltip_manager.cc', | |
| 314 'window/hit_test.cc', | 314 'window/hit_test.cc', |
| 315 'window/native_frame_view.cc', | 315 'window/native_frame_view.cc', |
| 316 'widget/widget_win.cc', | 316 'widget/widget_win.cc', |
| 317 ], | 317 ], |
| 318 }], | 318 }], |
| 319 ['OS=="win"', { | 319 ['OS=="win"', { |
| 320 'defines': [ | 320 'defines': [ |
| 321 '__STD_C', | 321 '__STD_C', |
| 322 '_CRT_SECURE_NO_DEPRECATE', | 322 '_CRT_SECURE_NO_DEPRECATE', |
| 323 '_SCL_SECURE_NO_DEPRECATE', | 323 '_SCL_SECURE_NO_DEPRECATE', |
| 324 ], | 324 ], |
| 325 'include_dirs': [ | 325 'include_dirs': [ |
| 326 # TODO(beng): move wtl to src/third_party | 326 # TODO(beng): move wtl to src/third_party |
| 327 '../chrome/third_party/wtl/include', | 327 '../chrome/third_party/wtl/include', |
| 328 ], | 328 ], |
| 329 }], | 329 }], |
| 330 ], | 330 ], |
| 331 } | 331 } |
| 332 ], | 332 ], |
| 333 } | 333 } |
| OLD | NEW |