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 # TODO(msw|mukai|dewittj): Move ash-specific files: crbug.com/585175 | 11 # TODO(msw|mukai|dewittj): Move ash-specific files: crbug.com/585175 |
12 # GN version: //ui/message_center | 12 # GN version: //ui/message_center |
13 'target_name': 'message_center', | 13 'target_name': 'message_center', |
14 'type': '<(component)', | 14 'type': '<(component)', |
15 'dependencies': [ | 15 'dependencies': [ |
16 '../../base/base.gyp:base', | 16 '../../base/base.gyp:base', |
17 '../../base/base.gyp:base_i18n', | 17 '../../base/base.gyp:base_i18n', |
18 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 18 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
19 '../../components/url_formatter/url_formatter.gyp:url_formatter', | 19 '../../components/url_formatter/url_formatter.gyp:url_formatter', |
20 '../../skia/skia.gyp:skia', | 20 '../../skia/skia.gyp:skia', |
21 '../../url/url.gyp:url_lib', | 21 '../../url/url.gyp:url_lib', |
22 '../base/ui_base.gyp:ui_base', | 22 '../base/ui_base.gyp:ui_base', |
| 23 '../display/display.gyp:display', |
23 '../gfx/gfx.gyp:gfx', | 24 '../gfx/gfx.gyp:gfx', |
24 '../gfx/gfx.gyp:gfx_geometry', | 25 '../gfx/gfx.gyp:gfx_geometry', |
25 '../resources/ui_resources.gyp:ui_resources', | 26 '../resources/ui_resources.gyp:ui_resources', |
26 '../strings/ui_strings.gyp:ui_strings', | 27 '../strings/ui_strings.gyp:ui_strings', |
27 ], | 28 ], |
28 'defines': [ | 29 'defines': [ |
29 'MESSAGE_CENTER_IMPLEMENTATION', | 30 'MESSAGE_CENTER_IMPLEMENTATION', |
30 ], | 31 ], |
31 'sources': [ | 32 'sources': [ |
32 # Note: file list duplicated in GN build. | 33 # Note: file list duplicated in GN build. |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 'dependencies': [ | 258 'dependencies': [ |
258 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 259 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
259 ], | 260 ], |
260 }], | 261 }], |
261 ], | 262 ], |
262 }, | 263 }, |
263 ], | 264 ], |
264 }], | 265 }], |
265 ], | 266 ], |
266 } | 267 } |
OLD | NEW |