Reland issue 671513010 check sync themes setting patch.
[chromium-blink-merge.git] / components / app_modal_dialogs.gypi
blobdf3c3ec73fdc8e0ffb0e9807315438cd8f82f56e
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5   'targets': [
6     {
7       'target_name': 'app_modal_dialogs',
8       'type': 'static_library',
9       'dependencies': [
10         '../skia/skia.gyp:skia',
11         '../content/content.gyp:content_browser',
12         'components_strings.gyp:components_strings',
13       ],
14       'include_dirs': [
15         '..',
16       ],
17       'sources': [
18         'app_modal_dialogs/app_modal_dialog.cc',
19         'app_modal_dialogs/app_modal_dialog.h',
20         'app_modal_dialogs/app_modal_dialog_test_util.h',
21         'app_modal_dialogs/app_modal_dialog_queue.cc',
22         'app_modal_dialogs/app_modal_dialog_queue.h',
23         'app_modal_dialogs/javascript_app_modal_dialog.cc',
24         'app_modal_dialogs/javascript_app_modal_dialog.h',
25         'app_modal_dialogs/native_app_modal_dialog.h'
26       ],
27       'conditions': [
28         ['use_aura==1',{
29           'dependencies': [
30             '../ui/aura/aura.gyp:aura',
31           ],
32         }]
33       ],
34     },
35   ],