| Index: athena/main/athena_main.gyp
|
| diff --git a/athena/main/athena_main.gyp b/athena/main/athena_main.gyp
|
| index 366e6bca00fb5f3bc201b18d38b7fbd2df67f615..50971e5ab6871f60f9be04290477ac7f62f3a99b 100644
|
| --- a/athena/main/athena_main.gyp
|
| +++ b/athena/main/athena_main.gyp
|
| @@ -1,7 +1,6 @@
|
| # Copyright 2014 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| -
|
| {
|
| 'variables': {
|
| 'chromium_code': 1,
|
| @@ -11,13 +10,19 @@
|
| 'target_name': 'athena_main',
|
| 'type': 'executable',
|
| 'dependencies': [
|
| + '../athena.gyp:athena_lib',
|
| '../../apps/shell/app_shell.gyp:app_shell_lib',
|
| + '../../skia/skia.gyp:skia',
|
| + '../../ui/accessibility/accessibility.gyp:ax_gen',
|
| + '../../ui/views/views.gyp:views',
|
| ],
|
| 'include_dirs': [
|
| '../..',
|
| ],
|
| 'sources': [
|
| 'athena_main.cc',
|
| + 'main_util.cc',
|
| + 'main_util.h',
|
| ],
|
| },
|
| ], # targets
|
|
|