OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'sources/': [ | 10 'sources/': [ |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 'event_win.cc', | 353 'event_win.cc', |
354 'resize_corner.cc', | 354 'resize_corner.cc', |
355 'widget/aero_tooltip_manager.cc', | 355 'widget/aero_tooltip_manager.cc', |
356 'widget/root_view_drop_target.cc', | 356 'widget/root_view_drop_target.cc', |
357 'window/hit_test.cc', | 357 'window/hit_test.cc', |
358 'window/native_frame_view.cc', | 358 'window/native_frame_view.cc', |
359 'widget/widget_win.cc', | 359 'widget/widget_win.cc', |
360 ], | 360 ], |
361 }], | 361 }], |
362 ['OS=="win"', { | 362 ['OS=="win"', { |
363 'defines': [ | |
364 '__STD_C', | |
365 '_CRT_SECURE_NO_DEPRECATE', | |
366 '_SCL_SECURE_NO_DEPRECATE', | |
367 ], | |
368 'sources!': [ | 363 'sources!': [ |
369 'controls/slider/slider.cc', | 364 'controls/slider/slider.cc', |
370 'controls/slider/slider.h', | 365 'controls/slider/slider.h', |
371 'controls/slider/native_slider_wrapper.h', | 366 'controls/slider/native_slider_wrapper.h', |
372 ], | 367 ], |
373 'include_dirs': [ | 368 'include_dirs': [ |
374 '<(DEPTH)/third_party/wtl/include', | 369 '<(DEPTH)/third_party/wtl/include', |
375 ], | 370 ], |
376 }], | 371 }], |
377 ], | 372 ], |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 ], | 432 ], |
438 }, | 433 }, |
439 ], | 434 ], |
440 } | 435 } |
441 | 436 |
442 # Local Variables: | 437 # Local Variables: |
443 # tab-width:2 | 438 # tab-width:2 |
444 # indent-tabs-mode:nil | 439 # indent-tabs-mode:nil |
445 # End: | 440 # End: |
446 # vim: set expandtab tabstop=2 shiftwidth=2: | 441 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |