OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 | 8 |
9 'target_defaults': { | 9 'target_defaults': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 'widget/window_manager.cc', | 371 'widget/window_manager.cc', |
372 'widget/window_manager.h', | 372 'widget/window_manager.h', |
373 'window/client_view.cc', | 373 'window/client_view.cc', |
374 'window/client_view.h', | 374 'window/client_view.h', |
375 'window/custom_frame_view.cc', | 375 'window/custom_frame_view.cc', |
376 'window/custom_frame_view.h', | 376 'window/custom_frame_view.h', |
377 'window/dialog_client_view.cc', | 377 'window/dialog_client_view.cc', |
378 'window/dialog_client_view.h', | 378 'window/dialog_client_view.h', |
379 'window/dialog_delegate.cc', | 379 'window/dialog_delegate.cc', |
380 'window/dialog_delegate.h', | 380 'window/dialog_delegate.h', |
| 381 'window/frame_background.cc', |
| 382 'window/frame_background.h', |
381 'window/native_frame_view.cc', | 383 'window/native_frame_view.cc', |
382 'window/native_frame_view.h', | 384 'window/native_frame_view.h', |
383 'window/non_client_view.cc', | 385 'window/non_client_view.cc', |
384 'window/non_client_view.h', | 386 'window/non_client_view.h', |
385 'window/window_resources.h', | 387 'window/window_resources.h', |
386 'window/window_shape.cc', | 388 'window/window_shape.cc', |
387 'window/window_shape.h', | 389 'window/window_shape.h', |
388 ], | 390 ], |
389 'include_dirs': [ | 391 'include_dirs': [ |
390 '../../third_party/wtl/include', | 392 '../../third_party/wtl/include', |
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
738 'msvs_settings': { | 740 'msvs_settings': { |
739 'VCManifestTool': { | 741 'VCManifestTool': { |
740 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, | 742 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, |
741 }, | 743 }, |
742 }, | 744 }, |
743 }], | 745 }], |
744 ], | 746 ], |
745 }, # target_name: views_examples_lib | 747 }, # target_name: views_examples_lib |
746 ], | 748 ], |
747 } | 749 } |
OLD | NEW |