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

Side by Side Diff: base/base.gypi

Issue 6526005: detect cpu feature for all x64 and x86 platforms (no longer windows only). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: model 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 | base/cpu.h » ('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) 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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 'dependencies': [ 503 'dependencies': [
504 '../third_party/nss/nss.gyp:nss', 504 '../third_party/nss/nss.gyp:nss',
505 ], 505 ],
506 },], 506 },],
507 [ 'OS != "win"', { 507 [ 'OS != "win"', {
508 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], 508 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
509 'sources!': [ 509 'sources!': [
510 'third_party/purify/pure_api.c', 510 'third_party/purify/pure_api.c',
511 'base_drag_source.cc', 511 'base_drag_source.cc',
512 'base_drop_target.cc', 512 'base_drop_target.cc',
513 'cpu.cc',
514 'crypto/capi_util.h', 513 'crypto/capi_util.h',
515 'crypto/capi_util.cc', 514 'crypto/capi_util.cc',
516 'event_recorder.cc', 515 'event_recorder.cc',
517 'file_version_info.cc', 516 'file_version_info.cc',
518 'pe_image.cc', 517 'pe_image.cc',
519 'registry.cc', 518 'registry.cc',
520 'resource_util.cc', 519 'resource_util.cc',
521 'win_util.cc', 520 'win_util.cc',
522 ], 521 ],
523 },], 522 },],
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 'third_party/xdg_mime/xdgmimemagic.c', 734 'third_party/xdg_mime/xdgmimemagic.c',
736 'third_party/xdg_mime/xdgmimemagic.h', 735 'third_party/xdg_mime/xdgmimemagic.h',
737 'third_party/xdg_mime/xdgmimeparent.c', 736 'third_party/xdg_mime/xdgmimeparent.c',
738 'third_party/xdg_mime/xdgmimeparent.h', 737 'third_party/xdg_mime/xdgmimeparent.h',
739 ], 738 ],
740 }, 739 },
741 ], 740 ],
742 }], 741 }],
743 ], 742 ],
744 } 743 }
OLDNEW
« no previous file with comments | « no previous file | base/cpu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698