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

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

Issue 23874013: Remove old activation code and disable-focus-controller flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 'view_model.h', 347 'view_model.h',
348 'view_model_utils.cc', 348 'view_model_utils.cc',
349 'view_model_utils.h', 349 'view_model_utils.h',
350 'view_win.cc', 350 'view_win.cc',
351 'views_delegate.cc', 351 'views_delegate.cc',
352 'views_delegate.h', 352 'views_delegate.h',
353 'widget/aero_tooltip_manager.cc', 353 'widget/aero_tooltip_manager.cc',
354 'widget/aero_tooltip_manager.h', 354 'widget/aero_tooltip_manager.h',
355 'widget/child_window_message_processor.cc', 355 'widget/child_window_message_processor.cc',
356 'widget/child_window_message_processor.h', 356 'widget/child_window_message_processor.h',
357 'widget/desktop_aura/desktop_activation_client.cc',
358 'widget/desktop_aura/desktop_activation_client.h',
359 'widget/desktop_aura/desktop_cursor_loader_updater.h', 357 'widget/desktop_aura/desktop_cursor_loader_updater.h',
360 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.cc', 358 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.cc',
361 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.h', 359 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.h',
362 'widget/desktop_aura/desktop_dispatcher_client.cc', 360 'widget/desktop_aura/desktop_dispatcher_client.cc',
363 'widget/desktop_aura/desktop_dispatcher_client.h', 361 'widget/desktop_aura/desktop_dispatcher_client.h',
364 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', 362 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc',
365 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', 363 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h',
366 'widget/desktop_aura/desktop_drag_drop_client_win.cc', 364 'widget/desktop_aura/desktop_drag_drop_client_win.cc',
367 'widget/desktop_aura/desktop_drag_drop_client_win.h', 365 'widget/desktop_aura/desktop_drag_drop_client_win.h',
368 'widget/desktop_aura/desktop_drop_target_win.cc', 366 'widget/desktop_aura/desktop_drop_target_win.cc',
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 'sources/': [ 1056 'sources/': [
1059 # This is needed because the aura rule strips it from the default 1057 # This is needed because the aura rule strips it from the default
1060 # sources list. 1058 # sources list.
1061 ['include', '^../../content/app/startup_helper_win.cc'], 1059 ['include', '^../../content/app/startup_helper_win.cc'],
1062 ], 1060 ],
1063 }], 1061 }],
1064 ], 1062 ],
1065 }, # target_name: views_examples_with_content_exe 1063 }, # target_name: views_examples_with_content_exe
1066 ], 1064 ],
1067 } 1065 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698