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

Side by Side Diff: chrome/chrome_common.gypi

Issue 440423003: Clean content_settings_pattern_parser.* from unnecessary dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reorder methods in the correct order Created 6 years, 3 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) 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 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 '../apps/app_shim/app_shim_launch.h', 9 '../apps/app_shim/app_shim_launch.h',
10 '../apps/app_shim/app_shim_messages.h', 10 '../apps/app_shim/app_shim_messages.h',
(...skipping 30 matching lines...) Expand all
41 'common/cloud_print/cloud_print_proxy_info.cc', 41 'common/cloud_print/cloud_print_proxy_info.cc',
42 'common/cloud_print/cloud_print_proxy_info.h', 42 'common/cloud_print/cloud_print_proxy_info.h',
43 'common/common_message_generator.cc', 43 'common/common_message_generator.cc',
44 'common/common_message_generator.h', 44 'common/common_message_generator.h',
45 'common/common_param_traits.cc', 45 'common/common_param_traits.cc',
46 'common/common_param_traits.h', 46 'common/common_param_traits.h',
47 'common/common_param_traits_macros.h', 47 'common/common_param_traits_macros.h',
48 'common/content_restriction.h', 48 'common/content_restriction.h',
49 'common/content_settings.cc', 49 'common/content_settings.cc',
50 'common/content_settings.h', 50 'common/content_settings.h',
51 'common/content_settings_initializer.cc',
52 'common/content_settings_initializer.h',
51 'common/content_settings_pattern.cc', 53 'common/content_settings_pattern.cc',
52 'common/content_settings_pattern.h', 54 'common/content_settings_pattern.h',
53 'common/content_settings_pattern_parser.cc', 55 'common/content_settings_pattern_parser.cc',
54 'common/content_settings_pattern_parser.h', 56 'common/content_settings_pattern_parser.h',
57 'common/content_settings_pattern_serializer.cc',
58 'common/content_settings_pattern_serializer.h',
55 'common/crash_keys.cc', 59 'common/crash_keys.cc',
56 'common/crash_keys.h', 60 'common/crash_keys.h',
57 'common/custom_handlers/protocol_handler.cc', 61 'common/custom_handlers/protocol_handler.cc',
58 'common/custom_handlers/protocol_handler.h', 62 'common/custom_handlers/protocol_handler.h',
59 'common/descriptors_android.h', 63 'common/descriptors_android.h',
60 'common/extensions/api/extension_action/action_info.cc', 64 'common/extensions/api/extension_action/action_info.cc',
61 'common/extensions/api/extension_action/action_info.h', 65 'common/extensions/api/extension_action/action_info.h',
62 'common/extensions/api/i18n/default_locale_handler.cc', 66 'common/extensions/api/i18n/default_locale_handler.cc',
63 'common/extensions/api/i18n/default_locale_handler.h', 67 'common/extensions/api/i18n/default_locale_handler.h',
64 'common/extensions/api/identity/oauth2_manifest_handler.cc', 68 'common/extensions/api/identity/oauth2_manifest_handler.cc',
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 'common/safe_browsing/csd.proto' 704 'common/safe_browsing/csd.proto'
701 ], 705 ],
702 'variables': { 706 'variables': {
703 'proto_in_dir': 'common/safe_browsing', 707 'proto_in_dir': 'common/safe_browsing',
704 'proto_out_dir': 'chrome/common/safe_browsing', 708 'proto_out_dir': 'chrome/common/safe_browsing',
705 }, 709 },
706 'includes': [ '../build/protoc.gypi' ], 710 'includes': [ '../build/protoc.gypi' ],
707 }, 711 },
708 ], 712 ],
709 } 713 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698