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

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: fix autofill 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
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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 ['touchui==0', { 505 ['touchui==0', {
506 'sources!': [ 506 'sources!': [
507 'touchui/touch_selection_controller_impl_unittest.cc', 507 'touchui/touch_selection_controller_impl_unittest.cc',
508 ], 508 ],
509 }], 509 }],
510 ['OS=="win"', { 510 ['OS=="win"', {
511 'dependencies': [ 511 'dependencies': [
512 # TODO(jcivelli): ideally the resource needed by views would be 512 # TODO(jcivelli): ideally the resource needed by views would be
513 # factored out. (for some reason it pulls in a bunch 513 # factored out. (for some reason it pulls in a bunch
514 # unrelated things like v8, sqlite nss...). 514 # unrelated things like v8, sqlite nss...).
515 '../chrome/app/locales/locales.gyp:en-US', 515 '../chrome/chrome.gyp:packed_resources',
516 ], 516 ],
517 'link_settings': { 517 'link_settings': {
518 'libraries': [ 518 'libraries': [
519 '-limm32.lib', 519 '-limm32.lib',
520 '-loleacc.lib', 520 '-loleacc.lib',
521 ] 521 ]
522 }, 522 },
523 'include_dirs': [ 523 'include_dirs': [
524 '<(DEPTH)/third_party/wtl/include', 524 '<(DEPTH)/third_party/wtl/include',
525 ], 525 ],
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 'include_dirs': [ 724 'include_dirs': [
725 '<(DEPTH)/third_party/wtl/include', 725 '<(DEPTH)/third_party/wtl/include',
726 ], 726 ],
727 }], 727 }],
728 ], 728 ],
729 }, 729 },
730 730
731 731
732 ], 732 ],
733 } 733 }
OLDNEW
« ui/base/resource/resource_bundle_win.cc ('K') | « 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