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

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

Issue 1014663002: Buildfix for Ozone Linux build: guard build/linux/system.gyp:atk dep. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: separate out atk dependency Created 5 years, 9 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
« no previous file with comments | « no previous file | 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 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 'sources!': [ 628 'sources!': [
629 'bubble/tray_bubble_view.cc', 629 'bubble/tray_bubble_view.cc',
630 'bubble/tray_bubble_view.h', 630 'bubble/tray_bubble_view.h',
631 ], 631 ],
632 }], 632 }],
633 ['chromeos==0 and use_x11==1', { 633 ['chromeos==0 and use_x11==1', {
634 'dependencies': [ 634 'dependencies': [
635 '../display/display.gyp:display_util', 635 '../display/display.gyp:display_util',
636 ], 636 ],
637 }], 637 }],
638 ['OS=="linux" and chromeos==0 and use_ozone==0', {
639 'dependencies': [
640 '../../build/linux/system.gyp:atk',
641 ],
642 }],
638 ['OS=="linux" and chromeos==0', { 643 ['OS=="linux" and chromeos==0', {
639 'dependencies': [ 644 'dependencies': [
640 '../../build/linux/system.gyp:atk',
641 '../shell_dialogs/shell_dialogs.gyp:shell_dialogs', 645 '../shell_dialogs/shell_dialogs.gyp:shell_dialogs',
642 ], 646 ],
643 'sources!': [ 647 'sources!': [
644 'window/window_button_order_provider.cc', 648 'window/window_button_order_provider.cc',
645 ], 649 ],
646 }, { # OS=="linux" and chromeos==0 650 }, { # OS=="linux" and chromeos==0
647 'sources/': [ 651 'sources/': [
648 ['exclude', 'linux_ui'], 652 ['exclude', 'linux_ui'],
649 ], 653 ],
650 }], 654 }],
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 '../aura/aura.gyp:aura', 918 '../aura/aura.gyp:aura',
915 '../wm/wm.gyp:wm', 919 '../wm/wm.gyp:wm',
916 ], 920 ],
917 }], 921 }],
918 ], 922 ],
919 }, # target_name: macviews_interactive_ui_tests 923 }, # target_name: macviews_interactive_ui_tests
920 ], # targets 924 ], # targets
921 }], 925 }],
922 ], # conditions 926 ], # conditions
923 } 927 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698