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

Side by Side Diff: athena/athena.gyp

Issue 735473002: Rename app_modal_dialogs dir to app_modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase Created 6 years, 1 month 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 | « no previous file | athena/content/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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'wm/window_overview_mode.cc', 126 'wm/window_overview_mode.cc',
127 'wm/window_overview_mode.h', 127 'wm/window_overview_mode.h',
128 ], 128 ],
129 }, 129 },
130 { 130 {
131 'target_name': 'athena_content_lib', 131 'target_name': 'athena_content_lib',
132 'type': 'static_library', 132 'type': 'static_library',
133 'dependencies': [ 133 'dependencies': [
134 'athena_lib', 134 'athena_lib',
135 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 135 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
136 '../components/components.gyp:app_modal_dialogs', 136 '../components/components.gyp:app_modal',
137 '../components/components.gyp:constrained_window', 137 '../components/components.gyp:constrained_window',
138 '../components/components.gyp:component_metrics_proto', 138 '../components/components.gyp:component_metrics_proto',
139 '../components/components.gyp:omnibox', 139 '../components/components.gyp:omnibox',
140 '../components/components.gyp:renderer_context_menu', 140 '../components/components.gyp:renderer_context_menu',
141 '../components/components.gyp:web_modal', 141 '../components/components.gyp:web_modal',
142 '../content/content.gyp:content_browser', 142 '../content/content.gyp:content_browser',
143 '../extensions/components/extensions_components.gyp:javascript_dialog_ex tensions_client', 143 '../extensions/components/extensions_components.gyp:javascript_dialog_ex tensions_client',
144 '../extensions/components/extensions_components.gyp:native_app_window', 144 '../extensions/components/extensions_components.gyp:native_app_window',
145 '../extensions/extensions.gyp:extensions_browser', 145 '../extensions/extensions.gyp:extensions_browser',
146 '../extensions/extensions.gyp:extensions_common', 146 '../extensions/extensions.gyp:extensions_common',
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 'util/drag_handle_unittest.cc', 355 'util/drag_handle_unittest.cc',
356 'util/fill_layout_manager_unittest.cc', 356 'util/fill_layout_manager_unittest.cc',
357 'wm/split_view_controller_unittest.cc', 357 'wm/split_view_controller_unittest.cc',
358 'wm/window_list_provider_impl_unittest.cc', 358 'wm/window_list_provider_impl_unittest.cc',
359 'wm/window_manager_unittest.cc', 359 'wm/window_manager_unittest.cc',
360 ], 360 ],
361 } 361 }
362 ], 362 ],
363 } 363 }
364 364
OLDNEW
« no previous file with comments | « no previous file | athena/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698