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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 307993005: Enable the ManagedBookmarks policy on all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 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 2789 matching lines...) Expand 10 before | Expand all | Expand 10 after
2800 'dependencies': [ 2800 'dependencies': [
2801 '../components/components.gyp:cloud_policy_proto', 2801 '../components/components.gyp:cloud_policy_proto',
2802 '../components/components.gyp:policy', 2802 '../components/components.gyp:policy',
2803 ], 2803 ],
2804 'conditions': [ 2804 'conditions': [
2805 ['OS!="android" and OS!="ios"', { 2805 ['OS!="android" and OS!="ios"', {
2806 'dependencies': [ 2806 'dependencies': [
2807 'policy_path_parser', 2807 'policy_path_parser',
2808 ], 2808 ],
2809 'sources!': [ 2809 'sources!': [
2810 'browser/policy/managed_bookmarks_policy_handler.cc',
2811 'browser/policy/managed_bookmarks_policy_handler.h',
2812 'browser/policy/cloud/user_policy_signin_service_mobile.cc', 2810 'browser/policy/cloud/user_policy_signin_service_mobile.cc',
2813 'browser/policy/cloud/user_policy_signin_service_mobile.h', 2811 'browser/policy/cloud/user_policy_signin_service_mobile.h',
2814 ], 2812 ],
2815 }], 2813 }],
2816 ['OS=="ios"', { 2814 ['OS=="ios"', {
2817 # Explicitly add the browser/policy files that should be included 2815 # Explicitly add the browser/policy files that should be included
2818 # on iOS builds. 2816 # on iOS builds.
2819 'sources/': [ 2817 'sources/': [
2820 ['include', '^browser/net/proxy_policy_handler.cc'], 2818 ['include', '^browser/net/proxy_policy_handler.cc'],
2821 ['include', '^browser/net/proxy_policy_handler.h'], 2819 ['include', '^browser/net/proxy_policy_handler.h'],
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
3761 'package_name': 'org/chromium/chrome/browser', 3759 'package_name': 'org/chromium/chrome/browser',
3762 'template_deps': ['browser/android/tab_load_status.h'], 3760 'template_deps': ['browser/android/tab_load_status.h'],
3763 }, 3761 },
3764 'includes': [ '../build/android/java_cpp_template.gypi' ], 3762 'includes': [ '../build/android/java_cpp_template.gypi' ],
3765 }, 3763 },
3766 ], 3764 ],
3767 }, 3765 },
3768 ], 3766 ],
3769 ], 3767 ],
3770 } 3768 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698