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

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: Removed tag names from CSS selectors that unambiguously match on id anyway. 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 1330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1341 'browser/ui/webui/options/language_options_browsertest.js', 1341 'browser/ui/webui/options/language_options_browsertest.js',
1342 'browser/ui/webui/options/language_options_dictionary_download_browserte st.js', 1342 'browser/ui/webui/options/language_options_dictionary_download_browserte st.js',
1343 'browser/ui/webui/options/options_browsertest.js', 1343 'browser/ui/webui/options/options_browsertest.js',
1344 'browser/ui/webui/options/options_ui_browsertest.cc', 1344 'browser/ui/webui/options/options_ui_browsertest.cc',
1345 'browser/ui/webui/options/options_ui_browsertest.h', 1345 'browser/ui/webui/options/options_ui_browsertest.h',
1346 'browser/ui/webui/options/password_manager_browsertest.js', 1346 'browser/ui/webui/options/password_manager_browsertest.js',
1347 'browser/ui/webui/options/preferences_browsertest.cc', 1347 'browser/ui/webui/options/preferences_browsertest.cc',
1348 'browser/ui/webui/options/preferences_browsertest.h', 1348 'browser/ui/webui/options/preferences_browsertest.h',
1349 'browser/ui/webui/options/search_engine_manager_browsertest.js', 1349 'browser/ui/webui/options/search_engine_manager_browsertest.js',
1350 'browser/ui/webui/options/settings_format_browsertest.js', 1350 'browser/ui/webui/options/settings_format_browsertest.js',
1351 'browser/ui/webui/policy_ui_browsertest.cc',
1351 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc', 1352 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc',
1352 'browser/ui/webui/sync_setup_browsertest.js', 1353 'browser/ui/webui/sync_setup_browsertest.js',
1353 'browser/ui/webui/web_ui_test_handler.cc', 1354 'browser/ui/webui/web_ui_test_handler.cc',
1354 'browser/ui/webui/web_ui_test_handler.h', 1355 'browser/ui/webui/web_ui_test_handler.h',
1355 'browser/unload_browsertest.cc', 1356 'browser/unload_browsertest.cc',
1356 'common/mac/mock_launchd.cc', 1357 'common/mac/mock_launchd.cc',
1357 'common/mac/mock_launchd.h', 1358 'common/mac/mock_launchd.h',
1358 'common/time_format_browsertest.cc', 1359 'common/time_format_browsertest.cc',
1359 'renderer/autofill/autofill_renderer_browsertest.cc', 1360 'renderer/autofill/autofill_renderer_browsertest.cc',
1360 'renderer/autofill/form_autocomplete_browsertest.cc', 1361 'renderer/autofill/form_autocomplete_browsertest.cc',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1533 }], 1534 }],
1534 ['file_manager_extension==0', { 1535 ['file_manager_extension==0', {
1535 'sources!': [ 1536 'sources!': [
1536 'browser/ui/views/select_file_dialog_extension_browsertest.cc', 1537 'browser/ui/views/select_file_dialog_extension_browsertest.cc',
1537 ], 1538 ],
1538 }], 1539 }],
1539 ['configuration_policy==0', { 1540 ['configuration_policy==0', {
1540 'sources/': [ 1541 'sources/': [
1541 ['exclude', '^browser/policy/'], 1542 ['exclude', '^browser/policy/'],
1542 ], 1543 ],
1544 'sources!': [
1545 'browser/ui/webui/policy_ui_browsertest.cc',
1546 ],
1543 }], 1547 }],
1544 ['input_speech==0', { 1548 ['input_speech==0', {
1545 'sources/': [ 1549 'sources/': [
1546 ['exclude', '^browser/speech/'], 1550 ['exclude', '^browser/speech/'],
1547 ['exclude', '^../content/browser/speech/'], 1551 ['exclude', '^../content/browser/speech/'],
1548 ], 1552 ],
1549 }], 1553 }],
1550 ['safe_browsing==1', { 1554 ['safe_browsing==1', {
1551 'defines': [ 1555 'defines': [
1552 'FULL_SAFE_BROWSING', 1556 'FULL_SAFE_BROWSING',
(...skipping 1437 matching lines...) Expand 10 before | Expand all | Expand 10 after
2990 'sync_integration_tests.isolate', 2994 'sync_integration_tests.isolate',
2991 ], 2995 ],
2992 'sources': [ 2996 'sources': [
2993 'sync_integration_tests.isolate', 2997 'sync_integration_tests.isolate',
2994 ], 2998 ],
2995 }, 2999 },
2996 ], 3000 ],
2997 }], 3001 }],
2998 ], # 'conditions' 3002 ], # 'conditions'
2999 } 3003 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698