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

Side by Side Diff: components/components_tests.gyp

Issue 658383003: Componentize Constrained Window Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: gn 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 '../url/url.gyp:url_lib', 446 '../url/url.gyp:url_lib',
447 447
448 # Dependencies of variations 448 # Dependencies of variations
449 'components.gyp:variations', 449 'components.gyp:variations',
450 'components.gyp:variations_http_provider', 450 'components.gyp:variations_http_provider',
451 ], 451 ],
452 'conditions': [ 452 'conditions': [
453 ['toolkit_views == 1', { 453 ['toolkit_views == 1', {
454 'sources': [ 454 'sources': [
455 'bookmarks/browser/bookmark_node_data_unittest.cc', 455 'bookmarks/browser/bookmark_node_data_unittest.cc',
456 'constrained_window/constrained_window_views_unittest.cc',
456 ], 457 ],
458 'dependencies': [
459 '<(DEPTH)/ui/views/views.gyp:views_test_support',
460 'components.gyp:constrained_window',
461 ]
457 }], 462 }],
458 ['OS != "ios"', { 463 ['OS != "ios"', {
459 'sources': [ 464 'sources': [
460 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc', 465 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc',
461 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 466 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
462 'error_page/renderer/net_error_helper_core_unittest.cc', 467 'error_page/renderer/net_error_helper_core_unittest.cc',
463 'metrics/gpu/gpu_metrics_provider_unittest.cc', 468 'metrics/gpu/gpu_metrics_provider_unittest.cc',
464 'password_manager/content/browser/content_credential_manager_dis patcher_unittest.cc', 469 'password_manager/content/browser/content_credential_manager_dis patcher_unittest.cc',
465 'power/origin_power_map_unittest.cc', 470 'power/origin_power_map_unittest.cc',
466 ], 471 ],
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 'dependencies': [ 989 'dependencies': [
985 '../base/allocator/allocator.gyp:allocator', 990 '../base/allocator/allocator.gyp:allocator',
986 ], 991 ],
987 }], 992 }],
988 ], 993 ],
989 }, 994 },
990 ], 995 ],
991 }], 996 }],
992 ], 997 ],
993 } 998 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698