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

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

Issue 1292003004: Elide origins displayed on web notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Style nit Created 5 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
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 {
11 # GN version: //ui/message_center 11 # GN version: //ui/message_center
12 'target_name': 'message_center', 12 'target_name': 'message_center',
13 'type': '<(component)', 13 'type': '<(component)',
14 'dependencies': [ 14 'dependencies': [
15 '../../base/base.gyp:base', 15 '../../base/base.gyp:base',
16 '../../base/base.gyp:base_i18n', 16 '../../base/base.gyp:base_i18n',
17 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 17 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
18 '../../components/url_formatter/url_formatter.gyp:url_formatter',
18 '../../skia/skia.gyp:skia', 19 '../../skia/skia.gyp:skia',
19 '../../url/url.gyp:url_lib', 20 '../../url/url.gyp:url_lib',
20 '../base/ui_base.gyp:ui_base', 21 '../base/ui_base.gyp:ui_base',
21 '../gfx/gfx.gyp:gfx', 22 '../gfx/gfx.gyp:gfx',
22 '../gfx/gfx.gyp:gfx_geometry', 23 '../gfx/gfx.gyp:gfx_geometry',
23 '../resources/ui_resources.gyp:ui_resources', 24 '../resources/ui_resources.gyp:ui_resources',
24 '../strings/ui_strings.gyp:ui_strings', 25 '../strings/ui_strings.gyp:ui_strings',
25 ], 26 ],
26 'defines': [ 27 'defines': [
27 'MESSAGE_CENTER_IMPLEMENTATION', 28 'MESSAGE_CENTER_IMPLEMENTATION',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'dependencies': [ 278 'dependencies': [
278 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 279 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
279 ], 280 ],
280 }], 281 }],
281 ], 282 ],
282 }, 283 },
283 ], 284 ],
284 }], 285 }],
285 ], 286 ],
286 } 287 }
OLDNEW
« no previous file with comments | « ui/message_center/cocoa/tray_view_controller_unittest.mm ('k') | ui/message_center/message_center_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698