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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 23566018: [chromedriver] Remove Logger and just use base LOG. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 3 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 | « no previous file | chrome/test/chromedriver/capabilities.h » ('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 828 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 'test/chromedriver/chrome/log.h', 839 'test/chromedriver/chrome/log.h',
840 'test/chromedriver/chrome/log.cc', 840 'test/chromedriver/chrome/log.cc',
841 'test/chromedriver/chrome/navigation_tracker.cc', 841 'test/chromedriver/chrome/navigation_tracker.cc',
842 'test/chromedriver/chrome/navigation_tracker.h', 842 'test/chromedriver/chrome/navigation_tracker.h',
843 'test/chromedriver/chrome/performance_logger.h', 843 'test/chromedriver/chrome/performance_logger.h',
844 'test/chromedriver/chrome/performance_logger.cc', 844 'test/chromedriver/chrome/performance_logger.cc',
845 'test/chromedriver/chrome/status.cc', 845 'test/chromedriver/chrome/status.cc',
846 'test/chromedriver/chrome/status.h', 846 'test/chromedriver/chrome/status.h',
847 'test/chromedriver/chrome/ui_events.cc', 847 'test/chromedriver/chrome/ui_events.cc',
848 'test/chromedriver/chrome/ui_events.h', 848 'test/chromedriver/chrome/ui_events.h',
849 'test/chromedriver/chrome/util.cc',
850 'test/chromedriver/chrome/util.h',
849 'test/chromedriver/chrome/version.cc', 851 'test/chromedriver/chrome/version.cc',
850 'test/chromedriver/chrome/version.h', 852 'test/chromedriver/chrome/version.h',
851 'test/chromedriver/chrome/web_view.h', 853 'test/chromedriver/chrome/web_view.h',
852 'test/chromedriver/chrome/web_view_impl.cc', 854 'test/chromedriver/chrome/web_view_impl.cc',
853 'test/chromedriver/chrome/web_view_impl.h', 855 'test/chromedriver/chrome/web_view_impl.h',
854 'test/chromedriver/chrome/zip.cc', 856 'test/chromedriver/chrome/zip.cc',
855 'test/chromedriver/chrome/zip.h', 857 'test/chromedriver/chrome/zip.h',
856 'test/chromedriver/chrome/zip_internal.cc', 858 'test/chromedriver/chrome/zip_internal.cc',
857 'test/chromedriver/chrome/zip_internal.h', 859 'test/chromedriver/chrome/zip_internal.h',
858 'test/chromedriver/chrome/zip_reader.cc', 860 'test/chromedriver/chrome/zip_reader.cc',
(...skipping 2628 matching lines...) Expand 10 before | Expand all | Expand 10 after
3487 'utility', 3489 'utility',
3488 ], 3490 ],
3489 'sources': [ 3491 'sources': [
3490 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3492 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3491 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3493 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3492 ], 3494 ],
3493 }] 3495 }]
3494 }], 3496 }],
3495 ], # 'conditions' 3497 ], # 'conditions'
3496 } 3498 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/capabilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698