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

Side by Side Diff: views/views.gyp

Issue 7739016: aura-views: Make views_aura_desktop compile and run on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | « views/drag_utils_linux.cc ('k') | views/window/dialog_client_view.cc » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 ['include', 'controls/menu/native_menu_linux.cc'], 410 ['include', 'controls/menu/native_menu_linux.cc'],
411 ['include', 'controls/menu/native_menu_linux.h'], 411 ['include', 'controls/menu/native_menu_linux.h'],
412 ['include', 'drag_utils_gtk.cc'], 412 ['include', 'drag_utils_gtk.cc'],
413 ['include', 'widget/tooltip_manager_views.cc'], 413 ['include', 'widget/tooltip_manager_views.cc'],
414 ], 414 ],
415 }], 415 }],
416 ['use_aura==1', { 416 ['use_aura==1', {
417 'dependencies': [ 417 'dependencies': [
418 '../aura/aura.gyp:aura', 418 '../aura/aura.gyp:aura',
419 ], 419 ],
420 'sources/': [
421 ['exclude', '_(gtk|x)\\.cc$'],
422 ['exclude', '/(gtk|x)_[^/]*\\.cc$'],
423 ],
420 'sources!': [ 424 'sources!': [
421 'controls/menu/menu_2.cc', 425 'controls/menu/menu_2.cc',
422 'controls/menu/menu_2.h', 426 'controls/menu/menu_2.h',
423 'controls/native_control.cc', 427 'controls/native_control.cc',
424 'controls/native_control.h', 428 'controls/native_control.h',
425 'controls/scrollbar/bitmap_scroll_bar.cc', 429 'controls/scrollbar/bitmap_scroll_bar.cc',
426 'controls/scrollbar/bitmap_scroll_bar.h', 430 'controls/scrollbar/bitmap_scroll_bar.h',
427 'controls/tabbed_pane/tabbed_pane.cc', 431 'controls/tabbed_pane/tabbed_pane.cc',
428 'controls/tabbed_pane/tabbed_pane.h', 432 'controls/tabbed_pane/tabbed_pane.h',
429 'controls/table/group_table_view.cc', 433 'controls/table/group_table_view.cc',
430 'controls/table/group_table_view.h', 434 'controls/table/group_table_view.h',
431 'controls/table/native_table_wrapper.h', 435 'controls/table/native_table_wrapper.h',
432 'controls/table/table_view.cc', 436 'controls/table/table_view.cc',
433 'controls/table/table_view.h', 437 'controls/table/table_view.h',
434 'controls/table/table_view2.cc', 438 'controls/table/table_view2.cc',
435 'controls/table/table_view2.h', 439 'controls/table/table_view2.h',
436 'controls/table/table_view_observer.h', 440 'controls/table/table_view_observer.h',
437 'controls/tree/tree_view.cc', 441 'controls/tree/tree_view.cc',
438 'controls/tree/tree_view.h', 442 'controls/tree/tree_view.h',
443 'focus/accelerator_handler_aura.cc',
444 'focus/accelerator_handler_touch.cc',
439 'widget/aero_tooltip_manager.cc', 445 'widget/aero_tooltip_manager.cc',
440 'widget/aero_tooltip_manager.h', 446 'widget/aero_tooltip_manager.h',
441 'widget/child_window_message_processor.cc', 447 'widget/child_window_message_processor.cc',
442 'widget/child_window_message_processor.h', 448 'widget/child_window_message_processor.h',
443 ], 449 ],
444 'conditions': [ 450 'conditions': [
445 ['OS=="win"', { 451 ['OS=="win"', {
446 'sources/': [ 452 'sources/': [
447 ['include', 'controls/menu/menu_config_win.cc'], 453 ['include', 'controls/menu/menu_config_win.cc'],
448 ['include', 'controls/menu/menu_item_view_win.cc'], 454 ['include', 'controls/menu/menu_item_view_win.cc'],
449 ['include', 'controls/menu/menu_separator_win.cc'], 455 ['include', 'controls/menu/menu_separator_win.cc'],
450 ['include', 'drag_utils_win.cc'], 456 ['include', 'drag_utils_win.cc'],
451 ], 457 ],
458 }, {
459 'sources': [
460 'drag_utils_linux.cc',
sky 2011/09/06 15:00:51 List this above with all files.
sadrul 2011/09/06 15:41:42 Done.
461 ],
452 }], 462 }],
453 ], 463 ],
454 }], 464 }],
455 ['toolkit_uses_gtk == 1', { 465 ['toolkit_uses_gtk == 1', {
456 'dependencies': [ 466 'dependencies': [
457 '../build/linux/system.gyp:gtk', 467 '../build/linux/system.gyp:gtk',
458 '../build/linux/system.gyp:x11', 468 '../build/linux/system.gyp:x11',
459 '../build/linux/system.gyp:xext', 469 '../build/linux/system.gyp:xext',
460 ], 470 ],
461 'sources!': [ 471 'sources!': [
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 ], 845 ],
836 }, 846 },
837 ], 847 ],
838 'conditions': [ 848 'conditions': [
839 ['use_aura==1', { 849 ['use_aura==1', {
840 'targets': [ 850 'targets': [
841 { 851 {
842 'target_name': 'views_aura_desktop', 852 'target_name': 'views_aura_desktop',
843 'type': 'executable', 853 'type': 'executable',
844 'dependencies': [ 854 'dependencies': [
855 '../aura/aura.gyp:aura',
845 '../base/base.gyp:base', 856 '../base/base.gyp:base',
846 '../base/base.gyp:base_i18n', 857 '../base/base.gyp:base_i18n',
847 '../skia/skia.gyp:skia', 858 '../skia/skia.gyp:skia',
848 '../third_party/icu/icu.gyp:icui18n', 859 '../third_party/icu/icu.gyp:icui18n',
849 '../third_party/icu/icu.gyp:icuuc', 860 '../third_party/icu/icu.gyp:icuuc',
850 '../ui/ui.gyp:gfx_resources', 861 '../ui/ui.gyp:gfx_resources',
851 '../ui/ui.gyp:ui', 862 '../ui/ui.gyp:ui',
852 '../ui/ui.gyp:ui_resources', 863 '../ui/ui.gyp:ui_resources',
853 '../ui/ui.gyp:ui_resources_standard', 864 '../ui/ui.gyp:ui_resources_standard',
854 'views', 865 'views',
(...skipping 18 matching lines...) Expand all
873 'include_dirs': [ 884 'include_dirs': [
874 '<(DEPTH)/third_party/wtl/include', 885 '<(DEPTH)/third_party/wtl/include',
875 ], 886 ],
876 }], 887 }],
877 ], 888 ],
878 }, 889 },
879 ], 890 ],
880 }], 891 }],
881 ], 892 ],
882 } 893 }
OLDNEW
« no previous file with comments | « views/drag_utils_linux.cc ('k') | views/window/dialog_client_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698