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

Side by Side Diff: app/app_base.gypi

Issue 6315002: Some wstring -> string16 conversion in src/app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/app
Patch Set: rebase Created 9 years, 11 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/bidi_line_iterator.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) 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 'app_base_target': 0, 8 'app_base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 '<@(nacl_win64_defines)', 434 '<@(nacl_win64_defines)',
435 ], 435 ],
436 # TODO(gregoryd): The direct_dependent_settings should be shared with 436 # TODO(gregoryd): The direct_dependent_settings should be shared with
437 # the 32-bit target, but it doesn't work due to a bug in gyp 437 # the 32-bit target, but it doesn't work due to a bug in gyp
438 'direct_dependent_settings': { 438 'direct_dependent_settings': {
439 'include_dirs': [ 439 'include_dirs': [
440 '..', 440 '..',
441 ], 441 ],
442 }, 442 },
443 'sources': [ 443 'sources': [
444 'l10n_util_dummy.cc',
445 'resource_bundle_dummy.cc', 444 'resource_bundle_dummy.cc',
446 ], 445 ],
447 'include_dirs': [ 446 'include_dirs': [
448 '../skia/config/win', 447 '../skia/config/win',
449 '../third_party/icu/public/common', 448 '../third_party/icu/public/common',
450 '../third_party/icu/public/i18n', 449 '../third_party/icu/public/i18n',
451 '../third_party/npapi', 450 '../third_party/npapi',
452 '../third_party/skia/include/config', 451 '../third_party/skia/include/config',
453 '../third_party/skia/include/core', 452 '../third_party/skia/include/core',
454 ], 453 ],
455 'configurations': { 454 'configurations': {
456 'Common_Base': { 455 'Common_Base': {
457 'msvs_target_platform': 'x64', 456 'msvs_target_platform': 'x64',
458 }, 457 },
459 }, 458 },
460 }, 459 },
461 ], 460 ],
462 }], 461 }],
463 ], 462 ],
464 } 463 }
OLDNEW
« no previous file with comments | « no previous file | app/bidi_line_iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698