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

Side by Side Diff: views/views.gyp

Issue 7744053: Revert 98103 - Switch to using .pak files for locale data on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 ['touchui==0', { 550 ['touchui==0', {
551 'sources!': [ 551 'sources!': [
552 'touchui/touch_selection_controller_impl_unittest.cc', 552 'touchui/touch_selection_controller_impl_unittest.cc',
553 ], 553 ],
554 }], 554 }],
555 ['OS=="win"', { 555 ['OS=="win"', {
556 'dependencies': [ 556 'dependencies': [
557 # TODO(jcivelli): ideally the resource needed by views would be 557 # TODO(jcivelli): ideally the resource needed by views would be
558 # factored out. (for some reason it pulls in a bunch 558 # factored out. (for some reason it pulls in a bunch
559 # unrelated things like v8, sqlite nss...). 559 # unrelated things like v8, sqlite nss...).
560 '../chrome/chrome.gyp:packed_resources', 560 '../chrome/app/locales/locales.gyp:en-US',
561 ], 561 ],
562 'link_settings': { 562 'link_settings': {
563 'libraries': [ 563 'libraries': [
564 '-limm32.lib', 564 '-limm32.lib',
565 '-loleacc.lib', 565 '-loleacc.lib',
566 ] 566 ]
567 }, 567 },
568 'include_dirs': [ 568 'include_dirs': [
569 '<(DEPTH)/third_party/wtl/include', 569 '<(DEPTH)/third_party/wtl/include',
570 ], 570 ],
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 'include_dirs': [ 817 'include_dirs': [
818 '<(DEPTH)/third_party/wtl/include', 818 '<(DEPTH)/third_party/wtl/include',
819 ], 819 ],
820 }], 820 }],
821 ], 821 ],
822 }, 822 },
823 ], 823 ],
824 }], 824 }],
825 ], 825 ],
826 } 826 }
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