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

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

Issue 10084020: Removing defunct code around PureViews. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge tests. Created 8 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
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/native_widget_win.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 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 '-limm32.lib', 512 '-limm32.lib',
513 '-loleacc.lib', 513 '-loleacc.lib',
514 ] 514 ]
515 }, 515 },
516 'include_dirs': [ 516 'include_dirs': [
517 '../third_party/wtl/include', 517 '../third_party/wtl/include',
518 ], 518 ],
519 }], 519 }],
520 ['use_aura==0 and OS=="win"', { 520 ['use_aura==0 and OS=="win"', {
521 'sources/': [ 521 'sources/': [
522 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'],
523 ['exclude', 'controls/textfield/native_textfield_views_unittest.cc'] ,
522 ['exclude', 'controls/tree/tree_view_views_unittest.cc'], 524 ['exclude', 'controls/tree/tree_view_views_unittest.cc'],
523 ], 525 ],
524 }], 526 }],
525 [ 'use_aura==1', { 527 [ 'use_aura==1', {
526 'dependencies': [ 528 'dependencies': [
527 '../aura/aura.gyp:test_support_aura', 529 '../aura/aura.gyp:test_support_aura',
528 ], 530 ],
529 'sources/': [ 531 'sources/': [
530 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], 532 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'],
531 ['exclude', 'controls/table/table_view_unittest.cc'], 533 ['exclude', 'controls/table/table_view_unittest.cc'],
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 ['use_aura==1', { 685 ['use_aura==1', {
684 'dependencies': [ 686 'dependencies': [
685 '../gfx/compositor/compositor.gyp:compositor', 687 '../gfx/compositor/compositor.gyp:compositor',
686 '../gfx/compositor/compositor.gyp:compositor_test_support', 688 '../gfx/compositor/compositor.gyp:compositor_test_support',
687 ], 689 ],
688 }], 690 }],
689 ], 691 ],
690 }, # target_name: views_examples_lib 692 }, # target_name: views_examples_lib
691 ], 693 ],
692 } 694 }
OLDNEW
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/native_widget_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698