OLD | NEW |
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 2787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2798 'dependencies': [ | 2798 'dependencies': [ |
2799 '../components/components.gyp:cloud_policy_proto', | 2799 '../components/components.gyp:cloud_policy_proto', |
2800 '../components/components.gyp:policy', | 2800 '../components/components.gyp:policy', |
2801 ], | 2801 ], |
2802 'conditions': [ | 2802 'conditions': [ |
2803 ['OS!="android" and OS!="ios"', { | 2803 ['OS!="android" and OS!="ios"', { |
2804 'dependencies': [ | 2804 'dependencies': [ |
2805 'policy_path_parser', | 2805 'policy_path_parser', |
2806 ], | 2806 ], |
2807 'sources!': [ | 2807 'sources!': [ |
2808 'browser/policy/managed_bookmarks_policy_handler.cc', | |
2809 'browser/policy/managed_bookmarks_policy_handler.h', | |
2810 'browser/policy/cloud/user_policy_signin_service_mobile.cc', | 2808 'browser/policy/cloud/user_policy_signin_service_mobile.cc', |
2811 'browser/policy/cloud/user_policy_signin_service_mobile.h', | 2809 'browser/policy/cloud/user_policy_signin_service_mobile.h', |
2812 ], | 2810 ], |
2813 }], | 2811 }], |
2814 ['OS=="ios"', { | 2812 ['OS=="ios"', { |
2815 # Explicitly add the browser/policy files that should be included | 2813 # Explicitly add the browser/policy files that should be included |
2816 # on iOS builds. | 2814 # on iOS builds. |
2817 'sources/': [ | 2815 'sources/': [ |
2818 ['include', '^browser/net/proxy_policy_handler.cc'], | 2816 ['include', '^browser/net/proxy_policy_handler.cc'], |
2819 ['include', '^browser/net/proxy_policy_handler.h'], | 2817 ['include', '^browser/net/proxy_policy_handler.h'], |
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3759 'package_name': 'org/chromium/chrome/browser', | 3757 'package_name': 'org/chromium/chrome/browser', |
3760 'template_deps': ['browser/android/tab_load_status.h'], | 3758 'template_deps': ['browser/android/tab_load_status.h'], |
3761 }, | 3759 }, |
3762 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3760 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3763 }, | 3761 }, |
3764 ], | 3762 ], |
3765 }, | 3763 }, |
3766 ], | 3764 ], |
3767 ], | 3765 ], |
3768 } | 3766 } |
OLD | NEW |