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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 138163015: More fixes to enable ios build with policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed obsolete files from gyp Created 6 years, 11 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
« no previous file with comments | « chrome/browser/profiles/profile_io_data.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2778 matching lines...) Expand 10 before | Expand all | Expand 10 after
2789 'dependencies': [ 2789 'dependencies': [
2790 '../components/components.gyp:cloud_policy_proto', 2790 '../components/components.gyp:cloud_policy_proto',
2791 '../components/components.gyp:policy', 2791 '../components/components.gyp:policy',
2792 ], 2792 ],
2793 'conditions': [ 2793 'conditions': [
2794 ['OS!="android" and OS!="ios"', { 2794 ['OS!="android" and OS!="ios"', {
2795 'dependencies': [ 2795 'dependencies': [
2796 'policy_path_parser', 2796 'policy_path_parser',
2797 ], 2797 ],
2798 }], 2798 }],
2799 ['OS=="ios"', {
2800 # Explicitly add the browser/policy files that should be included
2801 # on iOS builds.
2802 'sources/': [
2803 ['include', '^browser/policy/cloud/cloud_policy_invalidator.cc'] ,
2804 ['include', '^browser/policy/cloud/cloud_policy_invalidator.h'],
2805 ['include', '^browser/policy/cloud/policy_header_service_factory .cc'],
2806 ['include', '^browser/policy/cloud/policy_header_service_factory .h'],
2807 ['include', '^browser/policy/cloud/user_cloud_policy_invalidator .cc'],
2808 ['include', '^browser/policy/cloud/user_cloud_policy_invalidator .h'],
2809 ['include', '^browser/policy/cloud/user_cloud_policy_invalidator _factory.cc'],
2810 ['include', '^browser/policy/cloud/user_cloud_policy_invalidator _factory.h'],
2811 ['include', '^browser/policy/cloud/user_cloud_policy_manager_fac tory.cc'],
2812 ['include', '^browser/policy/cloud/user_cloud_policy_manager_fac tory.h'],
2813 ['include', '^browser/policy/configuration_policy_handler_list_f actory.cc'],
2814 ['include', '^browser/policy/configuration_policy_handler_list_f actory.h'],
2815 ['include', '^browser/policy/policy_helpers.cc'],
2816 ['include', '^browser/policy/policy_helpers.h'],
2817 ['include', '^browser/policy/profile_policy_connector.cc'],
2818 ['include', '^browser/policy/profile_policy_connector.h'],
2819 ['include', '^browser/policy/profile_policy_connector_factory.cc '],
2820 ['include', '^browser/policy/profile_policy_connector_factory.h' ],
2821 ['include', '^browser/policy/schema_registry_service.cc'],
2822 ['include', '^browser/policy/schema_registry_service.h'],
2823 ['include', '^browser/policy/schema_registry_service_factory.cc' ],
2824 ['include', '^browser/policy/schema_registry_service_factory.h'] ,
2825 ],
2826 }],
2799 ], 2827 ],
2800 }, { # configuration_policy==0 2828 }, { # configuration_policy==0
2801 'sources/': [ 2829 'sources/': [
2802 ['exclude', '^browser/policy/'], 2830 ['exclude', '^browser/policy/'],
2803 ['exclude', 'browser/net/disk_cache_dir_policy_handler.cc'], 2831 ['exclude', '^browser/net/disk_cache_dir_policy_handler.cc'],
2804 ['exclude', 'browser/net/disk_cache_dir_policy_handler.h'], 2832 ['exclude', '^browser/net/disk_cache_dir_policy_handler.h'],
2805 ['exclude', 'browser/net/proxy_policy_handler.cc'], 2833 ['exclude', '^browser/net/proxy_policy_handler.cc'],
2806 ['exclude', 'browser/net/proxy_policy_handler.h'], 2834 ['exclude', '^browser/net/proxy_policy_handler.h'],
2807 ['exclude', 'browser/profiles/incognito_mode_policy_handler.cc'], 2835 ['exclude', '^browser/profiles/incognito_mode_policy_handler.cc'],
2808 ['exclude', 'browser/profiles/incognito_mode_policy_handler.h'], 2836 ['exclude', '^browser/profiles/incognito_mode_policy_handler.h'],
2809 ['exclude', 'browser/search_engines/default_search_policy_handler.cc '], 2837 ['exclude', '^browser/search_engines/default_search_policy_handler.c c'],
2810 ['exclude', 'browser/search_engines/default_search_policy_handler.h' ], 2838 ['exclude', '^browser/search_engines/default_search_policy_handler.h '],
2811 ['exclude', 'browser/sessions/restore_on_startup_policy_handler.cc'] , 2839 ['exclude', '^browser/sessions/restore_on_startup_policy_handler.cc' ],
2812 ['exclude', 'browser/sessions/restore_on_startup_policy_handler.h'], 2840 ['exclude', '^browser/sessions/restore_on_startup_policy_handler.h'] ,
2813 ['exclude', 'browser/sync/sync_policy_handler.cc'], 2841 ['exclude', '^browser/sync/sync_policy_handler.cc'],
2814 ['exclude', 'browser/sync/sync_policy_handler.h'], 2842 ['exclude', '^browser/sync/sync_policy_handler.h'],
2815 ['include', 'browser/policy/profile_policy_connector_stub.cc'], 2843 ['include', '^browser/policy/profile_policy_connector_stub.cc'],
2816 ['include', 'browser/policy/profile_policy_connector.h'], 2844 ['include', '^browser/policy/profile_policy_connector.h'],
2817 ['include', 'browser/policy/profile_policy_connector_factory.cc'], 2845 ['include', '^browser/policy/profile_policy_connector_factory.cc'],
2818 ['include', 'browser/policy/profile_policy_connector_factory.h'], 2846 ['include', '^browser/policy/profile_policy_connector_factory.h'],
2819 ], 2847 ],
2820 }], 2848 }],
2821 ['enable_plugins==1', { 2849 ['enable_plugins==1', {
2822 'dependencies': [ 2850 'dependencies': [
2823 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 2851 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
2824 ], 2852 ],
2825 }, { # enable_plugins==0 2853 }, { # enable_plugins==0
2826 'sources/': [ 2854 'sources/': [
2827 ['exclude', '^browser/guestview/webview/plugin_permission_helper'], 2855 ['exclude', '^browser/guestview/webview/plugin_permission_helper'],
2828 ['exclude', '^browser/pepper_'], 2856 ['exclude', '^browser/pepper_'],
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
3659 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3687 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3660 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3688 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3661 }, 3689 },
3662 'includes': [ '../build/android/java_cpp_template.gypi' ], 3690 'includes': [ '../build/android/java_cpp_template.gypi' ],
3663 }, 3691 },
3664 ], 3692 ],
3665 }, 3693 },
3666 ], 3694 ],
3667 ], 3695 ],
3668 } 3696 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698