OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |