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

Side by Side Diff: views/views.gyp

Issue 7677004: Switch to using .pak files for locale data on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 9 years, 4 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 | « ui/base/resource/resource_bundle_win.cc ('k') | 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) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 ['touchui==0', { 509 ['touchui==0', {
510 'sources!': [ 510 'sources!': [
511 'touchui/touch_selection_controller_impl_unittest.cc', 511 'touchui/touch_selection_controller_impl_unittest.cc',
512 ], 512 ],
513 }], 513 }],
514 ['OS=="win"', { 514 ['OS=="win"', {
515 'dependencies': [ 515 'dependencies': [
516 # TODO(jcivelli): ideally the resource needed by views would be 516 # TODO(jcivelli): ideally the resource needed by views would be
517 # factored out. (for some reason it pulls in a bunch 517 # factored out. (for some reason it pulls in a bunch
518 # unrelated things like v8, sqlite nss...). 518 # unrelated things like v8, sqlite nss...).
519 '../chrome/app/locales/locales.gyp:en-US', 519 '../chrome/chrome.gyp:packed_resources',
520 ], 520 ],
521 'link_settings': { 521 'link_settings': {
522 'libraries': [ 522 'libraries': [
523 '-limm32.lib', 523 '-limm32.lib',
524 '-loleacc.lib', 524 '-loleacc.lib',
525 ] 525 ]
526 }, 526 },
527 'include_dirs': [ 527 'include_dirs': [
528 '<(DEPTH)/third_party/wtl/include', 528 '<(DEPTH)/third_party/wtl/include',
529 ], 529 ],
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 'include_dirs': [ 730 'include_dirs': [
731 '<(DEPTH)/third_party/wtl/include', 731 '<(DEPTH)/third_party/wtl/include',
732 ], 732 ],
733 }], 733 }],
734 ], 734 ],
735 }, 735 },
736 736
737 737
738 ], 738 ],
739 } 739 }
OLDNEW
« no previous file with comments | « ui/base/resource/resource_bundle_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698