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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 140823002: Enable building with configuration_policy==1 on ios. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/chrome.gyp ('k') | components/components.gyp » ('j') | 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 2772 matching lines...) Expand 10 before | Expand all | Expand 10 after
2783 }], 2783 }],
2784 ['configuration_policy==1', { 2784 ['configuration_policy==1', {
2785 'sources!': [ 2785 'sources!': [
2786 'browser/policy/profile_policy_connector_stub.cc', 2786 'browser/policy/profile_policy_connector_stub.cc',
2787 ], 2787 ],
2788 'dependencies': [ 2788 'dependencies': [
2789 '../components/components.gyp:cloud_policy_proto', 2789 '../components/components.gyp:cloud_policy_proto',
2790 '../components/components.gyp:policy', 2790 '../components/components.gyp:policy',
2791 ], 2791 ],
2792 'conditions': [ 2792 'conditions': [
2793 ['OS!="android"', { 2793 ['OS!="android" and OS!="ios"', {
2794 'dependencies': [ 2794 'dependencies': [
2795 'policy_path_parser', 2795 'policy_path_parser',
2796 ], 2796 ],
2797 }], 2797 }],
2798 ], 2798 ],
2799 }, { # configuration_policy==0 2799 }, { # configuration_policy==0
2800 'sources/': [ 2800 'sources/': [
2801 ['exclude', '^browser/policy/'], 2801 ['exclude', '^browser/policy/'],
2802 ['exclude', 'browser/net/disk_cache_dir_policy_handler.cc'], 2802 ['exclude', 'browser/net/disk_cache_dir_policy_handler.cc'],
2803 ['exclude', 'browser/net/disk_cache_dir_policy_handler.h'], 2803 ['exclude', 'browser/net/disk_cache_dir_policy_handler.h'],
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
3647 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3647 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3648 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3648 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3649 }, 3649 },
3650 'includes': [ '../build/android/java_cpp_template.gypi' ], 3650 'includes': [ '../build/android/java_cpp_template.gypi' ],
3651 }, 3651 },
3652 ], 3652 ],
3653 }, 3653 },
3654 ], 3654 ],
3655 ], 3655 ],
3656 } 3656 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698