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

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: Move string to the correct position. 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
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 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after
1339 'browser/ui/webui/options/language_options_browsertest.js', 1339 'browser/ui/webui/options/language_options_browsertest.js',
1340 'browser/ui/webui/options/language_options_dictionary_download_browserte st.js', 1340 'browser/ui/webui/options/language_options_dictionary_download_browserte st.js',
1341 'browser/ui/webui/options/options_browsertest.js', 1341 'browser/ui/webui/options/options_browsertest.js',
1342 'browser/ui/webui/options/options_ui_browsertest.cc', 1342 'browser/ui/webui/options/options_ui_browsertest.cc',
1343 'browser/ui/webui/options/options_ui_browsertest.h', 1343 'browser/ui/webui/options/options_ui_browsertest.h',
1344 'browser/ui/webui/options/password_manager_browsertest.js', 1344 'browser/ui/webui/options/password_manager_browsertest.js',
1345 'browser/ui/webui/options/preferences_browsertest.cc', 1345 'browser/ui/webui/options/preferences_browsertest.cc',
1346 'browser/ui/webui/options/preferences_browsertest.h', 1346 'browser/ui/webui/options/preferences_browsertest.h',
1347 'browser/ui/webui/options/search_engine_manager_browsertest.js', 1347 'browser/ui/webui/options/search_engine_manager_browsertest.js',
1348 'browser/ui/webui/options/settings_format_browsertest.js', 1348 'browser/ui/webui/options/settings_format_browsertest.js',
1349 'browser/ui/webui/policy_ui_browsertest.cc',
1349 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc', 1350 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc',
1350 'browser/ui/webui/sync_setup_browsertest.js', 1351 'browser/ui/webui/sync_setup_browsertest.js',
1351 'browser/ui/webui/web_ui_test_handler.cc', 1352 'browser/ui/webui/web_ui_test_handler.cc',
1352 'browser/ui/webui/web_ui_test_handler.h', 1353 'browser/ui/webui/web_ui_test_handler.h',
1353 'browser/unload_browsertest.cc', 1354 'browser/unload_browsertest.cc',
1354 'common/mac/mock_launchd.cc', 1355 'common/mac/mock_launchd.cc',
1355 'common/mac/mock_launchd.h', 1356 'common/mac/mock_launchd.h',
1356 'common/time_format_browsertest.cc', 1357 'common/time_format_browsertest.cc',
1357 'renderer/autofill/autofill_renderer_browsertest.cc', 1358 'renderer/autofill/autofill_renderer_browsertest.cc',
1358 'renderer/autofill/form_autocomplete_browsertest.cc', 1359 'renderer/autofill/form_autocomplete_browsertest.cc',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1531 }], 1532 }],
1532 ['file_manager_extension==0', { 1533 ['file_manager_extension==0', {
1533 'sources!': [ 1534 'sources!': [
1534 'browser/ui/views/select_file_dialog_extension_browsertest.cc', 1535 'browser/ui/views/select_file_dialog_extension_browsertest.cc',
1535 ], 1536 ],
1536 }], 1537 }],
1537 ['configuration_policy==0', { 1538 ['configuration_policy==0', {
1538 'sources/': [ 1539 'sources/': [
1539 ['exclude', '^browser/policy/'], 1540 ['exclude', '^browser/policy/'],
1540 ], 1541 ],
1542 'sources!': [
1543 'browser/ui/webui/policy_ui_browsertest.cc',
1544 ],
1541 }], 1545 }],
1542 ['input_speech==0', { 1546 ['input_speech==0', {
1543 'sources/': [ 1547 'sources/': [
1544 ['exclude', '^browser/speech/'], 1548 ['exclude', '^browser/speech/'],
1545 ['exclude', '^../content/browser/speech/'], 1549 ['exclude', '^../content/browser/speech/'],
1546 ], 1550 ],
1547 }], 1551 }],
1548 ['safe_browsing==1', { 1552 ['safe_browsing==1', {
1549 'defines': [ 1553 'defines': [
1550 'FULL_SAFE_BROWSING', 1554 'FULL_SAFE_BROWSING',
(...skipping 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after
2986 'sync_integration_tests.isolate', 2990 'sync_integration_tests.isolate',
2987 ], 2991 ],
2988 'sources': [ 2992 'sources': [
2989 'sync_integration_tests.isolate', 2993 'sync_integration_tests.isolate',
2990 ], 2994 ],
2991 }, 2995 },
2992 ], 2996 ],
2993 }], 2997 }],
2994 ], # 'conditions' 2998 ], # 'conditions'
2995 } 2999 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698