Chromium Code Reviews| 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 180 'extensions/chrome/athena_apps_client.cc', | 180 'extensions/chrome/athena_apps_client.cc', |
| 181 'extensions/chrome/athena_apps_client.h', | 181 'extensions/chrome/athena_apps_client.h', |
| 182 'extensions/chrome/extensions_delegate_impl.cc', | 182 'extensions/chrome/extensions_delegate_impl.cc', |
| 183 ], | 183 ], |
| 184 }, | 184 }, |
| 185 { | 185 { |
| 186 'target_name': 'athena_app_shell_lib', | 186 'target_name': 'athena_app_shell_lib', |
| 187 'type': 'static_library', | 187 'type': 'static_library', |
| 188 'dependencies': [ | 188 'dependencies': [ |
| 189 '../extensions/shell/app_shell.gyp:app_shell_lib', | 189 '../extensions/shell/app_shell.gyp:app_shell_lib', |
| 190 '../skia/skia.gyp:skia', | |
|
oshima
2014/09/10 21:20:53
this is for webview include (which brings skia hea
| |
| 190 ], | 191 ], |
| 191 'sources': [ | 192 'sources': [ |
| 192 'content/shell/content_activity_factory.cc', | 193 'content/shell/content_activity_factory.cc', |
| 193 'content/shell/dialogs.cc', | 194 'content/shell/dialogs.cc', |
| 194 'content/shell/shell_app_activity.cc', | 195 'content/shell/shell_app_activity.cc', |
| 195 'content/shell/shell_app_activity.h', | 196 'content/shell/shell_app_activity.h', |
| 196 'extensions/shell/extensions_delegate_impl.cc', | 197 'extensions/shell/extensions_delegate_impl.cc', |
| 197 ], | 198 ], |
| 198 }, | 199 }, |
| 199 { | 200 { |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 260 'screen/screen_manager_unittest.cc', | 261 'screen/screen_manager_unittest.cc', |
| 261 'test/athena_unittests.cc', | 262 'test/athena_unittests.cc', |
| 262 'wm/split_view_controller_unittest.cc', | 263 'wm/split_view_controller_unittest.cc', |
| 263 'wm/window_list_provider_impl_unittest.cc', | 264 'wm/window_list_provider_impl_unittest.cc', |
| 264 'wm/window_manager_unittest.cc', | 265 'wm/window_manager_unittest.cc', |
| 265 ], | 266 ], |
| 266 } | 267 } |
| 267 ], | 268 ], |
| 268 } | 269 } |
| 269 | 270 |
| OLD | NEW |