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

Side by Side Diff: app/app.gyp

Issue 6386009: Remove app/win/win_util.h,cc etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with NSApp changes in r73581 Created 9 years, 10 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 | app/app_base.gypi » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'variables': { 6 'variables': {
7 # TODO: remove this helper when we have loops in GYP 7 # TODO: remove this helper when we have loops in GYP
8 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py',], 8 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py',],
9 'chromium_code': 1, 9 'chromium_code': 1,
10 'grit_info_cmd': ['python', '../tools/grit/grit_info.py', 10 'grit_info_cmd': ['python', '../tools/grit/grit_info.py',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 '../ui/base/resource/data_pack_unittest.cc', 52 '../ui/base/resource/data_pack_unittest.cc',
53 '../ui/base/system_monitor/system_monitor_unittest.cc', 53 '../ui/base/system_monitor/system_monitor_unittest.cc',
54 '../ui/base/test/data/resource.h', 54 '../ui/base/test/data/resource.h',
55 '../ui/base/text/text_elider_unittest.cc', 55 '../ui/base/text/text_elider_unittest.cc',
56 '../ui/base/view_prop_unittest.cc', 56 '../ui/base/view_prop_unittest.cc',
57 'run_all_unittests.cc', 57 'run_all_unittests.cc',
58 'sql/connection_unittest.cc', 58 'sql/connection_unittest.cc',
59 'sql/statement_unittest.cc', 59 'sql/statement_unittest.cc',
60 'sql/transaction_unittest.cc', 60 'sql/transaction_unittest.cc',
61 'test_suite.h', 61 'test_suite.h',
62 'win/win_util_unittest.cc',
63 ], 62 ],
64 'include_dirs': [ 63 'include_dirs': [
65 '..', 64 '..',
66 ], 65 ],
67 'conditions': [ 66 'conditions': [
68 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 67 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
69 'sources': [ 68 'sources': [
70 '../ui/base/dragdrop/gtk_dnd_util_unittest.cc', 69 '../ui/base/dragdrop/gtk_dnd_util_unittest.cc',
71 ], 70 ],
72 'dependencies': [ 71 'dependencies': [
73 'app_unittest_strings', 72 'app_unittest_strings',
74 '../build/linux/system.gyp:gtk', 73 '../build/linux/system.gyp:gtk',
75 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 74 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
76 ], 75 ],
77 }], 76 }],
78 ['OS!="win"', { 77 ['OS!="win"', {
79 'sources!': [ 78 'sources!': [
80 '../ui/base/dragdrop/os_exchange_data_win_unittest.cc', 79 '../ui/base/dragdrop/os_exchange_data_win_unittest.cc',
81 '../ui/base/view_prop_unittest.cc', 80 '../ui/base/view_prop_unittest.cc',
82 'win_util_unittest.cc',
83 ], 81 ],
84 }], 82 }],
85 ['OS =="linux" or OS =="freebsd"', { 83 ['OS =="linux" or OS =="freebsd"', {
86 'conditions': [ 84 'conditions': [
87 ['linux_use_tcmalloc==1', { 85 ['linux_use_tcmalloc==1', {
88 'dependencies': [ 86 'dependencies': [
89 '../base/allocator/allocator.gyp:allocator', 87 '../base/allocator/allocator.gyp:allocator',
90 ], 88 ],
91 }], 89 }],
92 ], 90 ],
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 }], 202 }],
205 }], 203 }],
206 ], 204 ],
207 } 205 }
208 206
209 # Local Variables: 207 # Local Variables:
210 # tab-width:2 208 # tab-width:2
211 # indent-tabs-mode:nil 209 # indent-tabs-mode:nil
212 # End: 210 # End:
213 # vim: set expandtab tabstop=2 shiftwidth=2: 211 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | app/app_base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698