Home | History | Annotate | Download | only in main
      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.
      4 
      5 {
      6   'variables': {
      7     'chromium_code': 1,
      8   },
      9   'targets': [
     10     {
     11       'target_name': 'athena_main',
     12       'type': 'executable',
     13       'dependencies': [
     14         '../athena.gyp:athena_lib',
     15         '../athena.gyp:athena_content_lib',
     16         '../../apps/shell/app_shell.gyp:app_shell_lib',
     17         '../../skia/skia.gyp:skia',
     18         '../../ui/accessibility/accessibility.gyp:ax_gen',
     19         '../../ui/app_list/app_list.gyp:app_list',
     20         '../../ui/keyboard/keyboard.gyp:keyboard',
     21         '../../ui/views/views.gyp:views',
     22         '../../url/url.gyp:url_lib',
     23       ],
     24       'include_dirs': [
     25         '../..',
     26       ],
     27       'sources': [
     28         'athena_app_window_controller.cc',
     29         'athena_app_window_controller.h',
     30         'athena_launcher.cc',
     31         'athena_launcher.h',
     32         'url_search_provider.cc',
     33         'url_search_provider.h',
     34         'athena_main.cc',
     35         'placeholder.cc',
     36         'placeholder.h',
     37       ],
     38     },
     39     {
     40       'target_name': 'athena_shell',
     41       'type': 'executable',
     42       'dependencies': [
     43         '../../base/base.gyp:base',
     44         '../../base/base.gyp:base_i18n',
     45         '../../skia/skia.gyp:skia',
     46         '../../ui/accessibility/accessibility.gyp:ax_gen',
     47         '../../ui/aura/aura.gyp:aura',
     48         '../../ui/compositor/compositor.gyp:compositor_test_support',
     49         '../../ui/gfx/gfx.gyp:gfx',
     50         '../../ui/resources/ui_resources.gyp:ui_test_pak',
     51         '../athena.gyp:athena_lib',
     52         '../athena.gyp:athena_test_support',
     53       ],
     54       'sources': [
     55         'athena_shell.cc',
     56       ],
     57     }
     58   ],  # targets
     59 }
     60