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 2821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2832 ], | 2832 ], |
2833 'sources/': [ | 2833 'sources/': [ |
2834 ['exclude', '^browser/themes/'], | 2834 ['exclude', '^browser/themes/'], |
2835 ], | 2835 ], |
2836 }], | 2836 }], |
2837 ['enable_automation!=1', { | 2837 ['enable_automation!=1', { |
2838 'sources/': [ | 2838 'sources/': [ |
2839 ['exclude', '^browser/automation/'], | 2839 ['exclude', '^browser/automation/'], |
2840 ], | 2840 ], |
2841 }], | 2841 }], |
2842 ['enable_language_detection==0', { | |
2843 'sources!': [ | |
2844 'browser/language_usage_metrics.cc', | |
2845 'browser/language_usage_metrics.h', | |
2846 ], | |
2847 }], | |
2848 ['enable_printing!=1', { | 2842 ['enable_printing!=1', { |
2849 'sources/': [ | 2843 'sources/': [ |
2850 ['exclude', '^browser/printing/'], | 2844 ['exclude', '^browser/printing/'], |
2851 ], | 2845 ], |
2852 }], | 2846 }], |
2853 ['enable_captive_portal_detection!=1', { | 2847 ['enable_captive_portal_detection!=1', { |
2854 'sources/': [ | 2848 'sources/': [ |
2855 ['exclude', '^browser/captive_portal/'], | 2849 ['exclude', '^browser/captive_portal/'], |
2856 ], | 2850 ], |
2857 }], | 2851 }], |
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3347 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3341 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3348 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3342 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3349 }, | 3343 }, |
3350 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3344 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3351 }, | 3345 }, |
3352 ], | 3346 ], |
3353 }, | 3347 }, |
3354 ], | 3348 ], |
3355 ], | 3349 ], |
3356 } | 3350 } |
OLD | NEW |