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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 4960003: Don't register gmail users at the device management server (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 10 years 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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'test/model_test_utils.cc', 113 'test/model_test_utils.cc',
114 'test/model_test_utils.h', 114 'test/model_test_utils.h',
115 'test/profile_mock.h', 115 'test/profile_mock.h',
116 'test/test_browser_window.h', 116 'test/test_browser_window.h',
117 'test/test_launcher_utils.cc', 117 'test/test_launcher_utils.cc',
118 'test/test_launcher_utils.h', 118 'test/test_launcher_utils.h',
119 'test/test_location_bar.h', 119 'test/test_location_bar.h',
120 'test/test_switches.cc', 120 'test/test_switches.cc',
121 'test/test_switches.h', 121 'test/test_switches.h',
122 'test/test_url_request_context_getter.h', 122 'test/test_url_request_context_getter.h',
123 'test/testing_device_token_fetcher.cc',
124 'test/testing_device_token_fetcher.h',
123 'test/testing_pref_service.cc', 125 'test/testing_pref_service.cc',
124 'test/testing_pref_service.h', 126 'test/testing_pref_service.h',
125 'test/testing_profile.cc', 127 'test/testing_profile.cc',
126 'test/testing_profile.h', 128 'test/testing_profile.h',
127 'test/thread_observer_helper.h', 129 'test/thread_observer_helper.h',
128 'test/thread_test_helper.h', 130 'test/thread_test_helper.h',
129 'test/ui_test_utils.cc', 131 'test/ui_test_utils.cc',
130 'test/ui_test_utils.h', 132 'test/ui_test_utils.h',
131 'test/ui_test_utils_linux.cc', 133 'test/ui_test_utils_linux.cc',
132 'test/ui_test_utils_mac.mm', 134 'test/ui_test_utils_mac.mm',
(...skipping 3280 matching lines...) Expand 10 before | Expand all | Expand 10 after
3413 ] 3415 ]
3414 }], # 'coverage!=0' 3416 }], # 'coverage!=0'
3415 ], # 'conditions' 3417 ], # 'conditions'
3416 } 3418 }
3417 3419
3418 # Local Variables: 3420 # Local Variables:
3419 # tab-width:2 3421 # tab-width:2
3420 # indent-tabs-mode:nil 3422 # indent-tabs-mode:nil
3421 # End: 3423 # End:
3422 # vim: set expandtab tabstop=2 shiftwidth=2: 3424 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698