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

Side by Side Diff: chrome/chrome_common.gypi

Issue 375703004: Changes Mac removable device listing to include all attached USB drives. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes minor style issues and documentation. Created 6 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
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 'chrome_common_sources': [ 7 'chrome_common_sources': [
8 '../apps/app_shim/app_shim_launch.h', 8 '../apps/app_shim/app_shim_launch.h',
9 '../apps/app_shim/app_shim_messages.h', 9 '../apps/app_shim/app_shim_messages.h',
10 'common/all_messages.h', 10 'common/all_messages.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'common/extensions/extension_constants.cc', 84 'common/extensions/extension_constants.cc',
85 'common/extensions/extension_constants.h', 85 'common/extensions/extension_constants.h',
86 'common/extensions/extension_file_util.cc', 86 'common/extensions/extension_file_util.cc',
87 'common/extensions/extension_file_util.h', 87 'common/extensions/extension_file_util.h',
88 'common/extensions/extension_process_policy.cc', 88 'common/extensions/extension_process_policy.cc',
89 'common/extensions/extension_process_policy.h', 89 'common/extensions/extension_process_policy.h',
90 'common/extensions/features/chrome_channel_feature_filter.cc', 90 'common/extensions/features/chrome_channel_feature_filter.cc',
91 'common/extensions/features/chrome_channel_feature_filter.h', 91 'common/extensions/features/chrome_channel_feature_filter.h',
92 'common/extensions/features/feature_channel.cc', 92 'common/extensions/features/feature_channel.cc',
93 'common/extensions/features/feature_channel.h', 93 'common/extensions/features/feature_channel.h',
94 'common/extensions/image_writer/image_writer_util_mac.cc',
95 'common/extensions/image_writer/image_writer_util_mac.h',
94 'common/extensions/manifest_handlers/app_isolation_info.cc', 96 'common/extensions/manifest_handlers/app_isolation_info.cc',
95 'common/extensions/manifest_handlers/app_isolation_info.h', 97 'common/extensions/manifest_handlers/app_isolation_info.h',
96 'common/extensions/manifest_handlers/app_launch_info.cc', 98 'common/extensions/manifest_handlers/app_launch_info.cc',
97 'common/extensions/manifest_handlers/app_launch_info.h', 99 'common/extensions/manifest_handlers/app_launch_info.h',
98 'common/extensions/manifest_handlers/automation.h', 100 'common/extensions/manifest_handlers/automation.h',
99 'common/extensions/manifest_handlers/automation.cc', 101 'common/extensions/manifest_handlers/automation.cc',
100 'common/extensions/manifest_handlers/content_scripts_handler.cc', 102 'common/extensions/manifest_handlers/content_scripts_handler.cc',
101 'common/extensions/manifest_handlers/content_scripts_handler.h', 103 'common/extensions/manifest_handlers/content_scripts_handler.h',
102 'common/extensions/manifest_handlers/mime_types_handler.cc', 104 'common/extensions/manifest_handlers/mime_types_handler.cc',
103 'common/extensions/manifest_handlers/mime_types_handler.h', 105 'common/extensions/manifest_handlers/mime_types_handler.h',
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 'common/safe_browsing/csd.proto' 670 'common/safe_browsing/csd.proto'
669 ], 671 ],
670 'variables': { 672 'variables': {
671 'proto_in_dir': 'common/safe_browsing', 673 'proto_in_dir': 'common/safe_browsing',
672 'proto_out_dir': 'chrome/common/safe_browsing', 674 'proto_out_dir': 'chrome/common/safe_browsing',
673 }, 675 },
674 'includes': [ '../build/protoc.gypi' ], 676 'includes': [ '../build/protoc.gypi' ],
675 }, 677 },
676 ], 678 ],
677 } 679 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698