| 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 | 8 |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 'widget/widget.h', | 348 'widget/widget.h', |
| 349 'widget/widget_delegate.cc', | 349 'widget/widget_delegate.cc', |
| 350 'widget/widget_delegate.h', | 350 'widget/widget_delegate.h', |
| 351 'widget/widget_hwnd_utils.cc', | 351 'widget/widget_hwnd_utils.cc', |
| 352 'widget/widget_hwnd_utils.h', | 352 'widget/widget_hwnd_utils.h', |
| 353 'widget/widget_message_filter.cc', | 353 'widget/widget_message_filter.cc', |
| 354 'widget/widget_message_filter.h', | 354 'widget/widget_message_filter.h', |
| 355 'widget/widget_observer.h', | 355 'widget/widget_observer.h', |
| 356 'widget/x11_desktop_handler.cc', | 356 'widget/x11_desktop_handler.cc', |
| 357 'widget/x11_desktop_handler.h', | 357 'widget/x11_desktop_handler.h', |
| 358 'widget/x11_desktop_window_move_client.cc', |
| 359 'widget/x11_desktop_window_move_client.h', |
| 358 'widget/x11_window_event_filter.cc', | 360 'widget/x11_window_event_filter.cc', |
| 359 'widget/x11_window_event_filter.h', | 361 'widget/x11_window_event_filter.h', |
| 360 'window/client_view.cc', | 362 'window/client_view.cc', |
| 361 'window/client_view.h', | 363 'window/client_view.h', |
| 362 'window/custom_frame_view.cc', | 364 'window/custom_frame_view.cc', |
| 363 'window/custom_frame_view.h', | 365 'window/custom_frame_view.h', |
| 364 'window/dialog_client_view.cc', | 366 'window/dialog_client_view.cc', |
| 365 'window/dialog_client_view.h', | 367 'window/dialog_client_view.h', |
| 366 'window/dialog_delegate.cc', | 368 'window/dialog_delegate.cc', |
| 367 'window/dialog_delegate.h', | 369 'window/dialog_delegate.h', |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 732 'sources/': [ | 734 'sources/': [ |
| 733 # This is needed because the aura rule strips it from the default | 735 # This is needed because the aura rule strips it from the default |
| 734 # sources list. | 736 # sources list. |
| 735 ['include', '^../../content/app/startup_helper_win.cc'], | 737 ['include', '^../../content/app/startup_helper_win.cc'], |
| 736 ], | 738 ], |
| 737 }], | 739 }], |
| 738 ], | 740 ], |
| 739 }, # target_name: views_examples_with_content_exe | 741 }, # target_name: views_examples_with_content_exe |
| 740 ], | 742 ], |
| 741 } | 743 } |
| OLD | NEW |