Chromium Code Reviews| 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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 364 'widget/native_widget_win.h', | 364 'widget/native_widget_win.h', |
| 365 'widget/widget.cc', | 365 'widget/widget.cc', |
| 366 'widget/widget.h', | 366 'widget/widget.h', |
| 367 'widget/widget_delegate.cc', | 367 'widget/widget_delegate.cc', |
| 368 'widget/widget_delegate.h', | 368 'widget/widget_delegate.h', |
| 369 'widget/window_manager.cc', | 369 'widget/window_manager.cc', |
| 370 'widget/window_manager.h', | 370 'widget/window_manager.h', |
| 371 'window/client_view.cc', | 371 'window/client_view.cc', |
| 372 'window/client_view.h', | 372 'window/client_view.h', |
| 373 'window/custom_frame_view.cc', | 373 'window/custom_frame_view.cc', |
| 374 'window/window/custom_frame_view.h', | 374 'window/custom_frame_view.h', |
|
tfarina
2011/12/02 20:18:47
ops, that was probably me.
| |
| 375 'window/dialog_client_view.cc', | 375 'window/dialog_client_view.cc', |
| 376 'window/window/dialog_client_view.h', | 376 'window/dialog_client_view.h', |
| 377 'window/dialog_delegate.cc', | 377 'window/dialog_delegate.cc', |
| 378 'window/dialog_delegate.h', | 378 'window/dialog_delegate.h', |
| 379 'window/native_frame_view.cc', | 379 'window/native_frame_view.cc', |
| 380 'window/native_frame_view.h', | 380 'window/native_frame_view.h', |
| 381 'window/non_client_view.cc', | 381 'window/non_client_view.cc', |
| 382 'window/non_client_view.h', | 382 'window/non_client_view.h', |
| 383 'window/window_resources.h', | 383 'window/window_resources.h', |
| 384 'window/window_shape.cc', | 384 'window/window_shape.cc', |
| 385 'window/window_shape.h', | 385 'window/window_shape.h', |
| 386 ], | 386 ], |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 736 'msvs_settings': { | 736 'msvs_settings': { |
| 737 'VCManifestTool': { | 737 'VCManifestTool': { |
| 738 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' , | 738 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' , |
| 739 }, | 739 }, |
| 740 }, | 740 }, |
| 741 }], | 741 }], |
| 742 ], | 742 ], |
| 743 }, # target_name: views_examples_lib | 743 }, # target_name: views_examples_lib |
| 744 ], | 744 ], |
| 745 } | 745 } |
| OLD | NEW |