| 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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 'widget/native_widget_aura_window_observer.h', | 513 'widget/native_widget_aura_window_observer.h', |
| 514 'widget/widget_aura_utils.cc', | 514 'widget/widget_aura_utils.cc', |
| 515 'widget/widget_aura_utils.h', | 515 'widget/widget_aura_utils.h', |
| 516 ], | 516 ], |
| 517 }], | 517 }], |
| 518 ['chromeos==1', { | 518 ['chromeos==1', { |
| 519 'sources/': [ | 519 'sources/': [ |
| 520 ['exclude', 'widget/desktop_aura'], | 520 ['exclude', 'widget/desktop_aura'], |
| 521 ], | 521 ], |
| 522 }], | 522 }], |
| 523 ['use_ash==0', { |
| 524 'sources!': [ |
| 525 'bubble/tray_bubble_view.cc', |
| 526 'bubble/tray_bubble_view.h', |
| 527 ], |
| 528 }], |
| 523 ['use_aura==0 and OS=="win"', { | 529 ['use_aura==0 and OS=="win"', { |
| 524 'sources!': [ | 530 'sources!': [ |
| 525 'controls/menu/menu_config_views.cc', | 531 'controls/menu/menu_config_views.cc', |
| 526 'controls/menu/menu_separator_views.cc', | 532 'controls/menu/menu_separator_views.cc', |
| 527 ], | 533 ], |
| 528 }], | 534 }], |
| 529 ['use_aura==1 and OS=="win"', { | 535 ['use_aura==1 and OS=="win"', { |
| 530 'sources/': [ | 536 'sources/': [ |
| 531 ['include', 'controls/menu/menu_config_win.cc'], | 537 ['include', 'controls/menu/menu_config_win.cc'], |
| 532 ['include', 'controls/menu/menu_separator_win.cc'], | 538 ['include', 'controls/menu/menu_separator_win.cc'], |
| (...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1027 'sources/': [ | 1033 'sources/': [ |
| 1028 # This is needed because the aura rule strips it from the default | 1034 # This is needed because the aura rule strips it from the default |
| 1029 # sources list. | 1035 # sources list. |
| 1030 ['include', '^../../content/app/startup_helper_win.cc'], | 1036 ['include', '^../../content/app/startup_helper_win.cc'], |
| 1031 ], | 1037 ], |
| 1032 }], | 1038 }], |
| 1033 ], | 1039 ], |
| 1034 }, # target_name: views_examples_with_content_exe | 1040 }, # target_name: views_examples_with_content_exe |
| 1035 ], | 1041 ], |
| 1036 } | 1042 } |
| OLD | NEW |