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

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: rebase 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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 '../url/url.gyp:url_lib', 448 '../url/url.gyp:url_lib',
449 449
450 # Dependencies of variations 450 # Dependencies of variations
451 'components.gyp:variations', 451 'components.gyp:variations',
452 'components.gyp:variations_http_provider', 452 'components.gyp:variations_http_provider',
453 ], 453 ],
454 'conditions': [ 454 'conditions': [
455 ['toolkit_views == 1', { 455 ['toolkit_views == 1', {
456 'sources': [ 456 'sources': [
457 'bookmarks/browser/bookmark_node_data_unittest.cc', 457 'bookmarks/browser/bookmark_node_data_unittest.cc',
458 'constrained_window/constrained_window_views_unittest.cc',
458 ], 459 ],
460 'dependencies': [
461 '<(DEPTH)/ui/views/views.gyp:views_test_support',
462 'components.gyp:constrained_window',
463 ]
459 }], 464 }],
460 ['OS != "ios"', { 465 ['OS != "ios"', {
461 'sources': [ 466 'sources': [
462 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc', 467 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc',
463 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 468 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
464 'error_page/renderer/net_error_helper_core_unittest.cc', 469 'error_page/renderer/net_error_helper_core_unittest.cc',
465 'metrics/gpu/gpu_metrics_provider_unittest.cc', 470 'metrics/gpu/gpu_metrics_provider_unittest.cc',
466 'password_manager/content/browser/content_credential_manager_dis patcher_unittest.cc', 471 'password_manager/content/browser/content_credential_manager_dis patcher_unittest.cc',
467 'power/origin_power_map_unittest.cc', 472 'power/origin_power_map_unittest.cc',
468 ], 473 ],
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 'dependencies': [ 992 'dependencies': [
988 '../base/allocator/allocator.gyp:allocator', 993 '../base/allocator/allocator.gyp:allocator',
989 ], 994 ],
990 }], 995 }],
991 ], 996 ],
992 }, 997 },
993 ], 998 ],
994 }], 999 }],
995 ], 1000 ],
996 } 1001 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698