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

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

Issue 36953002: views: Support Desktop Aura creation on Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: trying one more time upload the same set due "HTTP Error 500: Internal Server Error" Created 7 years 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
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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'widget/desktop_aura/desktop_factory_ozone.cc', 382 'widget/desktop_aura/desktop_factory_ozone.cc',
383 'widget/desktop_aura/desktop_factory_ozone.h', 383 'widget/desktop_aura/desktop_factory_ozone.h',
384 'widget/desktop_aura/desktop_focus_rules.cc', 384 'widget/desktop_aura/desktop_focus_rules.cc',
385 'widget/desktop_aura/desktop_focus_rules.h', 385 'widget/desktop_aura/desktop_focus_rules.h',
386 'widget/desktop_aura/desktop_native_cursor_manager.cc', 386 'widget/desktop_aura/desktop_native_cursor_manager.cc',
387 'widget/desktop_aura/desktop_native_cursor_manager.h', 387 'widget/desktop_aura/desktop_native_cursor_manager.h',
388 'widget/desktop_aura/desktop_native_widget_aura.cc', 388 'widget/desktop_aura/desktop_native_widget_aura.cc',
389 'widget/desktop_aura/desktop_native_widget_aura.h', 389 'widget/desktop_aura/desktop_native_widget_aura.h',
390 'widget/desktop_aura/desktop_root_window_host.h', 390 'widget/desktop_aura/desktop_root_window_host.h',
391 'widget/desktop_aura/desktop_root_window_host_ozone.cc', 391 'widget/desktop_aura/desktop_root_window_host_ozone.cc',
392 'widget/desktop_aura/desktop_root_window_host_ozone.h',
392 'widget/desktop_aura/desktop_root_window_host_win.cc', 393 'widget/desktop_aura/desktop_root_window_host_win.cc',
393 'widget/desktop_aura/desktop_root_window_host_win.h', 394 'widget/desktop_aura/desktop_root_window_host_win.h',
394 'widget/desktop_aura/desktop_root_window_host_x11.cc', 395 'widget/desktop_aura/desktop_root_window_host_x11.cc',
395 'widget/desktop_aura/desktop_root_window_host_x11.h', 396 'widget/desktop_aura/desktop_root_window_host_x11.h',
396 'widget/desktop_aura/desktop_screen.h', 397 'widget/desktop_aura/desktop_screen.h',
397 'widget/desktop_aura/desktop_screen_ozone.cc', 398 'widget/desktop_aura/desktop_screen_ozone.cc',
398 'widget/desktop_aura/desktop_screen_position_client.cc', 399 'widget/desktop_aura/desktop_screen_position_client.cc',
399 'widget/desktop_aura/desktop_screen_position_client.h', 400 'widget/desktop_aura/desktop_screen_position_client.h',
400 'widget/desktop_aura/desktop_screen_win.cc', 401 'widget/desktop_aura/desktop_screen_win.cc',
401 'widget/desktop_aura/desktop_screen_win.h', 402 'widget/desktop_aura/desktop_screen_win.h',
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
1102 'sources/': [ 1103 'sources/': [
1103 # This is needed because the aura rule strips it from the default 1104 # This is needed because the aura rule strips it from the default
1104 # sources list. 1105 # sources list.
1105 ['include', '^../../content/app/startup_helper_win.cc'], 1106 ['include', '^../../content/app/startup_helper_win.cc'],
1106 ], 1107 ],
1107 }], 1108 }],
1108 ], 1109 ],
1109 }, # target_name: views_examples_with_content_exe 1110 }, # target_name: views_examples_with_content_exe
1110 ], 1111 ],
1111 } 1112 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698