| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 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 { |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 '../testing/gtest.gyp:gtest', | 118 '../testing/gtest.gyp:gtest', |
| 119 '../ui/accessibility/accessibility.gyp:ax_gen', | 119 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 120 '../ui/app_list/app_list.gyp:app_list', | 120 '../ui/app_list/app_list.gyp:app_list', |
| 121 '../ui/aura/aura.gyp:aura_test_support', | 121 '../ui/aura/aura.gyp:aura_test_support', |
| 122 '../ui/base/ui_base.gyp:ui_base_test_support', | 122 '../ui/base/ui_base.gyp:ui_base_test_support', |
| 123 '../ui/compositor/compositor.gyp:compositor_test_support', | 123 '../ui/compositor/compositor.gyp:compositor_test_support', |
| 124 '../ui/views/views.gyp:views', | 124 '../ui/views/views.gyp:views', |
| 125 '../ui/wm/wm.gyp:wm', | 125 '../ui/wm/wm.gyp:wm', |
| 126 '../url/url.gyp:url_lib', | 126 '../url/url.gyp:url_lib', |
| 127 'athena_lib', | 127 'athena_lib', |
| 128 'resources/athena_resources.gyp:athena_resources', |
| 128 ], | 129 ], |
| 129 'sources': [ | 130 'sources': [ |
| 130 'main/athena_launcher.cc', | 131 'main/athena_launcher.cc', |
| 131 'main/athena_launcher.h', | 132 'main/athena_launcher.h', |
| 132 'main/placeholder.cc', | 133 'main/placeholder.cc', |
| 133 'main/placeholder.h', | 134 'main/placeholder.h', |
| 134 'test/athena_test_base.cc', | 135 'test/athena_test_base.cc', |
| 135 'test/athena_test_base.h', | 136 'test/athena_test_base.h', |
| 136 'test/athena_test_helper.cc', | 137 'test/athena_test_helper.cc', |
| 137 'test/athena_test_helper.h', | 138 'test/athena_test_helper.h', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 158 'activity/activity_manager_unittest.cc', | 159 'activity/activity_manager_unittest.cc', |
| 159 'home/home_card_unittest.cc', | 160 'home/home_card_unittest.cc', |
| 160 'input/accelerator_manager_unittest.cc', | 161 'input/accelerator_manager_unittest.cc', |
| 161 'screen/screen_manager_unittest.cc', | 162 'screen/screen_manager_unittest.cc', |
| 162 'wm/window_manager_unittest.cc', | 163 'wm/window_manager_unittest.cc', |
| 163 ], | 164 ], |
| 164 } | 165 } |
| 165 ], | 166 ], |
| 166 } | 167 } |
| 167 | 168 |
| OLD | NEW |