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

Side by Side Diff: views/views.gyp

Issue 8570013: Fix Linux aura compile error. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 '../ui/ui.gyp:gfx_resources', 907 '../ui/ui.gyp:gfx_resources',
908 '../ui/ui.gyp:ui', 908 '../ui/ui.gyp:ui',
909 '../ui/ui.gyp:ui_resources', 909 '../ui/ui.gyp:ui_resources',
910 '../ui/ui.gyp:ui_resources_standard', 910 '../ui/ui.gyp:ui_resources_standard',
911 'views', 911 'views',
912 ], 912 ],
913 'include_dirs': [ 913 'include_dirs': [
914 '..', 914 '..',
915 ], 915 ],
916 'sources': [ 916 'sources': [
917 '../ui/aura_desktop/aura_desktop_main.cc', 917 '../ui/views/aura_desktop/aura_desktop_main.cc',
918 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 918 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
919 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 919 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
920 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st andard.rc', 920 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st andard.rc',
921 ], 921 ],
922 'conditions': [ 922 'conditions': [
923 ['OS=="win"', { 923 ['OS=="win"', {
924 'link_settings': { 924 'link_settings': {
925 'libraries': [ 925 'libraries': [
926 '-limm32.lib', 926 '-limm32.lib',
927 '-loleacc.lib', 927 '-loleacc.lib',
928 ] 928 ]
929 }, 929 },
930 'include_dirs': [ 930 'include_dirs': [
931 '../third_party/wtl/include', 931 '../third_party/wtl/include',
932 ], 932 ],
933 }], 933 }],
934 ], 934 ],
935 }, 935 },
936 ], 936 ],
937 }], 937 }],
938 ], 938 ],
939 } 939 }
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