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

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

Issue 11293124: Remove top and bottom margins from TrayBubbleView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Provide mask layers with device scale information, fixing high-DPI rendering. Created 8 years, 1 month 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
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 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 ], 452 ],
453 }], 453 }],
454 ], 454 ],
455 }], 455 }],
456 ['use_aura==0', { 456 ['use_aura==0', {
457 'sources/': [ 457 'sources/': [
458 ['exclude', '../aura/shared/'], 458 ['exclude', '../aura/shared/'],
459 ['exclude', '../aura/desktop/'], 459 ['exclude', '../aura/desktop/'],
460 ['exclude', '/desktop_[^/]*\\.cc$'], 460 ['exclude', '/desktop_[^/]*\\.cc$'],
461 ['exclude', '/x11_[^/]*\\.cc$'], 461 ['exclude', '/x11_[^/]*\\.cc$'],
462 ['exclude', 'widget/native_widget_aura_window_observer.cc'], 462 ['exclude', 'widget/native_widget_aura_window_observer.cc'],
msw 2012/11/12 19:15:02 optional nit: move these files to sources! too, as
bartfab (slow) 2012/11/13 09:58:54 Done.
463 ['exclude', 'widget/native_widget_aura_window_observer.h'], 463 ['exclude', 'widget/native_widget_aura_window_observer.h'],
464 ['exclude', 'widget/widget_aura_utils.cc'], 464 ['exclude', 'widget/widget_aura_utils.cc'],
465 ['exclude', 'widget/widget_aura_utils.h'], 465 ['exclude', 'widget/widget_aura_utils.h'],
466 ], 466 ],
467 'sources!': [
468 'bubble/tray_bubble_view.cc',
469 'bubble/tray_bubble_view.h',
470 ],
467 }], 471 }],
468 ['chromeos==1', { 472 ['chromeos==1', {
469 'sources/': [ 473 'sources/': [
470 ['exclude', '/desktop_[^/]*\\.cc$'], 474 ['exclude', '/desktop_[^/]*\\.cc$'],
471 ['exclude', 'widget/x11_*'], 475 ['exclude', 'widget/x11_*'],
472 ['exclude', '../aura/desktop/'], 476 ['exclude', '../aura/desktop/'],
473 ], 477 ],
474 }], 478 }],
475 ['use_aura==0 and OS=="win"', { 479 ['use_aura==0 and OS=="win"', {
476 'sources!': [ 480 'sources!': [
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 'sources/': [ 921 'sources/': [
918 # This is needed because the aura rule strips it from the default 922 # This is needed because the aura rule strips it from the default
919 # sources list. 923 # sources list.
920 ['include', '^../../content/app/startup_helper_win.cc'], 924 ['include', '^../../content/app/startup_helper_win.cc'],
921 ], 925 ],
922 }], 926 }],
923 ], 927 ],
924 }, # target_name: views_examples_with_content_exe 928 }, # target_name: views_examples_with_content_exe
925 ], 929 ],
926 } 930 }
OLDNEW
« ui/views/bubble/tray_bubble_view.cc ('K') | « ui/views/bubble/tray_bubble_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698