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

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

Issue 12184004: Replace DialogFrameView with an enhanced BubbleFrameView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comment. Created 7 years, 10 months 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/views/bubble/bubble_frame_view.cc ('k') | ui/views/window/dialog_delegate.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 'win/scoped_fullscreen_visibility.cc', 416 'win/scoped_fullscreen_visibility.cc',
417 'win/scoped_fullscreen_visibility.h', 417 'win/scoped_fullscreen_visibility.h',
418 'window/client_view.cc', 418 'window/client_view.cc',
419 'window/client_view.h', 419 'window/client_view.h',
420 'window/custom_frame_view.cc', 420 'window/custom_frame_view.cc',
421 'window/custom_frame_view.h', 421 'window/custom_frame_view.h',
422 'window/dialog_client_view.cc', 422 'window/dialog_client_view.cc',
423 'window/dialog_client_view.h', 423 'window/dialog_client_view.h',
424 'window/dialog_delegate.cc', 424 'window/dialog_delegate.cc',
425 'window/dialog_delegate.h', 425 'window/dialog_delegate.h',
426 'window/dialog_frame_view.cc',
427 'window/dialog_frame_view.h',
428 'window/frame_background.cc', 426 'window/frame_background.cc',
429 'window/frame_background.h', 427 'window/frame_background.h',
430 'window/native_frame_view.cc', 428 'window/native_frame_view.cc',
431 'window/native_frame_view.h', 429 'window/native_frame_view.h',
432 'window/non_client_view.cc', 430 'window/non_client_view.cc',
433 'window/non_client_view.h', 431 'window/non_client_view.h',
434 'window/window_resources.h', 432 'window/window_resources.h',
435 'window/window_shape.cc', 433 'window/window_shape.cc',
436 'window/window_shape.h', 434 'window/window_shape.h',
437 ], 435 ],
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 'sources/': [ 963 'sources/': [
966 # This is needed because the aura rule strips it from the default 964 # This is needed because the aura rule strips it from the default
967 # sources list. 965 # sources list.
968 ['include', '^../../content/app/startup_helper_win.cc'], 966 ['include', '^../../content/app/startup_helper_win.cc'],
969 ], 967 ],
970 }], 968 }],
971 ], 969 ],
972 }, # target_name: views_examples_with_content_exe 970 }, # target_name: views_examples_with_content_exe
973 ], 971 ],
974 } 972 }
OLDNEW
« no previous file with comments | « ui/views/bubble/bubble_frame_view.cc ('k') | ui/views/window/dialog_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698