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

Side by Side Diff: extensions/extensions.gyp

Issue 600363002: Add extensions/common/stack_frame_unittest.cc to extensions.gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « extensions/common/stack_frame_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'common/manifest_handler_unittest.cc', 1104 'common/manifest_handler_unittest.cc',
1105 'common/manifest_handlers/externally_connectable_unittest.cc', 1105 'common/manifest_handlers/externally_connectable_unittest.cc',
1106 'common/manifest_handlers/file_handler_manifest_unittest.cc', 1106 'common/manifest_handlers/file_handler_manifest_unittest.cc',
1107 'common/manifest_handlers/shared_module_manifest_unittest.cc', 1107 'common/manifest_handlers/shared_module_manifest_unittest.cc',
1108 'common/message_bundle_unittest.cc', 1108 'common/message_bundle_unittest.cc',
1109 'common/one_shot_event_unittest.cc', 1109 'common/one_shot_event_unittest.cc',
1110 'common/permissions/api_permission_set_unittest.cc', 1110 'common/permissions/api_permission_set_unittest.cc',
1111 'common/permissions/manifest_permission_set_unittest.cc', 1111 'common/permissions/manifest_permission_set_unittest.cc',
1112 'common/permissions/socket_permission_unittest.cc', 1112 'common/permissions/socket_permission_unittest.cc',
1113 'common/permissions/usb_device_permission_unittest.cc', 1113 'common/permissions/usb_device_permission_unittest.cc',
1114 'common/stack_frame_unittest.cc',
1114 'common/url_pattern_set_unittest.cc', 1115 'common/url_pattern_set_unittest.cc',
1115 'common/url_pattern_unittest.cc', 1116 'common/url_pattern_unittest.cc',
1116 'common/user_script_unittest.cc', 1117 'common/user_script_unittest.cc',
1117 'renderer/activity_log_converter_strategy_unittest.cc', 1118 'renderer/activity_log_converter_strategy_unittest.cc',
1118 'renderer/api/serial/data_receiver_unittest.cc', 1119 'renderer/api/serial/data_receiver_unittest.cc',
1119 'renderer/api/serial/data_sender_unittest.cc', 1120 'renderer/api/serial/data_sender_unittest.cc',
1120 'renderer/api/serial/serial_api_unittest.cc', 1121 'renderer/api/serial/serial_api_unittest.cc',
1121 'renderer/api_test_base.cc', 1122 'renderer/api_test_base.cc',
1122 'renderer/api_test_base.h', 1123 'renderer/api_test_base.h',
1123 'renderer/api_test_base_unittest.cc', 1124 'renderer/api_test_base_unittest.cc',
(...skipping 28 matching lines...) Expand all
1152 'browser/api/cast_channel/logging.proto' 1153 'browser/api/cast_channel/logging.proto'
1153 ], 1154 ],
1154 'variables': { 1155 'variables': {
1155 'proto_in_dir': 'browser/api/cast_channel', 1156 'proto_in_dir': 'browser/api/cast_channel',
1156 'proto_out_dir': 'extensions/browser/api/cast_channel', 1157 'proto_out_dir': 'extensions/browser/api/cast_channel',
1157 }, 1158 },
1158 'includes': [ '../build/protoc.gypi' ] 1159 'includes': [ '../build/protoc.gypi' ]
1159 }, 1160 },
1160 ] 1161 ]
1161 } 1162 }
OLDNEW
« no previous file with comments | « extensions/common/stack_frame_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698