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

Side by Side Diff: base/base.gypi

Issue 507074: Add a change that was supposed to be part of the previous CL - see http://cod... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 12 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 '..', 577 '..',
578 ], 578 ],
579 }, 579 },
580 'defines': [ 580 'defines': [
581 '<@(nacl_win64_defines)', 581 '<@(nacl_win64_defines)',
582 ], 582 ],
583 'sources': [ 583 'sources': [
584 'i18n/icu_util_nacl_win64.cc', 584 'i18n/icu_util_nacl_win64.cc',
585 ], 585 ],
586 'configurations': { 586 'configurations': {
587 'Common': { 587 'Common_Base': {
588 'msvs_target_platform': 'x64', 588 'msvs_target_platform': 'x64',
589 }, 589 },
590 }, 590 },
591 }, 591 },
592 ], 592 ],
593 }], 593 }],
594 ], 594 ],
595 } 595 }
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