Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Side by Side Diff: athena/athena.gyp

Issue 616253002: Extract NativeAppWindow from src/extensions Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: might fix athena. similarity=33 Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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', 131 '../components/components.gyp:native_app_window_views',
132 '../components/components.gyp:omnibox', 132 '../components/components.gyp:omnibox',
133 '../components/components.gyp:renderer_context_menu', 133 '../components/components.gyp:renderer_context_menu',
134 '../components/components.gyp:web_modal', 134 '../components/components.gyp:web_modal',
135 '../extensions/extensions.gyp:extensions_browser', 135 '../extensions/extensions.gyp:extensions_browser',
136 '../extensions/extensions.gyp:extensions_common', 136 '../extensions/extensions.gyp:extensions_common',
137 '../content/content.gyp:content_browser', 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',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
OLDNEW
« no previous file with comments | « apps/ui/views/app_window_frame_view.cc ('k') | athena/extensions/athena_app_window_client_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698