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

Side by Side Diff: chrome/chrome_common.gypi

Issue 410993002: Componentize content_settings_types.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with trunk 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 | 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_helper.cc', 51 'common/content_settings_helper.cc',
52 'common/content_settings_helper.h', 52 'common/content_settings_helper.h',
53 'common/content_settings_pattern.cc', 53 'common/content_settings_pattern.cc',
54 'common/content_settings_pattern.h', 54 'common/content_settings_pattern.h',
55 'common/content_settings_pattern_parser.cc', 55 'common/content_settings_pattern_parser.cc',
56 'common/content_settings_pattern_parser.h', 56 'common/content_settings_pattern_parser.h',
57 'common/content_settings_types.h',
58 'common/crash_keys.cc', 57 'common/crash_keys.cc',
59 'common/crash_keys.h', 58 'common/crash_keys.h',
60 'common/custom_handlers/protocol_handler.cc', 59 'common/custom_handlers/protocol_handler.cc',
61 'common/custom_handlers/protocol_handler.h', 60 'common/custom_handlers/protocol_handler.h',
62 'common/descriptors_android.h', 61 'common/descriptors_android.h',
63 'common/extensions/api/extension_action/action_info.cc', 62 'common/extensions/api/extension_action/action_info.cc',
64 'common/extensions/api/extension_action/action_info.h', 63 'common/extensions/api/extension_action/action_info.h',
65 'common/extensions/api/i18n/default_locale_handler.cc', 64 'common/extensions/api/i18n/default_locale_handler.cc',
66 'common/extensions/api/i18n/default_locale_handler.h', 65 'common/extensions/api/i18n/default_locale_handler.h',
67 'common/extensions/api/identity/oauth2_manifest_handler.cc', 66 'common/extensions/api/identity/oauth2_manifest_handler.cc',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 '<(DEPTH)/base/base.gyp:base', 312 '<(DEPTH)/base/base.gyp:base',
314 '<(DEPTH)/base/base.gyp:base_i18n', 313 '<(DEPTH)/base/base.gyp:base_i18n',
315 '<(DEPTH)/base/base.gyp:base_prefs', 314 '<(DEPTH)/base/base.gyp:base_prefs',
316 '<(DEPTH)/base/base.gyp:base_static', 315 '<(DEPTH)/base/base.gyp:base_static',
317 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 316 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
318 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 317 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
319 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 318 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
320 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 319 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
321 '<(DEPTH)/components/components.gyp:cloud_devices_common', 320 '<(DEPTH)/components/components.gyp:cloud_devices_common',
322 '<(DEPTH)/components/components.gyp:component_updater', 321 '<(DEPTH)/components/components.gyp:component_updater',
322 '<(DEPTH)/components/components.gyp:content_settings_core_common',
323 '<(DEPTH)/components/components.gyp:json_schema', 323 '<(DEPTH)/components/components.gyp:json_schema',
324 '<(DEPTH)/components/components.gyp:metrics', 324 '<(DEPTH)/components/components.gyp:metrics',
325 '<(DEPTH)/components/components.gyp:policy_component_common', 325 '<(DEPTH)/components/components.gyp:policy_component_common',
326 '<(DEPTH)/components/components.gyp:translate_core_common', 326 '<(DEPTH)/components/components.gyp:translate_core_common',
327 '<(DEPTH)/components/components.gyp:variations', 327 '<(DEPTH)/components/components.gyp:variations',
328 '<(DEPTH)/content/content.gyp:content_common', 328 '<(DEPTH)/content/content.gyp:content_common',
329 '<(DEPTH)/crypto/crypto.gyp:crypto', 329 '<(DEPTH)/crypto/crypto.gyp:crypto',
330 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', 330 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
331 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', 331 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings',
332 '<(DEPTH)/media/cast/cast.gyp:cast_net', 332 '<(DEPTH)/media/cast/cast.gyp:cast_net',
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 'common/safe_browsing/csd.proto' 686 'common/safe_browsing/csd.proto'
687 ], 687 ],
688 'variables': { 688 'variables': {
689 'proto_in_dir': 'common/safe_browsing', 689 'proto_in_dir': 'common/safe_browsing',
690 'proto_out_dir': 'chrome/common/safe_browsing', 690 'proto_out_dir': 'chrome/common/safe_browsing',
691 }, 691 },
692 'includes': [ '../build/protoc.gypi' ], 692 'includes': [ '../build/protoc.gypi' ],
693 }, 693 },
694 ], 694 ],
695 } 695 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698