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

Side by Side Diff: athena/athena.gyp

Issue 606953002: Move components/native_app_window to extensions/components/native_app_window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: respond to comments 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
« no previous file with comments | « apps/apps.gypi ('k') | athena/extensions/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
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
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/apps.gypi ('k') | athena/extensions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698