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 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 'round_rect_painter.cc', 321 'round_rect_painter.cc',
322 'round_rect_painter.h', 322 'round_rect_painter.h',
323 'touchui/touch_editing_menu.cc', 323 'touchui/touch_editing_menu.cc',
324 'touchui/touch_editing_menu.h', 324 'touchui/touch_editing_menu.h',
325 'touchui/touch_selection_controller_impl.cc', 325 'touchui/touch_selection_controller_impl.cc',
326 'touchui/touch_selection_controller_impl.h', 326 'touchui/touch_selection_controller_impl.h',
327 'view.cc', 327 'view.cc',
328 'view.h', 328 'view.h',
329 'view_constants.cc', 329 'view_constants.cc',
330 'view_constants.h', 330 'view_constants.h',
331 'view_constants_aura.cc',
332 'view_constants_aura.h',
331 'view_aura.cc', 333 'view_aura.cc',
332 'view_model.cc', 334 'view_model.cc',
333 'view_model.h', 335 'view_model.h',
334 'view_model_utils.cc', 336 'view_model_utils.cc',
335 'view_model_utils.h', 337 'view_model_utils.h',
336 'view_text_utils.cc', 338 'view_text_utils.cc',
337 'view_text_utils.h', 339 'view_text_utils.h',
338 'view_win.cc', 340 'view_win.cc',
339 'views_delegate.cc', 341 'views_delegate.cc',
340 'views_delegate.h', 342 'views_delegate.h',
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
1007 'sources/': [ 1009 'sources/': [
1008 # This is needed because the aura rule strips it from the default 1010 # This is needed because the aura rule strips it from the default
1009 # sources list. 1011 # sources list.
1010 ['include', '^../../content/app/startup_helper_win.cc'], 1012 ['include', '^../../content/app/startup_helper_win.cc'],
1011 ], 1013 ],
1012 }], 1014 }],
1013 ], 1015 ],
1014 }, # target_name: views_examples_with_content_exe 1016 }, # target_name: views_examples_with_content_exe
1015 ], 1017 ],
1016 } 1018 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698