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

Side by Side Diff: content/content_tests.gypi

Issue 10411085: Build AVC decoder configuration record (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 { 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'browser/web_contents/web_contents_impl_unittest.cc', 277 'browser/web_contents/web_contents_impl_unittest.cc',
278 'browser/web_contents/web_contents_view_mac_unittest.mm', 278 'browser/web_contents/web_contents_view_mac_unittest.mm',
279 'browser/web_contents/web_drag_dest_mac_unittest.mm', 279 'browser/web_contents/web_drag_dest_mac_unittest.mm',
280 'browser/web_contents/web_drag_source_mac_unittest.mm', 280 'browser/web_contents/web_drag_source_mac_unittest.mm',
281 'browser/webui/web_ui_message_handler_unittest.cc', 281 'browser/webui/web_ui_message_handler_unittest.cc',
282 'common/android/address_parser_unittest.cc', 282 'common/android/address_parser_unittest.cc',
283 'common/mac/attributed_string_coder_unittest.mm', 283 'common/mac/attributed_string_coder_unittest.mm',
284 'common/mac/font_descriptor_unittest.mm', 284 'common/mac/font_descriptor_unittest.mm',
285 'common/gpu/gpu_info_unittest.cc', 285 'common/gpu/gpu_info_unittest.cc',
286 'common/gpu/gpu_memory_manager_unittest.cc', 286 'common/gpu/gpu_memory_manager_unittest.cc',
287 'common/gpu/media/avc_config_record_builder_unittest.cc',
287 'common/hi_res_timer_manager_unittest.cc', 288 'common/hi_res_timer_manager_unittest.cc',
288 'common/indexed_db/indexed_db_dispatcher_unittest.cc', 289 'common/indexed_db/indexed_db_dispatcher_unittest.cc',
289 'common/inter_process_time_ticks_converter_unittest.cc', 290 'common/inter_process_time_ticks_converter_unittest.cc',
290 'common/net/url_fetcher_impl_unittest.cc', 291 'common/net/url_fetcher_impl_unittest.cc',
291 'common/page_zoom_unittest.cc', 292 'common/page_zoom_unittest.cc',
292 'common/resource_dispatcher_unittest.cc', 293 'common/resource_dispatcher_unittest.cc',
293 'common/sandbox_mac_diraccess_unittest.mm', 294 'common/sandbox_mac_diraccess_unittest.mm',
294 'common/sandbox_mac_fontloading_unittest.mm', 295 'common/sandbox_mac_fontloading_unittest.mm',
295 'common/sandbox_mac_unittest_helper.h', 296 'common/sandbox_mac_unittest_helper.h',
296 'common/sandbox_mac_unittest_helper.mm', 297 'common/sandbox_mac_unittest_helper.mm',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 588 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
588 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 589 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
589 ], 590 ],
590 }, 591 },
591 'includes': [ '../build/apk_test.gypi' ], 592 'includes': [ '../build/apk_test.gypi' ],
592 }, 593 },
593 ], 594 ],
594 }], 595 }],
595 ], 596 ],
596 } 597 }
OLDNEW
« content/common/gpu/media/mac_video_decode_accelerator.mm ('K') | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698