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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10494012: Move mock notification observer header from content\test to content\public\test. This way we can en… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'test/logging/win/mof_data_parser.cc', 257 'test/logging/win/mof_data_parser.cc',
258 'test/logging/win/mof_data_parser.h', 258 'test/logging/win/mof_data_parser.h',
259 'test/logging/win/test_log_collector.cc', 259 'test/logging/win/test_log_collector.cc',
260 'test/logging/win/test_log_collector.h', 260 'test/logging/win/test_log_collector.h',
261 'test/perf/perf_test.cc', 261 'test/perf/perf_test.cc',
262 'test/perf/perf_test.h', 262 'test/perf/perf_test.h',
263 # TODO: these should live here but are currently used by 263 # TODO: these should live here but are currently used by
264 # production code code in libbrowser (in chrome.gyp). 264 # production code code in libbrowser (in chrome.gyp).
265 #'../content/browser/net/url_request_mock_http_job.cc', 265 #'../content/browser/net/url_request_mock_http_job.cc',
266 #'../content/browser/net/url_request_mock_http_job.h', 266 #'../content/browser/net/url_request_mock_http_job.h',
267 '../content/test/notification_observer_mock.cc',
268 '../content/test/notification_observer_mock.h',
269 '../ui/gfx/image/image_unittest_util.h', 267 '../ui/gfx/image/image_unittest_util.h',
270 '../ui/gfx/image/image_unittest_util.cc', 268 '../ui/gfx/image/image_unittest_util.cc',
271 '../webkit/fileapi/mock_file_system_options.cc', 269 '../webkit/fileapi/mock_file_system_options.cc',
272 '../webkit/fileapi/mock_file_system_options.h', 270 '../webkit/fileapi/mock_file_system_options.h',
273 '../webkit/quota/mock_quota_manager.cc', 271 '../webkit/quota/mock_quota_manager.cc',
274 '../webkit/quota/mock_quota_manager.h', 272 '../webkit/quota/mock_quota_manager.h',
275 ], 273 ],
276 'conditions': [ 274 'conditions': [
277 ['chromeos==0', { 275 ['chromeos==0', {
278 'sources/': [ 276 'sources/': [
(...skipping 4373 matching lines...) Expand 10 before | Expand all | Expand 10 after
4652 # Use outputs of this action as inputs for the main target build. 4650 # Use outputs of this action as inputs for the main target build.
4653 # Seems as a misnomer but makes this happy on Linux (scons). 4651 # Seems as a misnomer but makes this happy on Linux (scons).
4654 'process_outputs_as_sources': 1, 4652 'process_outputs_as_sources': 1,
4655 }, 4653 },
4656 ], # 'actions' 4654 ], # 'actions'
4657 }, 4655 },
4658 ] 4656 ]
4659 }], # 'coverage!=0' 4657 }], # 'coverage!=0'
4660 ], # 'conditions' 4658 ], # 'conditions'
4661 } 4659 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/tabs/tab_strip_model_unittest.cc ('k') | chrome/test/base/thread_observer_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698