| 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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 ], | 483 ], |
| 484 }], | 484 }], |
| 485 ], | 485 ], |
| 486 }], | 486 }], |
| 487 ['use_aura==0', { | 487 ['use_aura==0', { |
| 488 'sources/': [ | 488 'sources/': [ |
| 489 ['exclude', 'corewm'], | 489 ['exclude', 'corewm'], |
| 490 ['exclude', 'widget/desktop_aura'], | 490 ['exclude', 'widget/desktop_aura'], |
| 491 ], | 491 ], |
| 492 'sources!': [ | 492 'sources!': [ |
| 493 'bubble/tray_bubble_view.cc', | |
| 494 'bubble/tray_bubble_view.h', | |
| 495 'widget/native_widget_aura_window_observer.cc', | 493 'widget/native_widget_aura_window_observer.cc', |
| 496 'widget/native_widget_aura_window_observer.h', | 494 'widget/native_widget_aura_window_observer.h', |
| 497 'widget/widget_aura_utils.cc', | 495 'widget/widget_aura_utils.cc', |
| 498 'widget/widget_aura_utils.h', | 496 'widget/widget_aura_utils.h', |
| 499 ], | 497 ], |
| 500 }], | 498 }], |
| 501 ['chromeos==1', { | 499 ['chromeos==1', { |
| 502 'sources/': [ | 500 'sources/': [ |
| 503 ['exclude', 'widget/desktop_aura'], | 501 ['exclude', 'widget/desktop_aura'], |
| 504 ], | 502 ], |
| (...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 986 'sources/': [ | 984 'sources/': [ |
| 987 # This is needed because the aura rule strips it from the default | 985 # This is needed because the aura rule strips it from the default |
| 988 # sources list. | 986 # sources list. |
| 989 ['include', '^../../content/app/startup_helper_win.cc'], | 987 ['include', '^../../content/app/startup_helper_win.cc'], |
| 990 ], | 988 ], |
| 991 }], | 989 }], |
| 992 ], | 990 ], |
| 993 }, # target_name: views_examples_with_content_exe | 991 }, # target_name: views_examples_with_content_exe |
| 994 ], | 992 ], |
| 995 } | 993 } |
| OLD | NEW |