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

Side by Side Diff: content/content_tests.gypi

Issue 1186233004: Refactor OS X sandbox processing and audit sandbox files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move struct to anon namespace and use static_cast<> Created 5 years, 5 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
« no previous file with comments | « content/content_common.gypi ('k') | content/ppapi_plugin/ppapi.sb » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 'common/input/touch_event_stream_validator_unittest.cc', 632 'common/input/touch_event_stream_validator_unittest.cc',
633 'common/input/web_input_event_traits_unittest.cc', 633 'common/input/web_input_event_traits_unittest.cc',
634 'common/inter_process_time_ticks_converter_unittest.cc', 634 'common/inter_process_time_ticks_converter_unittest.cc',
635 'common/mac/attributed_string_coder_unittest.mm', 635 'common/mac/attributed_string_coder_unittest.mm',
636 'common/mac/font_descriptor_unittest.mm', 636 'common/mac/font_descriptor_unittest.mm',
637 'common/one_writer_seqlock_unittest.cc', 637 'common/one_writer_seqlock_unittest.cc',
638 'common/origin_util_unittest.cc', 638 'common/origin_util_unittest.cc',
639 'common/page_state_serialization_unittest.cc', 639 'common/page_state_serialization_unittest.cc',
640 'common/page_zoom_unittest.cc', 640 'common/page_zoom_unittest.cc',
641 'common/plugin_list_unittest.cc', 641 'common/plugin_list_unittest.cc',
642 'common/sandbox_mac_compiler_unittest.mm',
642 'common/sandbox_mac_diraccess_unittest.mm', 643 'common/sandbox_mac_diraccess_unittest.mm',
643 'common/sandbox_mac_fontloading_unittest.mm', 644 'common/sandbox_mac_fontloading_unittest.mm',
644 'common/sandbox_mac_system_access_unittest.mm', 645 'common/sandbox_mac_system_access_unittest.mm',
645 'common/sandbox_mac_unittest_helper.h', 646 'common/sandbox_mac_unittest_helper.h',
646 'common/sandbox_mac_unittest_helper.mm', 647 'common/sandbox_mac_unittest_helper.mm',
647 'common/ssl_status_serialization_unittest.cc', 648 'common/ssl_status_serialization_unittest.cc',
648 'common/webplugininfo_unittest.cc', 649 'common/webplugininfo_unittest.cc',
649 'renderer/android/email_detector_unittest.cc', 650 'renderer/android/email_detector_unittest.cc',
650 'renderer/android/phone_number_detector_unittest.cc', 651 'renderer/android/phone_number_detector_unittest.cc',
651 'renderer/battery_status/battery_status_dispatcher_unittest.cc', 652 'renderer/battery_status/battery_status_dispatcher_unittest.cc',
(...skipping 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after
2092 ], 2093 ],
2093 }, 2094 },
2094 'includes': [ 2095 'includes': [
2095 '../build/host_jar.gypi', 2096 '../build/host_jar.gypi',
2096 ], 2097 ],
2097 }, 2098 },
2098 ], 2099 ],
2099 }], 2100 }],
2100 ], 2101 ],
2101 } 2102 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/ppapi_plugin/ppapi.sb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698