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

Side by Side Diff: base/base.gypi

Issue 2865021: Revert r50648, except a minor change to sha1_portable.cc.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 6 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) 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_extra_target': 0, 9 'base_extra_target': 0,
10 }, 10 },
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 ], 342 ],
343 },], 343 },],
344 [ 'OS == "win"', { 344 [ 'OS == "win"', {
345 'include_dirs': [ 345 'include_dirs': [
346 '<(DEPTH)/third_party/wtl/include', 346 '<(DEPTH)/third_party/wtl/include',
347 ], 347 ],
348 'sources!': [ 348 'sources!': [
349 'event_recorder_stubs.cc', 349 'event_recorder_stubs.cc',
350 'file_descriptor_shuffle.cc', 350 'file_descriptor_shuffle.cc',
351 'message_pump_libevent.cc', 351 'message_pump_libevent.cc',
352 'sha1_portable.cc', 352 # Not using sha1_win.cc because it may have caused a
353 # regression to page cycler moz.
354 'sha1_win.cc',
353 'string16.cc', 355 'string16.cc',
354 'trace_event.cc', 356 'trace_event.cc',
355 ], 357 ],
356 },], 358 },],
357 ], 359 ],
358 }], 360 }],
359 ['base_extra_target', { 361 ['base_extra_target', {
360 'sources': [ 362 'sources': [
361 'crypto/capi_util.cc', 363 'crypto/capi_util.cc',
362 'crypto/capi_util.h', 364 'crypto/capi_util.h',
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 'third_party/xdg_mime/xdgmimemagic.c', 731 'third_party/xdg_mime/xdgmimemagic.c',
730 'third_party/xdg_mime/xdgmimemagic.h', 732 'third_party/xdg_mime/xdgmimemagic.h',
731 'third_party/xdg_mime/xdgmimeparent.c', 733 'third_party/xdg_mime/xdgmimeparent.c',
732 'third_party/xdg_mime/xdgmimeparent.h', 734 'third_party/xdg_mime/xdgmimeparent.h',
733 ], 735 ],
734 }, 736 },
735 ], 737 ],
736 }], 738 }],
737 ], 739 ],
738 } 740 }
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