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

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

Issue 12315139: Sort out build dependencies for LinuxUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comment Created 7 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 | Annotate | Revision Log
« no previous file with comments | « ui/ui.gyp ('k') | ui/views/widget/desktop_aura/desktop_root_window_host_linux.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) 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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 'controls/menu/menu_separator_views.cc', 491 'controls/menu/menu_separator_views.cc',
492 ], 492 ],
493 }], 493 }],
494 ['use_aura==1 and OS=="win"', { 494 ['use_aura==1 and OS=="win"', {
495 'sources/': [ 495 'sources/': [
496 ['include', 'controls/menu/menu_config_win.cc'], 496 ['include', 'controls/menu/menu_config_win.cc'],
497 ['include', 'controls/menu/menu_item_view_win.cc'], 497 ['include', 'controls/menu/menu_item_view_win.cc'],
498 ['include', 'controls/menu/menu_separator_win.cc'], 498 ['include', 'controls/menu/menu_separator_win.cc'],
499 ], 499 ],
500 }], 500 }],
501 ['use_aura==1 and OS=="linux" and chromeos==0', {
502 'dependencies': [
503 '../linux_ui/linux_ui.gyp:linux_ui',
504 ],
505 }],
501 ['OS=="win"', { 506 ['OS=="win"', {
502 'dependencies': [ 507 'dependencies': [
503 # For accessibility 508 # For accessibility
504 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 509 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
505 ], 510 ],
506 'include_dirs': [ 511 'include_dirs': [
507 '../../third_party/wtl/include', 512 '../../third_party/wtl/include',
508 ], 513 ],
509 'link_settings': { 514 'link_settings': {
510 'msvs_settings': { 515 'msvs_settings': {
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 'sources/': [ 973 'sources/': [
969 # This is needed because the aura rule strips it from the default 974 # This is needed because the aura rule strips it from the default
970 # sources list. 975 # sources list.
971 ['include', '^../../content/app/startup_helper_win.cc'], 976 ['include', '^../../content/app/startup_helper_win.cc'],
972 ], 977 ],
973 }], 978 }],
974 ], 979 ],
975 }, # target_name: views_examples_with_content_exe 980 }, # target_name: views_examples_with_content_exe
976 ], 981 ],
977 } 982 }
OLDNEW
« no previous file with comments | « ui/ui.gyp ('k') | ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698