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

Side by Side Diff: components/components_tests.gyp

Issue 974323002: Componentize autofill dialog common code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'autofill/core/browser/credit_card_field_unittest.cc', 84 'autofill/core/browser/credit_card_field_unittest.cc',
85 'autofill/core/browser/credit_card_unittest.cc', 85 'autofill/core/browser/credit_card_unittest.cc',
86 'autofill/core/browser/form_field_unittest.cc', 86 'autofill/core/browser/form_field_unittest.cc',
87 'autofill/core/browser/form_structure_unittest.cc', 87 'autofill/core/browser/form_structure_unittest.cc',
88 'autofill/core/browser/name_field_unittest.cc', 88 'autofill/core/browser/name_field_unittest.cc',
89 'autofill/core/browser/password_generator_unittest.cc', 89 'autofill/core/browser/password_generator_unittest.cc',
90 'autofill/core/browser/personal_data_manager_unittest.cc', 90 'autofill/core/browser/personal_data_manager_unittest.cc',
91 'autofill/core/browser/phone_field_unittest.cc', 91 'autofill/core/browser/phone_field_unittest.cc',
92 'autofill/core/browser/phone_number_i18n_unittest.cc', 92 'autofill/core/browser/phone_number_i18n_unittest.cc',
93 'autofill/core/browser/phone_number_unittest.cc', 93 'autofill/core/browser/phone_number_unittest.cc',
94 'autofill/core/browser/ui/autofill_dialog_types_unittest.cc',
94 'autofill/core/browser/validation_unittest.cc', 95 'autofill/core/browser/validation_unittest.cc',
95 'autofill/core/browser/webdata/autofill_profile_syncable_service_uni ttest.cc', 96 'autofill/core/browser/webdata/autofill_profile_syncable_service_uni ttest.cc',
96 'autofill/core/browser/webdata/autofill_table_unittest.cc', 97 'autofill/core/browser/webdata/autofill_table_unittest.cc',
97 'autofill/core/browser/webdata/web_data_service_unittest.cc', 98 'autofill/core/browser/webdata/web_data_service_unittest.cc',
98 'autofill/core/common/form_data_unittest.cc', 99 'autofill/core/common/form_data_unittest.cc',
99 'autofill/core/common/form_field_data_unittest.cc', 100 'autofill/core/common/form_field_data_unittest.cc',
100 'autofill/core/common/password_form_fill_data_unittest.cc', 101 'autofill/core/common/password_form_fill_data_unittest.cc',
101 'autofill/core/common/save_password_progress_logger_unittest.cc', 102 'autofill/core/common/save_password_progress_logger_unittest.cc',
102 'bookmarks/browser/bookmark_codec_unittest.cc', 103 'bookmarks/browser/bookmark_codec_unittest.cc',
103 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', 104 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 'components_strings.gyp:components_strings', 461 'components_strings.gyp:components_strings',
461 'components_tests_pak', 462 'components_tests_pak',
462 ], 463 ],
463 'conditions': [ 464 'conditions': [
464 ['toolkit_views == 1', { 465 ['toolkit_views == 1', {
465 'sources': [ 466 'sources': [
466 'bookmarks/browser/bookmark_node_data_unittest.cc', 467 'bookmarks/browser/bookmark_node_data_unittest.cc',
467 'constrained_window/constrained_window_views_unittest.cc', 468 'constrained_window/constrained_window_views_unittest.cc',
468 ], 469 ],
469 'dependencies': [ 470 'dependencies': [
470 '<(DEPTH)/ui/views/views.gyp:views_test_support', 471 '../ui/views/views.gyp:views',
472 '../ui/views/views.gyp:views_test_support',
471 'components.gyp:constrained_window', 473 'components.gyp:constrained_window',
472 ] 474 ]
473 }], 475 }],
474 ['OS=="win"', { 476 ['OS=="win"', {
475 'dependencies': [ 477 'dependencies': [
476 'components.gyp:browser_watcher', 478 'components.gyp:browser_watcher',
477 'components.gyp:browser_watcher_client', 479 'components.gyp:browser_watcher_client',
478 ] 480 ]
479 }], 481 }],
480 ['OS=="win" and component!="shared_library" and win_use_allocator_sh im==1', { 482 ['OS=="win" and component!="shared_library" and win_use_allocator_sh im==1', {
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 '../build/isolate.gypi', 1119 '../build/isolate.gypi',
1118 ], 1120 ],
1119 'sources': [ 1121 'sources': [
1120 'components_unittests.isolate', 1122 'components_unittests.isolate',
1121 ], 1123 ],
1122 }, 1124 },
1123 ], 1125 ],
1124 }], 1126 }],
1125 ], 1127 ],
1126 } 1128 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698