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

Side by Side Diff: views/views.gyp

Issue 7051014: Globally replace <(library) with static_library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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/ui_views.gypi ('k') | webkit/appcache/webkit_appcache.gypi » ('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) 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 'conditions': [ 10 'conditions': [
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 ['exclude', 'native_menu_x.cc$'], 52 ['exclude', 'native_menu_x.cc$'],
53 ['exclude', 'native_menu_x.h$'], 53 ['exclude', 'native_menu_x.h$'],
54 ['exclude', 'touchui/'], 54 ['exclude', 'touchui/'],
55 ['exclude', '_(touch)\\.cc$'], 55 ['exclude', '_(touch)\\.cc$'],
56 ]}], 56 ]}],
57 ], 57 ],
58 }, 58 },
59 'targets': [ 59 'targets': [
60 { 60 {
61 'target_name': 'views', 61 'target_name': 'views',
62 'type': '<(library)', 62 'type': 'static_library',
63 'msvs_guid': '6F9258E5-294F-47B2-919D-17FFE7A8B751', 63 'msvs_guid': '6F9258E5-294F-47B2-919D-17FFE7A8B751',
64 'dependencies': [ 64 'dependencies': [
65 '../app/app.gyp:app_base', 65 '../app/app.gyp:app_base',
66 '../app/app.gyp:app_resources', 66 '../app/app.gyp:app_resources',
67 '../base/base.gyp:base', 67 '../base/base.gyp:base',
68 '../skia/skia.gyp:skia', 68 '../skia/skia.gyp:skia',
69 '../third_party/icu/icu.gyp:icui18n', 69 '../third_party/icu/icu.gyp:icui18n',
70 '../third_party/icu/icu.gyp:icuuc', 70 '../third_party/icu/icu.gyp:icuuc',
71 '../ui/base/strings/ui_strings.gyp:ui_strings', 71 '../ui/base/strings/ui_strings.gyp:ui_strings',
72 '../ui/gfx/compositor/compositor.gyp:compositor', 72 '../ui/gfx/compositor/compositor.gyp:compositor',
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 ], 635 ],
636 }, 636 },
637 ], 637 ],
638 } 638 }
639 639
640 # Local Variables: 640 # Local Variables:
641 # tab-width:2 641 # tab-width:2
642 # indent-tabs-mode:nil 642 # indent-tabs-mode:nil
643 # End: 643 # End:
644 # vim: set expandtab tabstop=2 shiftwidth=2: 644 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « ui/ui_views.gypi ('k') | webkit/appcache/webkit_appcache.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698