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

Side by Side Diff: chrome/chrome_common.gypi

Issue 294163008: Adds USB writing for OS X. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@list-devices
Patch Set: Creates a location for code shared between browser and utility process. Created 6 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
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'common/extensions/extension_file_util.cc', 167 'common/extensions/extension_file_util.cc',
168 'common/extensions/extension_file_util.h', 168 'common/extensions/extension_file_util.h',
169 'common/extensions/extension_process_policy.cc', 169 'common/extensions/extension_process_policy.cc',
170 'common/extensions/extension_process_policy.h', 170 'common/extensions/extension_process_policy.h',
171 'common/extensions/features/chrome_channel_feature_filter.cc', 171 'common/extensions/features/chrome_channel_feature_filter.cc',
172 'common/extensions/features/chrome_channel_feature_filter.h', 172 'common/extensions/features/chrome_channel_feature_filter.h',
173 'common/extensions/features/feature_channel.cc', 173 'common/extensions/features/feature_channel.cc',
174 'common/extensions/features/feature_channel.h', 174 'common/extensions/features/feature_channel.h',
175 'common/extensions/file_handler_info.cc', 175 'common/extensions/file_handler_info.cc',
176 'common/extensions/file_handler_info.h', 176 'common/extensions/file_handler_info.h',
177 'common/extensions/image_writer_util_mac.cc',
178 'common/extensions/image_writer_util_mac.h',
177 'common/extensions/manifest_handlers/app_isolation_info.cc', 179 'common/extensions/manifest_handlers/app_isolation_info.cc',
178 'common/extensions/manifest_handlers/app_isolation_info.h', 180 'common/extensions/manifest_handlers/app_isolation_info.h',
179 'common/extensions/manifest_handlers/app_launch_info.cc', 181 'common/extensions/manifest_handlers/app_launch_info.cc',
180 'common/extensions/manifest_handlers/app_launch_info.h', 182 'common/extensions/manifest_handlers/app_launch_info.h',
181 'common/extensions/manifest_handlers/automation.h', 183 'common/extensions/manifest_handlers/automation.h',
182 'common/extensions/manifest_handlers/automation.cc', 184 'common/extensions/manifest_handlers/automation.cc',
183 'common/extensions/manifest_handlers/content_scripts_handler.cc', 185 'common/extensions/manifest_handlers/content_scripts_handler.cc',
184 'common/extensions/manifest_handlers/content_scripts_handler.h', 186 'common/extensions/manifest_handlers/content_scripts_handler.h',
185 'common/extensions/manifest_handlers/mime_types_handler.cc', 187 'common/extensions/manifest_handlers/mime_types_handler.cc',
186 'common/extensions/manifest_handlers/mime_types_handler.h', 188 'common/extensions/manifest_handlers/mime_types_handler.h',
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'common/metrics/proto/permuted_entropy_cache.proto', 689 'common/metrics/proto/permuted_entropy_cache.proto',
688 ], 690 ],
689 'variables': { 691 'variables': {
690 'proto_in_dir': 'common/metrics/proto', 692 'proto_in_dir': 'common/metrics/proto',
691 'proto_out_dir': 'chrome/common/metrics/proto', 693 'proto_out_dir': 'chrome/common/metrics/proto',
692 }, 694 },
693 'includes': [ '../build/protoc.gypi' ], 695 'includes': [ '../build/protoc.gypi' ],
694 }, 696 },
695 ], 697 ],
696 } 698 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698