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

Side by Side Diff: ui/message_center/message_center.gyp

Issue 12096043: Make ui build on Win64 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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/app_list/app_list.gyp ('k') | ui/views/views.gyp » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'message_view.h', 42 'message_view.h',
43 'notification_list.cc', 43 'notification_list.cc',
44 'notification_list.h', 44 'notification_list.h',
45 'notification_view.cc', 45 'notification_view.cc',
46 'notification_view.h', 46 'notification_view.h',
47 'notifier_settings.cc', 47 'notifier_settings.cc',
48 'notifier_settings.h', 48 'notifier_settings.h',
49 'quiet_mode_bubble.cc', 49 'quiet_mode_bubble.cc',
50 'quiet_mode_bubble.h', 50 'quiet_mode_bubble.h',
51 ], 51 ],
52 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
53 'msvs_disabled_warnings': [ 4267, ],
52 }, 54 },
53 { 55 {
54 'target_name': 'message_center_unittests', 56 'target_name': 'message_center_unittests',
55 'type': 'executable', 57 'type': 'executable',
56 'dependencies': [ 58 'dependencies': [
57 '../../base/base.gyp:base', 59 '../../base/base.gyp:base',
58 '../../base/base.gyp:test_support_base', 60 '../../base/base.gyp:test_support_base',
59 '../../skia/skia.gyp:skia', 61 '../../skia/skia.gyp:skia',
60 '../../testing/gtest.gyp:gtest', 62 '../../testing/gtest.gyp:gtest',
61 '../../testing/gtest.gyp:gtest_main', 63 '../../testing/gtest.gyp:gtest_main',
62 '../ui.gyp:ui', 64 '../ui.gyp:ui',
63 'message_center', 65 'message_center',
64 ], 66 ],
65 'sources': [ 67 'sources': [
66 'notification_list_unittest.cc', 68 'notification_list_unittest.cc',
67 ], 69 ],
68 }, 70 },
69 ], 71 ],
70 } 72 }
OLDNEW
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698