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

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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'controls/throbber.cc', 229 'controls/throbber.cc',
230 'controls/throbber.h', 230 'controls/throbber.h',
231 'controls/tree/tree_view.cc', 231 'controls/tree/tree_view.cc',
232 'controls/tree/tree_view.h', 232 'controls/tree/tree_view.h',
233 #'debug_utils.cc', 233 #'debug_utils.cc',
234 #'debug_utils.h', 234 #'debug_utils.h',
235 'drag_controller.h', 235 'drag_controller.h',
236 'drag_utils.cc', 236 'drag_utils.cc',
237 'drag_utils.h', 237 'drag_utils.h',
238 'drag_utils_gtk.cc', 238 'drag_utils_gtk.cc',
239 'drag_utils_linux.cc',
239 'drag_utils_win.cc', 240 'drag_utils_win.cc',
240 'events/event.cc', 241 'events/event.cc',
241 'events/event.h', 242 'events/event.h',
242 'events/event_aura.cc', 243 'events/event_aura.cc',
243 'events/event_gtk.cc', 244 'events/event_gtk.cc',
244 'events/event_wayland.cc', 245 'events/event_wayland.cc',
245 'events/event_win.cc', 246 'events/event_win.cc',
246 'events/event_utils_win.cc', 247 'events/event_utils_win.cc',
247 'events/event_utils_win.h', 248 'events/event_utils_win.h',
248 'events/event_x.cc', 249 'events/event_x.cc',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 ['include', 'controls/menu/native_menu_linux.cc'], 411 ['include', 'controls/menu/native_menu_linux.cc'],
411 ['include', 'controls/menu/native_menu_linux.h'], 412 ['include', 'controls/menu/native_menu_linux.h'],
412 ['include', 'drag_utils_gtk.cc'], 413 ['include', 'drag_utils_gtk.cc'],
413 ['include', 'widget/tooltip_manager_views.cc'], 414 ['include', 'widget/tooltip_manager_views.cc'],
414 ], 415 ],
415 }], 416 }],
416 ['use_aura==1', { 417 ['use_aura==1', {
417 'dependencies': [ 418 'dependencies': [
418 '../aura/aura.gyp:aura', 419 '../aura/aura.gyp:aura',
419 ], 420 ],
421 'sources/': [
422 ['exclude', '_(gtk|x)\\.cc$'],
423 ['exclude', '/(gtk|x)_[^/]*\\.cc$'],
424 ],
420 'sources!': [ 425 'sources!': [
421 'controls/menu/menu_2.cc', 426 'controls/menu/menu_2.cc',
422 'controls/menu/menu_2.h', 427 'controls/menu/menu_2.h',
423 'controls/native_control.cc', 428 'controls/native_control.cc',
424 'controls/native_control.h', 429 'controls/native_control.h',
425 'controls/scrollbar/bitmap_scroll_bar.cc', 430 'controls/scrollbar/bitmap_scroll_bar.cc',
426 'controls/scrollbar/bitmap_scroll_bar.h', 431 'controls/scrollbar/bitmap_scroll_bar.h',
427 'controls/tabbed_pane/tabbed_pane.cc', 432 'controls/tabbed_pane/tabbed_pane.cc',
428 'controls/tabbed_pane/tabbed_pane.h', 433 'controls/tabbed_pane/tabbed_pane.h',
429 'controls/table/group_table_view.cc', 434 'controls/table/group_table_view.cc',
430 'controls/table/group_table_view.h', 435 'controls/table/group_table_view.h',
431 'controls/table/native_table_wrapper.h', 436 'controls/table/native_table_wrapper.h',
432 'controls/table/table_view.cc', 437 'controls/table/table_view.cc',
433 'controls/table/table_view.h', 438 'controls/table/table_view.h',
434 'controls/table/table_view2.cc', 439 'controls/table/table_view2.cc',
435 'controls/table/table_view2.h', 440 'controls/table/table_view2.h',
436 'controls/table/table_view_observer.h', 441 'controls/table/table_view_observer.h',
437 'controls/tree/tree_view.cc', 442 'controls/tree/tree_view.cc',
438 'controls/tree/tree_view.h', 443 'controls/tree/tree_view.h',
444 'focus/accelerator_handler_aura.cc',
445 'focus/accelerator_handler_touch.cc',
439 'widget/aero_tooltip_manager.cc', 446 'widget/aero_tooltip_manager.cc',
440 'widget/aero_tooltip_manager.h', 447 'widget/aero_tooltip_manager.h',
441 'widget/child_window_message_processor.cc', 448 'widget/child_window_message_processor.cc',
442 'widget/child_window_message_processor.h', 449 'widget/child_window_message_processor.h',
443 ], 450 ],
444 'conditions': [ 451 'conditions': [
445 ['OS=="win"', { 452 ['OS=="win"', {
446 'sources/': [ 453 'sources/': [
447 ['include', 'controls/menu/menu_config_win.cc'], 454 ['include', 'controls/menu/menu_config_win.cc'],
448 ['include', 'controls/menu/menu_item_view_win.cc'], 455 ['include', 'controls/menu/menu_item_view_win.cc'],
449 ['include', 'controls/menu/menu_separator_win.cc'], 456 ['include', 'controls/menu/menu_separator_win.cc'],
450 ['include', 'drag_utils_win.cc'], 457 ['include', 'drag_utils_win.cc'],
451 ], 458 ],
452 }], 459 }],
453 ], 460 ],
461 }, { # else: use_aura==1
462 'sources!': [
463 'drag_utils_linux.cc',
464 ]
454 }], 465 }],
455 ['toolkit_uses_gtk == 1', { 466 ['toolkit_uses_gtk == 1', {
456 'dependencies': [ 467 'dependencies': [
457 '../build/linux/system.gyp:gtk', 468 '../build/linux/system.gyp:gtk',
458 '../build/linux/system.gyp:x11', 469 '../build/linux/system.gyp:x11',
459 '../build/linux/system.gyp:xext', 470 '../build/linux/system.gyp:xext',
460 ], 471 ],
461 'sources!': [ 472 'sources!': [
462 'accessibility/native_view_accessibility_win.cc', 473 'accessibility/native_view_accessibility_win.cc',
463 'controls/scrollbar/bitmap_scroll_bar.cc', 474 'controls/scrollbar/bitmap_scroll_bar.cc',
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 ], 846 ],
836 }, 847 },
837 ], 848 ],
838 'conditions': [ 849 'conditions': [
839 ['use_aura==1', { 850 ['use_aura==1', {
840 'targets': [ 851 'targets': [
841 { 852 {
842 'target_name': 'views_aura_desktop', 853 'target_name': 'views_aura_desktop',
843 'type': 'executable', 854 'type': 'executable',
844 'dependencies': [ 855 'dependencies': [
856 '../aura/aura.gyp:aura',
845 '../base/base.gyp:base', 857 '../base/base.gyp:base',
846 '../base/base.gyp:base_i18n', 858 '../base/base.gyp:base_i18n',
847 '../skia/skia.gyp:skia', 859 '../skia/skia.gyp:skia',
848 '../third_party/icu/icu.gyp:icui18n', 860 '../third_party/icu/icu.gyp:icui18n',
849 '../third_party/icu/icu.gyp:icuuc', 861 '../third_party/icu/icu.gyp:icuuc',
850 '../ui/ui.gyp:gfx_resources', 862 '../ui/ui.gyp:gfx_resources',
851 '../ui/ui.gyp:ui', 863 '../ui/ui.gyp:ui',
852 '../ui/ui.gyp:ui_resources', 864 '../ui/ui.gyp:ui_resources',
853 '../ui/ui.gyp:ui_resources_standard', 865 '../ui/ui.gyp:ui_resources_standard',
854 'views', 866 'views',
(...skipping 18 matching lines...) Expand all
873 'include_dirs': [ 885 'include_dirs': [
874 '<(DEPTH)/third_party/wtl/include', 886 '<(DEPTH)/third_party/wtl/include',
875 ], 887 ],
876 }], 888 }],
877 ], 889 ],
878 }, 890 },
879 ], 891 ],
880 }], 892 }],
881 ], 893 ],
882 } 894 }
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