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

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

Issue 132013004: Moves transient window observer methods out of WindowObserver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments and update gyp Created 6 years, 11 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
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 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'corewm/tooltip_aura.cc', 260 'corewm/tooltip_aura.cc',
261 'corewm/tooltip_aura.h', 261 'corewm/tooltip_aura.h',
262 'corewm/tooltip_controller.cc', 262 'corewm/tooltip_controller.cc',
263 'corewm/tooltip_controller.h', 263 'corewm/tooltip_controller.h',
264 'corewm/tooltip_win.cc', 264 'corewm/tooltip_win.cc',
265 'corewm/tooltip_win.h', 265 'corewm/tooltip_win.h',
266 'corewm/transient_window_controller.cc', 266 'corewm/transient_window_controller.cc',
267 'corewm/transient_window_controller.h', 267 'corewm/transient_window_controller.h',
268 'corewm/transient_window_manager.cc', 268 'corewm/transient_window_manager.cc',
269 'corewm/transient_window_manager.h', 269 'corewm/transient_window_manager.h',
270 'corewm/transient_window_observer.h',
270 'corewm/transient_window_stacking_client.cc', 271 'corewm/transient_window_stacking_client.cc',
271 'corewm/transient_window_stacking_client.h', 272 'corewm/transient_window_stacking_client.h',
272 'corewm/visibility_controller.cc', 273 'corewm/visibility_controller.cc',
273 'corewm/visibility_controller.h', 274 'corewm/visibility_controller.h',
274 'corewm/window_animations.cc', 275 'corewm/window_animations.cc',
275 'corewm/window_animations.h', 276 'corewm/window_animations.h',
276 'corewm/window_modality_controller.cc', 277 'corewm/window_modality_controller.cc',
277 'corewm/window_modality_controller.h', 278 'corewm/window_modality_controller.h',
278 'corewm/window_util.cc', 279 'corewm/window_util.cc',
279 'corewm/window_util.h', 280 'corewm/window_util.h',
(...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 'sources/': [ 1125 'sources/': [
1125 # This is needed because the aura rule strips it from the default 1126 # This is needed because the aura rule strips it from the default
1126 # sources list. 1127 # sources list.
1127 ['include', '^../../content/app/startup_helper_win.cc'], 1128 ['include', '^../../content/app/startup_helper_win.cc'],
1128 ], 1129 ],
1129 }], 1130 }],
1130 ], 1131 ],
1131 }, # target_name: views_examples_with_content_exe 1132 }, # target_name: views_examples_with_content_exe
1132 ], 1133 ],
1133 } 1134 }
OLDNEW
« ash/wm/immersive_fullscreen_controller.h ('K') | « ui/views/corewm/transient_window_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698