OLD | NEW |
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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
525 ['use_aura==1 and OS=="win"', { | 525 ['use_aura==1 and OS=="win"', { |
526 'sources/': [ | 526 'sources/': [ |
527 ['include', 'controls/menu/menu_config_win.cc'], | 527 ['include', 'controls/menu/menu_config_win.cc'], |
528 ['include', 'controls/menu/menu_separator_win.cc'], | 528 ['include', 'controls/menu/menu_separator_win.cc'], |
529 ['include', 'accessibility/native_view_accessibility_win.cc'], | 529 ['include', 'accessibility/native_view_accessibility_win.cc'], |
530 ['include', 'accessibility/native_view_accessibility_win.h'], | 530 ['include', 'accessibility/native_view_accessibility_win.h'], |
531 ], | 531 ], |
532 }], | 532 }], |
533 ['use_aura==1 and OS=="linux" and chromeos==0', { | 533 ['use_aura==1 and OS=="linux" and chromeos==0', { |
534 'dependencies': [ | 534 'dependencies': [ |
| 535 '../ui.gyp:shell_dialogs', |
535 '../linux_ui/linux_ui.gyp:linux_ui', | 536 '../linux_ui/linux_ui.gyp:linux_ui', |
536 ], | 537 ], |
537 }], | 538 }], |
538 ['OS=="win"', { | 539 ['OS=="win"', { |
539 'dependencies': [ | 540 'dependencies': [ |
540 # For accessibility | 541 # For accessibility |
541 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 542 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
542 ], | 543 ], |
543 'include_dirs': [ | 544 'include_dirs': [ |
544 '../../third_party/wtl/include', | 545 '../../third_party/wtl/include', |
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1028 'sources/': [ | 1029 'sources/': [ |
1029 # This is needed because the aura rule strips it from the default | 1030 # This is needed because the aura rule strips it from the default |
1030 # sources list. | 1031 # sources list. |
1031 ['include', '^../../content/app/startup_helper_win.cc'], | 1032 ['include', '^../../content/app/startup_helper_win.cc'], |
1032 ], | 1033 ], |
1033 }], | 1034 }], |
1034 ], | 1035 ], |
1035 }, # target_name: views_examples_with_content_exe | 1036 }, # target_name: views_examples_with_content_exe |
1036 ], | 1037 ], |
1037 } | 1038 } |
OLD | NEW |