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

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

Issue 11416251: Desktop aura: Continue threading context through views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix erroneously removed line from NWWin tests. Created 8 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 | Annotate | Revision Log
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/native_widget_aura.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 'focus/focus_manager_test.cc', 685 'focus/focus_manager_test.cc',
686 'focus/focus_manager_unittest.cc', 686 'focus/focus_manager_unittest.cc',
687 'focus/focus_manager_unittest_win.cc', 687 'focus/focus_manager_unittest_win.cc',
688 'focus/focus_traversal_unittest.cc', 688 'focus/focus_traversal_unittest.cc',
689 'layout/box_layout_unittest.cc', 689 'layout/box_layout_unittest.cc',
690 'layout/grid_layout_unittest.cc', 690 'layout/grid_layout_unittest.cc',
691 'view_model_unittest.cc', 691 'view_model_unittest.cc',
692 'view_model_utils_unittest.cc', 692 'view_model_utils_unittest.cc',
693 'view_unittest.cc', 693 'view_unittest.cc',
694 'widget/native_widget_aura_unittest.cc', 694 'widget/native_widget_aura_unittest.cc',
695 'widget/native_widget_test_utils.h',
696 'widget/native_widget_test_utils_aura.cc',
697 'widget/native_widget_test_utils_win.cc',
698 'widget/native_widget_unittest.cc', 695 'widget/native_widget_unittest.cc',
699 'widget/native_widget_win_unittest.cc', 696 'widget/native_widget_win_unittest.cc',
700 'widget/widget_unittest.cc', 697 'widget/widget_unittest.cc',
701 'run_all_unittests.cc', 698 'run_all_unittests.cc',
702 ], 699 ],
703 'conditions': [ 700 'conditions': [
704 ['OS=="win"', { 701 ['OS=="win"', {
705 'link_settings': { 702 'link_settings': {
706 'libraries': [ 703 'libraries': [
707 '-limm32.lib', 704 '-limm32.lib',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 'sources/': [ 973 'sources/': [
977 # This is needed because the aura rule strips it from the default 974 # This is needed because the aura rule strips it from the default
978 # sources list. 975 # sources list.
979 ['include', '^../../content/app/startup_helper_win.cc'], 976 ['include', '^../../content/app/startup_helper_win.cc'],
980 ], 977 ],
981 }], 978 }],
982 ], 979 ],
983 }, # target_name: views_examples_with_content_exe 980 }, # target_name: views_examples_with_content_exe
984 ], 981 ],
985 } 982 }
OLDNEW
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698