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

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

Issue 1855463002: Remove "#pragma comment(lib" in ui. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/win/windows_session_change_observer.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 # 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 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 # For accessibility 731 # For accessibility
732 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 732 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
733 ], 733 ],
734 'include_dirs': [ 734 'include_dirs': [
735 '../../third_party/wtl/include', 735 '../../third_party/wtl/include',
736 ], 736 ],
737 'link_settings': { 737 'link_settings': {
738 'libraries': [ 738 'libraries': [
739 '-limm32.lib', 739 '-limm32.lib',
740 '-loleacc.lib', 740 '-loleacc.lib',
741 '-lwtsapi32.lib',
741 ], 742 ],
742 'msvs_settings': { 743 'msvs_settings': {
743 'VCLinkerTool': { 744 'VCLinkerTool': {
744 'DelayLoadDLLs': [ 745 'DelayLoadDLLs': [
745 'user32.dll', 746 'user32.dll',
746 ], 747 ],
747 }, 748 },
748 }, 749 },
749 }, 750 },
750 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 751 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 '../aura/aura.gyp:aura', 1021 '../aura/aura.gyp:aura',
1021 '../wm/wm.gyp:wm', 1022 '../wm/wm.gyp:wm',
1022 ], 1023 ],
1023 }], 1024 }],
1024 ], 1025 ],
1025 }, # target_name: macviews_interactive_ui_tests 1026 }, # target_name: macviews_interactive_ui_tests
1026 ], # targets 1027 ], # targets
1027 }], 1028 }],
1028 ], # conditions 1029 ], # conditions
1029 } 1030 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/win/windows_session_change_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698