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

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

Issue 18003003: Message center re-organized (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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/shadow_border.cc ('k') | no next file » | 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'mouse_watcher.h', 317 'mouse_watcher.h',
318 'mouse_watcher_view_host.cc', 318 'mouse_watcher_view_host.cc',
319 'mouse_watcher_view_host.h', 319 'mouse_watcher_view_host.h',
320 'native_theme_delegate.h', 320 'native_theme_delegate.h',
321 'painter.cc', 321 'painter.cc',
322 'painter.h', 322 'painter.h',
323 'repeat_controller.cc', 323 'repeat_controller.cc',
324 'repeat_controller.h', 324 'repeat_controller.h',
325 'round_rect_painter.cc', 325 'round_rect_painter.cc',
326 'round_rect_painter.h', 326 'round_rect_painter.h',
327 'shadow_border.cc',
328 'shadow_border.h',
327 'touchui/touch_editing_menu.cc', 329 'touchui/touch_editing_menu.cc',
328 'touchui/touch_editing_menu.h', 330 'touchui/touch_editing_menu.h',
329 'touchui/touch_selection_controller_impl.cc', 331 'touchui/touch_selection_controller_impl.cc',
330 'touchui/touch_selection_controller_impl.h', 332 'touchui/touch_selection_controller_impl.h',
331 'view.cc', 333 'view.cc',
332 'view.h', 334 'view.h',
333 'view_constants.cc', 335 'view_constants.cc',
334 'view_constants.h', 336 'view_constants.h',
335 'view_constants_aura.cc', 337 'view_constants_aura.cc',
336 'view_constants_aura.h', 338 'view_constants_aura.h',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 'widget/native_widget_aura_window_observer.h', 513 'widget/native_widget_aura_window_observer.h',
512 'widget/widget_aura_utils.cc', 514 'widget/widget_aura_utils.cc',
513 'widget/widget_aura_utils.h', 515 'widget/widget_aura_utils.h',
514 ], 516 ],
515 }], 517 }],
516 ['chromeos==1', { 518 ['chromeos==1', {
517 'sources/': [ 519 'sources/': [
518 ['exclude', 'widget/desktop_aura'], 520 ['exclude', 'widget/desktop_aura'],
519 ], 521 ],
520 }], 522 }],
523 ['use_ash==0', {
524 'sources!': [
525 'bubble/tray_bubble_view.cc',
526 'bubble/tray_bubble_view.h',
527 ],
528 }],
521 ['use_aura==0 and OS=="win"', { 529 ['use_aura==0 and OS=="win"', {
522 'sources!': [ 530 'sources!': [
523 'controls/menu/menu_config_views.cc', 531 'controls/menu/menu_config_views.cc',
524 'controls/menu/menu_separator_views.cc', 532 'controls/menu/menu_separator_views.cc',
525 ], 533 ],
526 }], 534 }],
527 ['use_aura==1 and OS=="win"', { 535 ['use_aura==1 and OS=="win"', {
528 'sources/': [ 536 'sources/': [
529 ['include', 'controls/menu/menu_config_win.cc'], 537 ['include', 'controls/menu/menu_config_win.cc'],
530 ['include', 'controls/menu/menu_separator_win.cc'], 538 ['include', 'controls/menu/menu_separator_win.cc'],
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 'sources/': [ 1033 'sources/': [
1026 # This is needed because the aura rule strips it from the default 1034 # This is needed because the aura rule strips it from the default
1027 # sources list. 1035 # sources list.
1028 ['include', '^../../content/app/startup_helper_win.cc'], 1036 ['include', '^../../content/app/startup_helper_win.cc'],
1029 ], 1037 ],
1030 }], 1038 }],
1031 ], 1039 ],
1032 }, # target_name: views_examples_with_content_exe 1040 }, # target_name: views_examples_with_content_exe
1033 ], 1041 ],
1034 } 1042 }
OLDNEW
« no previous file with comments | « ui/views/shadow_border.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698