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

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

Issue 449923004: Views should not have third_party/wtl/include as an include directory on non-Windows builds. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | 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 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 ], 584 ],
585 'export_dependent_settings': [ 585 'export_dependent_settings': [
586 '../accessibility/accessibility.gyp:ax_gen', 586 '../accessibility/accessibility.gyp:ax_gen',
587 ], 587 ],
588 'defines': [ 588 'defines': [
589 'VIEWS_IMPLEMENTATION', 589 'VIEWS_IMPLEMENTATION',
590 ], 590 ],
591 'sources': [ 591 'sources': [
592 '<@(views_sources)', 592 '<@(views_sources)',
593 ], 593 ],
594 'include_dirs': [
595 '../../third_party/wtl/include',
596 ],
597 'conditions': [ 594 'conditions': [
598 ['use_ash==0', { 595 ['use_ash==0', {
599 'sources!': [ 596 'sources!': [
600 'bubble/tray_bubble_view.cc', 597 'bubble/tray_bubble_view.cc',
601 'bubble/tray_bubble_view.h', 598 'bubble/tray_bubble_view.h',
602 ], 599 ],
603 }], 600 }],
604 ['chromeos==0 and use_x11==1', { 601 ['chromeos==0 and use_x11==1', {
605 'dependencies': [ 602 'dependencies': [
606 '../display/display.gyp:display_util', 603 '../display/display.gyp:display_util',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 '../aura/aura.gyp:aura', 867 '../aura/aura.gyp:aura',
871 '../wm/wm.gyp:wm', 868 '../wm/wm.gyp:wm',
872 ], 869 ],
873 }], 870 }],
874 ], 871 ],
875 }, # target_name: macviews_interactive_ui_tests 872 }, # target_name: macviews_interactive_ui_tests
876 ], # targets 873 ], # targets
877 }], 874 }],
878 ], # conditions 875 ], # conditions
879 } 876 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698