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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 166573005: Rename apps::ShellWindow to apps::AppWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, nits (rename) Created 6 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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 '..', 149 '..',
150 ], 150 ],
151 'defines': [ 151 'defines': [
152 'HAS_OUT_OF_PROC_TEST_RUNNER', 152 'HAS_OUT_OF_PROC_TEST_RUNNER',
153 ], 153 ],
154 'variables': { 154 'variables': {
155 'win_use_external_manifest': 1, 155 'win_use_external_manifest': 1,
156 }, 156 },
157 'sources': [ 157 'sources': [
158 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', 158 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm',
159 '../apps/shell_window_interactive_uitest.cc', 159 '../apps/app_window_interactive_uitest.cc',
160 '../ui/views/corewm/desktop_capture_controller_unittest.cc', 160 '../ui/views/corewm/desktop_capture_controller_unittest.cc',
161 '../ui/views/widget/widget_interactive_uitest.cc', 161 '../ui/views/widget/widget_interactive_uitest.cc',
162 'browser/apps/app_browsertest_util.cc', 162 'browser/apps/app_browsertest_util.cc',
163 'browser/apps/app_browsertest_util.h', 163 'browser/apps/app_browsertest_util.h',
164 'browser/apps/app_pointer_lock_interactive_uitest.cc', 164 'browser/apps/app_pointer_lock_interactive_uitest.cc',
165 'browser/apps/app_window_interactive_uitest.cc', 165 'browser/apps/app_window_interactive_uitest.cc',
166 'browser/apps/web_view_interactive_browsertest.cc', 166 'browser/apps/web_view_interactive_browsertest.cc',
167 'browser/autofill/autofill_interactive_uitest.cc', 167 'browser/autofill/autofill_interactive_uitest.cc',
168 'browser/browser_keyevents_browsertest.cc', 168 'browser/browser_keyevents_browsertest.cc',
169 'browser/extensions/api/extension_action/browser_action_interactive_test .cc', 169 'browser/extensions/api/extension_action/browser_action_interactive_test .cc',
(...skipping 3062 matching lines...) Expand 10 before | Expand all | Expand 10 after
3232 'utility', 3232 'utility',
3233 ], 3233 ],
3234 'sources': [ 3234 'sources': [
3235 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3235 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3236 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3236 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3237 ], 3237 ],
3238 }] 3238 }]
3239 }], 3239 }],
3240 ], # 'conditions' 3240 ], # 'conditions'
3241 } 3241 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/options_handlers_helper.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698