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

Side by Side Diff: base/base.gyp

Issue 209343003: Remove prtypes.h and prcpucfg*.h from base/third_party/nspr. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Use 2147483647 instead of INT_MAX Created 6 years, 9 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 | base/base.gypi » ('j') | crypto/third_party/nss/chromium-prtypes.h » ('J')
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'conditions': [ 214 'conditions': [
215 ['OS=="win"', { 215 ['OS=="win"', {
216 'sources!': [ 216 'sources!': [
217 'debug/debug_on_start_win.cc', 217 'debug/debug_on_start_win.cc',
218 ], 218 ],
219 }], 219 }],
220 ], 220 ],
221 }], 221 }],
222 ], 222 ],
223 'sources': [ 223 'sources': [
224 'third_party/nspr/prcpucfg.h',
225 'third_party/nspr/prcpucfg_win.h',
226 'third_party/nspr/prtypes.h',
227 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', 224 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
228 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', 225 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h',
229 'async_socket_io_handler.h', 226 'async_socket_io_handler.h',
230 'async_socket_io_handler_posix.cc', 227 'async_socket_io_handler_posix.cc',
231 'async_socket_io_handler_win.cc', 228 'async_socket_io_handler_win.cc',
232 'auto_reset.h', 229 'auto_reset.h',
233 'event_recorder.h', 230 'event_recorder.h',
234 'event_recorder_stubs.cc', 231 'event_recorder_stubs.cc',
235 'event_recorder_win.cc', 232 'event_recorder_win.cc',
236 'linux_util.cc', 233 'linux_util.cc',
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 ], 1081 ],
1085 }], 1082 }],
1086 ], 1083 ],
1087 # TODO(rvargas): Bug 78117. Remove this. 1084 # TODO(rvargas): Bug 78117. Remove this.
1088 'msvs_disabled_warnings': [ 1085 'msvs_disabled_warnings': [
1089 4244, 1086 4244,
1090 4996, 1087 4996,
1091 4267, 1088 4267,
1092 ], 1089 ],
1093 'sources': [ 1090 'sources': [
1094 'third_party/nspr/prcpucfg.h',
1095 'third_party/nspr/prcpucfg_win.h',
1096 'third_party/nspr/prtypes.h',
1097 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', 1091 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
1098 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', 1092 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h',
1099 'async_socket_io_handler.h', 1093 'async_socket_io_handler.h',
1100 'async_socket_io_handler_posix.cc', 1094 'async_socket_io_handler_posix.cc',
1101 'async_socket_io_handler_win.cc', 1095 'async_socket_io_handler_win.cc',
1102 'auto_reset.h', 1096 'auto_reset.h',
1103 'event_recorder.h', 1097 'event_recorder.h',
1104 'event_recorder_stubs.cc', 1098 'event_recorder_stubs.cc',
1105 'event_recorder_win.cc', 1099 'event_recorder_win.cc',
1106 'linux_util.cc', 1100 'linux_util.cc',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
1476 'base_unittests.isolate', 1470 'base_unittests.isolate',
1477 ], 1471 ],
1478 'sources': [ 1472 'sources': [
1479 'base_unittests.isolate', 1473 'base_unittests.isolate',
1480 ], 1474 ],
1481 }, 1475 },
1482 ], 1476 ],
1483 }], 1477 }],
1484 ], 1478 ],
1485 } 1479 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | crypto/third_party/nss/chromium-prtypes.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698