Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(442)

Side by Side Diff: ui/views/views.gyp

Issue 8772060: Refactor window frame painting into a window background class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final cleanup of PaintRestored Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/base/resource/resource_bundle.h ('k') | ui/views/window/custom_frame_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « ui/base/resource/resource_bundle.h ('k') | ui/views/window/custom_frame_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698