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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 12084065: Convert chrome://policy to new WebUI style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/policy_ui_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1347 matching lines...) Expand 10 before | Expand all | Expand 10 after
1358 'browser/ui/webui/options/language_options_browsertest.js', 1358 'browser/ui/webui/options/language_options_browsertest.js',
1359 'browser/ui/webui/options/language_options_dictionary_download_browserte st.js', 1359 'browser/ui/webui/options/language_options_dictionary_download_browserte st.js',
1360 'browser/ui/webui/options/options_browsertest.js', 1360 'browser/ui/webui/options/options_browsertest.js',
1361 'browser/ui/webui/options/options_ui_browsertest.cc', 1361 'browser/ui/webui/options/options_ui_browsertest.cc',
1362 'browser/ui/webui/options/options_ui_browsertest.h', 1362 'browser/ui/webui/options/options_ui_browsertest.h',
1363 'browser/ui/webui/options/password_manager_browsertest.js', 1363 'browser/ui/webui/options/password_manager_browsertest.js',
1364 'browser/ui/webui/options/preferences_browsertest.cc', 1364 'browser/ui/webui/options/preferences_browsertest.cc',
1365 'browser/ui/webui/options/preferences_browsertest.h', 1365 'browser/ui/webui/options/preferences_browsertest.h',
1366 'browser/ui/webui/options/search_engine_manager_browsertest.js', 1366 'browser/ui/webui/options/search_engine_manager_browsertest.js',
1367 'browser/ui/webui/options/settings_format_browsertest.js', 1367 'browser/ui/webui/options/settings_format_browsertest.js',
1368 'browser/ui/webui/policy_ui_browsertest.cc',
1368 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc', 1369 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc',
1369 'browser/ui/webui/sync_setup_browsertest.js', 1370 'browser/ui/webui/sync_setup_browsertest.js',
1370 'browser/ui/webui/web_ui_test_handler.cc', 1371 'browser/ui/webui/web_ui_test_handler.cc',
1371 'browser/ui/webui/web_ui_test_handler.h', 1372 'browser/ui/webui/web_ui_test_handler.h',
1372 'browser/unload_browsertest.cc', 1373 'browser/unload_browsertest.cc',
1373 'common/mac/mock_launchd.cc', 1374 'common/mac/mock_launchd.cc',
1374 'common/mac/mock_launchd.h', 1375 'common/mac/mock_launchd.h',
1375 'common/time_format_browsertest.cc', 1376 'common/time_format_browsertest.cc',
1376 'renderer/autofill/autofill_renderer_browsertest.cc', 1377 'renderer/autofill/autofill_renderer_browsertest.cc',
1377 'renderer/autofill/form_autocomplete_browsertest.cc', 1378 'renderer/autofill/form_autocomplete_browsertest.cc',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1550 }], 1551 }],
1551 ['file_manager_extension==0', { 1552 ['file_manager_extension==0', {
1552 'sources!': [ 1553 'sources!': [
1553 'browser/ui/views/select_file_dialog_extension_browsertest.cc', 1554 'browser/ui/views/select_file_dialog_extension_browsertest.cc',
1554 ], 1555 ],
1555 }], 1556 }],
1556 ['configuration_policy==0', { 1557 ['configuration_policy==0', {
1557 'sources/': [ 1558 'sources/': [
1558 ['exclude', '^browser/policy/'], 1559 ['exclude', '^browser/policy/'],
1559 ], 1560 ],
1561 'sources!': [
1562 'browser/ui/webui/policy_ui_browsertest.cc',
1563 ],
1560 }], 1564 }],
1561 ['input_speech==0', { 1565 ['input_speech==0', {
1562 'sources/': [ 1566 'sources/': [
1563 ['exclude', '^browser/speech/'], 1567 ['exclude', '^browser/speech/'],
1564 ['exclude', '^../content/browser/speech/'], 1568 ['exclude', '^../content/browser/speech/'],
1565 ], 1569 ],
1566 }], 1570 }],
1567 ['safe_browsing==1', { 1571 ['safe_browsing==1', {
1568 'defines': [ 1572 'defines': [
1569 'FULL_SAFE_BROWSING', 1573 'FULL_SAFE_BROWSING',
(...skipping 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after
3009 'sync_integration_tests.isolate', 3013 'sync_integration_tests.isolate',
3010 ], 3014 ],
3011 'sources': [ 3015 'sources': [
3012 'sync_integration_tests.isolate', 3016 'sync_integration_tests.isolate',
3013 ], 3017 ],
3014 }, 3018 },
3015 ], 3019 ],
3016 }], 3020 }],
3017 ], # 'conditions' 3021 ], # 'conditions'
3018 } 3022 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/policy_ui_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698