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

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

Issue 10834079: views: Extract Widget observer into its own header file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/views/view.cc ('k') | ui/views/widget/widget.h » ('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 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'widget/native_widget_win.cc', 343 'widget/native_widget_win.cc',
344 'widget/native_widget_win.h', 344 'widget/native_widget_win.h',
345 'widget/widget.cc', 345 'widget/widget.cc',
346 'widget/widget.h', 346 'widget/widget.h',
347 'widget/widget_delegate.cc', 347 'widget/widget_delegate.cc',
348 'widget/widget_delegate.h', 348 'widget/widget_delegate.h',
349 'widget/widget_hwnd_utils.cc', 349 'widget/widget_hwnd_utils.cc',
350 'widget/widget_hwnd_utils.h', 350 'widget/widget_hwnd_utils.h',
351 'widget/widget_message_filter.cc', 351 'widget/widget_message_filter.cc',
352 'widget/widget_message_filter.h', 352 'widget/widget_message_filter.h',
353 'widget/widget_observer.h',
353 'widget/x11_desktop_handler.cc', 354 'widget/x11_desktop_handler.cc',
354 'widget/x11_desktop_handler.h', 355 'widget/x11_desktop_handler.h',
355 'widget/x11_window_event_filter.cc', 356 'widget/x11_window_event_filter.cc',
356 'widget/x11_window_event_filter.h', 357 'widget/x11_window_event_filter.h',
357 'window/client_view.cc', 358 'window/client_view.cc',
358 'window/client_view.h', 359 'window/client_view.h',
359 'window/custom_frame_view.cc', 360 'window/custom_frame_view.cc',
360 'window/custom_frame_view.h', 361 'window/custom_frame_view.h',
361 'window/dialog_client_view.cc', 362 'window/dialog_client_view.cc',
362 'window/dialog_client_view.h', 363 'window/dialog_client_view.h',
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 'sources/': [ 730 'sources/': [
730 # This is needed because the aura rule strips it from the default 731 # This is needed because the aura rule strips it from the default
731 # sources list. 732 # sources list.
732 ['include', '^../../content/app/startup_helper_win.cc'], 733 ['include', '^../../content/app/startup_helper_win.cc'],
733 ], 734 ],
734 }], 735 }],
735 ], 736 ],
736 }, # target_name: views_examples_lib 737 }, # target_name: views_examples_lib
737 ], 738 ],
738 } 739 }
OLDNEW
« no previous file with comments | « ui/views/view.cc ('k') | ui/views/widget/widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698