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

Side by Side Diff: athena/athena.gyp

Issue 665803003: Revert of Support modal windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: 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 | « athena/activity/activity_manager_unittest.cc ('k') | athena/main/athena_launcher.cc » ('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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'resource_manager/delegate/resource_manager_delegate.cc', 77 'resource_manager/delegate/resource_manager_delegate.cc',
78 'resource_manager/memory_pressure_notifier.cc', 78 'resource_manager/memory_pressure_notifier.cc',
79 'resource_manager/memory_pressure_notifier.h', 79 'resource_manager/memory_pressure_notifier.h',
80 'resource_manager/public/resource_manager.h', 80 'resource_manager/public/resource_manager.h',
81 'resource_manager/public/resource_manager_delegate.h', 81 'resource_manager/public/resource_manager_delegate.h',
82 'resource_manager/resource_manager_impl.cc', 82 'resource_manager/resource_manager_impl.cc',
83 'screen/public/screen_manager.h', 83 'screen/public/screen_manager.h',
84 'screen/screen_accelerator_handler.cc', 84 'screen/screen_accelerator_handler.cc',
85 'screen/screen_accelerator_handler.h', 85 'screen/screen_accelerator_handler.h',
86 'screen/screen_manager_impl.cc', 86 'screen/screen_manager_impl.cc',
87 'screen/modal_window_controller.cc',
88 'screen/modal_window_controller.h',
89 'system/background_controller.cc', 87 'system/background_controller.cc',
90 'system/background_controller.h', 88 'system/background_controller.h',
91 'system/network_selector.cc', 89 'system/network_selector.cc',
92 'system/network_selector.h', 90 'system/network_selector.h',
93 'system/orientation_controller.cc', 91 'system/orientation_controller.cc',
94 'system/orientation_controller.h', 92 'system/orientation_controller.h',
95 'system/shutdown_dialog.cc', 93 'system/shutdown_dialog.cc',
96 'system/shutdown_dialog.h', 94 'system/shutdown_dialog.h',
97 'system/status_icon_container_view.cc', 95 'system/status_icon_container_view.cc',
98 'system/status_icon_container_view.h', 96 'system/status_icon_container_view.h',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'test/base/athena_test_base.h', 267 'test/base/athena_test_base.h',
270 'test/base/athena_test_helper.cc', 268 'test/base/athena_test_helper.cc',
271 'test/base/athena_test_helper.h', 269 'test/base/athena_test_helper.h',
272 'test/base/sample_activity.cc', 270 'test/base/sample_activity.cc',
273 'test/base/sample_activity.h', 271 'test/base/sample_activity.h',
274 'test/base/sample_activity_factory.cc', 272 'test/base/sample_activity_factory.cc',
275 'test/base/sample_activity_factory.h', 273 'test/base/sample_activity_factory.h',
276 'test/base/test_app_model_builder.cc', 274 'test/base/test_app_model_builder.cc',
277 'test/base/test_app_model_builder.h', 275 'test/base/test_app_model_builder.h',
278 'test/base/test_resource_manager_delegate.cc', 276 'test/base/test_resource_manager_delegate.cc',
279 'test/base/test_windows.cc',
280 'test/base/test_windows.h',
281 'wm/test/window_manager_impl_test_api.cc', 277 'wm/test/window_manager_impl_test_api.cc',
282 'wm/test/window_manager_impl_test_api.h', 278 'wm/test/window_manager_impl_test_api.h',
283 ], 279 ],
284 }, 280 },
285 { 281 {
286 'target_name': 'athena_unittests', 282 'target_name': 'athena_unittests',
287 'type': 'executable', 283 'type': 'executable',
288 'dependencies': [ 284 'dependencies': [
289 '../skia/skia.gyp:skia', 285 '../skia/skia.gyp:skia',
290 '../testing/gtest.gyp:gtest', 286 '../testing/gtest.gyp:gtest',
291 'athena_app_shell_lib', 287 'athena_app_shell_lib',
292 'athena_lib', 288 'athena_lib',
293 'athena_test_support', 289 'athena_test_support',
294 'main/athena_main.gyp:athena_main_lib', 290 'main/athena_main.gyp:athena_main_lib',
295 'resources/athena_resources.gyp:athena_pak', 291 'resources/athena_resources.gyp:athena_pak',
296 ], 292 ],
297 'sources': [ 293 'sources': [
298 'activity/activity_manager_unittest.cc', 294 'activity/activity_manager_unittest.cc',
299 'content/app_activity_unittest.cc', 295 'content/app_activity_unittest.cc',
300 'env/athena_env_unittest.cc', 296 'env/athena_env_unittest.cc',
301 'home/athena_start_page_view_unittest.cc', 297 'home/athena_start_page_view_unittest.cc',
302 'home/home_card_gesture_manager_unittest.cc', 298 'home/home_card_gesture_manager_unittest.cc',
303 'home/home_card_unittest.cc', 299 'home/home_card_unittest.cc',
304 'input/accelerator_manager_unittest.cc', 300 'input/accelerator_manager_unittest.cc',
305 'input/input_manager_unittest.cc', 301 'input/input_manager_unittest.cc',
306 'resource_manager/memory_pressure_notifier_unittest.cc', 302 'resource_manager/memory_pressure_notifier_unittest.cc',
307 'resource_manager/resource_manager_unittest.cc', 303 'resource_manager/resource_manager_unittest.cc',
308 'screen/modal_window_controller_unittest.cc',
309 'screen/screen_manager_unittest.cc', 304 'screen/screen_manager_unittest.cc',
310 'test/base/athena_unittests.cc', 305 'test/base/athena_unittests.cc',
311 'util/drag_handle_unittest.cc', 306 'util/drag_handle_unittest.cc',
312 'util/fill_layout_manager_unittest.cc', 307 'util/fill_layout_manager_unittest.cc',
313 'wm/split_view_controller_unittest.cc', 308 'wm/split_view_controller_unittest.cc',
314 'wm/window_list_provider_impl_unittest.cc', 309 'wm/window_list_provider_impl_unittest.cc',
315 'wm/window_manager_unittest.cc', 310 'wm/window_manager_unittest.cc',
316 ], 311 ],
317 } 312 }
318 ], 313 ],
319 } 314 }
320 315
OLDNEW
« no previous file with comments | « athena/activity/activity_manager_unittest.cc ('k') | athena/main/athena_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698