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

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

Issue 15114002: Reorder the NativeViews attached to a view via kViewHostKey according to the position of the view (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'round_rect_painter.cc', 323 'round_rect_painter.cc',
324 'round_rect_painter.h', 324 'round_rect_painter.h',
325 'touchui/touch_editing_menu.cc', 325 'touchui/touch_editing_menu.cc',
326 'touchui/touch_editing_menu.h', 326 'touchui/touch_editing_menu.h',
327 'touchui/touch_selection_controller_impl.cc', 327 'touchui/touch_selection_controller_impl.cc',
328 'touchui/touch_selection_controller_impl.h', 328 'touchui/touch_selection_controller_impl.h',
329 'view.cc', 329 'view.cc',
330 'view.h', 330 'view.h',
331 'view_constants.cc', 331 'view_constants.cc',
332 'view_constants.h', 332 'view_constants.h',
333 'view_constants_aura.cc',
sky 2013/05/13 22:43:05 Fix the order here.
334 'view_constants_aura.h',
333 'view_aura.cc', 335 'view_aura.cc',
334 'view_model.cc', 336 'view_model.cc',
335 'view_model.h', 337 'view_model.h',
336 'view_model_utils.cc', 338 'view_model_utils.cc',
337 'view_model_utils.h', 339 'view_model_utils.h',
338 'view_text_utils.cc', 340 'view_text_utils.cc',
339 'view_text_utils.h', 341 'view_text_utils.h',
340 'view_win.cc', 342 'view_win.cc',
341 'views_delegate.cc', 343 'views_delegate.cc',
342 'views_delegate.h', 344 'views_delegate.h',
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 'sources/': [ 1012 'sources/': [
1011 # This is needed because the aura rule strips it from the default 1013 # This is needed because the aura rule strips it from the default
1012 # sources list. 1014 # sources list.
1013 ['include', '^../../content/app/startup_helper_win.cc'], 1015 ['include', '^../../content/app/startup_helper_win.cc'],
1014 ], 1016 ],
1015 }], 1017 }],
1016 ], 1018 ],
1017 }, # target_name: views_examples_with_content_exe 1019 }, # target_name: views_examples_with_content_exe
1018 ], 1020 ],
1019 } 1021 }
OLDNEW
« ui/views/view_constants_aura.h ('K') | « ui/views/view_constants_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698