| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 'wm/window_overview_mode.h', | 121 'wm/window_overview_mode.h', |
| 122 ], | 122 ], |
| 123 }, | 123 }, |
| 124 { | 124 { |
| 125 'target_name': 'athena_content_lib', | 125 'target_name': 'athena_content_lib', |
| 126 'type': 'static_library', | 126 'type': 'static_library', |
| 127 'dependencies': [ | 127 'dependencies': [ |
| 128 'athena_lib', | 128 'athena_lib', |
| 129 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 129 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 130 '../components/components.gyp:component_metrics_proto', | 130 '../components/components.gyp:component_metrics_proto', |
| 131 '../components/components.gyp:native_app_window', | |
| 132 '../components/components.gyp:omnibox', | 131 '../components/components.gyp:omnibox', |
| 133 '../components/components.gyp:renderer_context_menu', | 132 '../components/components.gyp:renderer_context_menu', |
| 134 '../components/components.gyp:web_modal', | 133 '../components/components.gyp:web_modal', |
| 134 '../content/content.gyp:content_browser', |
| 135 '../extensions/components/extensions_components.gyp:native_app_window', |
| 135 '../extensions/extensions.gyp:extensions_browser', | 136 '../extensions/extensions.gyp:extensions_browser', |
| 136 '../extensions/extensions.gyp:extensions_common', | 137 '../extensions/extensions.gyp:extensions_common', |
| 137 '../content/content.gyp:content_browser', | |
| 138 '../ui/app_list/app_list.gyp:app_list', | 138 '../ui/app_list/app_list.gyp:app_list', |
| 139 '../ui/keyboard/keyboard.gyp:keyboard', | 139 '../ui/keyboard/keyboard.gyp:keyboard', |
| 140 '../ui/keyboard/keyboard.gyp:keyboard_resources', | 140 '../ui/keyboard/keyboard.gyp:keyboard_resources', |
| 141 '../third_party/WebKit/public/blink.gyp:blink', | 141 '../third_party/WebKit/public/blink.gyp:blink', |
| 142 '../ui/views/controls/webview/webview.gyp:webview', | 142 '../ui/views/controls/webview/webview.gyp:webview', |
| 143 '../skia/skia.gyp:skia', | 143 '../skia/skia.gyp:skia', |
| 144 ], | 144 ], |
| 145 'sources': [ | 145 'sources': [ |
| 146 'content/app_activity.cc', | 146 'content/app_activity.cc', |
| 147 'content/app_activity.h', | 147 'content/app_activity.h', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 'util/drag_handle_unittest.cc', | 281 'util/drag_handle_unittest.cc', |
| 282 'util/fill_layout_manager_unittest.cc', | 282 'util/fill_layout_manager_unittest.cc', |
| 283 'wm/split_view_controller_unittest.cc', | 283 'wm/split_view_controller_unittest.cc', |
| 284 'wm/window_list_provider_impl_unittest.cc', | 284 'wm/window_list_provider_impl_unittest.cc', |
| 285 'wm/window_manager_unittest.cc', | 285 'wm/window_manager_unittest.cc', |
| 286 ], | 286 ], |
| 287 } | 287 } |
| 288 ], | 288 ], |
| 289 } | 289 } |
| 290 | 290 |
| OLD | NEW |