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

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

Issue 14189002: linux_aura: Implement dropping in chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sky nits Created 7 years, 8 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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 'widget/default_theme_provider.h', 348 'widget/default_theme_provider.h',
349 'widget/desktop_aura/desktop_activation_client.cc', 349 'widget/desktop_aura/desktop_activation_client.cc',
350 'widget/desktop_aura/desktop_activation_client.h', 350 'widget/desktop_aura/desktop_activation_client.h',
351 'widget/desktop_aura/desktop_capture_client.cc', 351 'widget/desktop_aura/desktop_capture_client.cc',
352 'widget/desktop_aura/desktop_capture_client.h', 352 'widget/desktop_aura/desktop_capture_client.h',
353 'widget/desktop_aura/desktop_cursor_loader_updater.h', 353 'widget/desktop_aura/desktop_cursor_loader_updater.h',
354 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.cc', 354 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.cc',
355 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.h', 355 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.h',
356 'widget/desktop_aura/desktop_dispatcher_client.cc', 356 'widget/desktop_aura/desktop_dispatcher_client.cc',
357 'widget/desktop_aura/desktop_dispatcher_client.h', 357 'widget/desktop_aura/desktop_dispatcher_client.h',
358 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc',
359 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h',
358 'widget/desktop_aura/desktop_drag_drop_client_win.cc', 360 'widget/desktop_aura/desktop_drag_drop_client_win.cc',
359 'widget/desktop_aura/desktop_drag_drop_client_win.h', 361 'widget/desktop_aura/desktop_drag_drop_client_win.h',
360 'widget/desktop_aura/desktop_drop_target_win.cc', 362 'widget/desktop_aura/desktop_drop_target_win.cc',
361 'widget/desktop_aura/desktop_drop_target_win.h', 363 'widget/desktop_aura/desktop_drop_target_win.h',
362 'widget/desktop_aura/desktop_focus_rules.cc', 364 'widget/desktop_aura/desktop_focus_rules.cc',
363 'widget/desktop_aura/desktop_focus_rules.h', 365 'widget/desktop_aura/desktop_focus_rules.h',
364 'widget/desktop_aura/desktop_layout_manager.cc', 366 'widget/desktop_aura/desktop_layout_manager.cc',
365 'widget/desktop_aura/desktop_layout_manager.h', 367 'widget/desktop_aura/desktop_layout_manager.h',
366 'widget/desktop_aura/desktop_native_cursor_manager.cc', 368 'widget/desktop_aura/desktop_native_cursor_manager.cc',
367 'widget/desktop_aura/desktop_native_cursor_manager.h', 369 'widget/desktop_aura/desktop_native_cursor_manager.h',
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 'sources/': [ 1010 'sources/': [
1009 # This is needed because the aura rule strips it from the default 1011 # This is needed because the aura rule strips it from the default
1010 # sources list. 1012 # sources list.
1011 ['include', '^../../content/app/startup_helper_win.cc'], 1013 ['include', '^../../content/app/startup_helper_win.cc'],
1012 ], 1014 ],
1013 }], 1015 }],
1014 ], 1016 ],
1015 }, # target_name: views_examples_with_content_exe 1017 }, # target_name: views_examples_with_content_exe
1016 ], 1018 ],
1017 } 1019 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698