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

Side by Side Diff: content/content_tests.gypi

Issue 8340028: Salient parts of http://codereview.chromium.org/8392042/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/browser_thread.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'test/mock_render_process.cc', 68 'test/mock_render_process.cc',
69 'test/mock_render_process.h', 69 'test/mock_render_process.h',
70 'test/mock_render_thread.cc', 70 'test/mock_render_thread.cc',
71 'test/mock_render_thread.h', 71 'test/mock_render_thread.h',
72 'test/render_view_fake_resources_test.cc', 72 'test/render_view_fake_resources_test.cc',
73 'test/render_view_fake_resources_test.h', 73 'test/render_view_fake_resources_test.h',
74 'test/render_view_test.cc', 74 'test/render_view_test.cc',
75 'test/render_view_test.h', 75 'test/render_view_test.h',
76 'test/test_browser_context.cc', 76 'test/test_browser_context.cc',
77 'test/test_browser_context.h', 77 'test/test_browser_context.h',
78 'test/test_browser_thread.cc',
79 'test/test_browser_thread.h',
78 'test/test_content_client.cc', 80 'test/test_content_client.cc',
79 'test/test_content_client.h', 81 'test/test_content_client.h',
80 'test/test_notification_tracker.cc', 82 'test/test_notification_tracker.cc',
81 'test/test_notification_tracker.h', 83 'test/test_notification_tracker.h',
82 'test/test_tab_contents_view.cc', 84 'test/test_tab_contents_view.cc',
83 'test/test_tab_contents_view.h', 85 'test/test_tab_contents_view.h',
84 'test/test_url_fetcher_factory.cc', 86 'test/test_url_fetcher_factory.cc',
85 'test/test_url_fetcher_factory.h', 87 'test/test_url_fetcher_factory.h',
86 'test/unittest_test_suite.cc', 88 'test/unittest_test_suite.cc',
87 'test/unittest_test_suite.h', 89 'test/unittest_test_suite.h',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 ], 341 ],
340 'sources': [ 342 'sources': [
341 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 343 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
342 ], 344 ],
343 } 345 }
344 ], 346 ],
345 }, 347 },
346 ], 348 ],
347 ], 349 ],
348 } 350 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/browser_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698