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 2922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2933 'browser/renderer_host/pepper/pepper_platform_verification_message_f
ilter.h', | 2933 'browser/renderer_host/pepper/pepper_platform_verification_message_f
ilter.h', |
2934 ], | 2934 ], |
2935 }, { # chromeos==1 | 2935 }, { # chromeos==1 |
2936 'dependencies': [ | 2936 'dependencies': [ |
2937 'browser_chromeos', | 2937 'browser_chromeos', |
2938 ], | 2938 ], |
2939 'sources!': [ | 2939 'sources!': [ |
2940 'browser/first_run/upgrade_util.cc', | 2940 'browser/first_run/upgrade_util.cc', |
2941 'browser/first_run/upgrade_util.h', | 2941 'browser/first_run/upgrade_util.h', |
2942 'browser/first_run/upgrade_util_linux.cc', | 2942 'browser/first_run/upgrade_util_linux.cc', |
| 2943 'browser/fullscreen_aurax11.cc', |
2943 'browser/icon_loader_auralinux.cc', | 2944 'browser/icon_loader_auralinux.cc', |
2944 'browser/idle_linux.cc', | 2945 'browser/idle_linux.cc', |
2945 'browser/password_manager/native_backend_gnome_x.cc', | 2946 'browser/password_manager/native_backend_gnome_x.cc', |
2946 'browser/password_manager/native_backend_gnome_x.h', | 2947 'browser/password_manager/native_backend_gnome_x.h', |
2947 'browser/password_manager/native_backend_kwallet_x.cc', | 2948 'browser/password_manager/native_backend_kwallet_x.cc', |
2948 'browser/password_manager/native_backend_kwallet_x.h', | 2949 'browser/password_manager/native_backend_kwallet_x.h', |
2949 'browser/platform_util_linux.cc', | 2950 'browser/platform_util_linux.cc', |
2950 'browser/policy/cloud/user_cloud_policy_manager_factory.cc', | 2951 'browser/policy/cloud/user_cloud_policy_manager_factory.cc', |
2951 'browser/policy/cloud/user_cloud_policy_manager_factory.h', | 2952 'browser/policy/cloud/user_cloud_policy_manager_factory.h', |
2952 'browser/policy/cloud/user_policy_signin_service.cc', | 2953 'browser/policy/cloud/user_policy_signin_service.cc', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2990 ['use_gnome_keyring==0', { | 2991 ['use_gnome_keyring==0', { |
2991 'sources!': [ | 2992 'sources!': [ |
2992 'browser/password_manager/native_backend_gnome_x.cc', | 2993 'browser/password_manager/native_backend_gnome_x.cc', |
2993 'browser/password_manager/native_backend_gnome_x.h', | 2994 'browser/password_manager/native_backend_gnome_x.h', |
2994 ], | 2995 ], |
2995 }, { | 2996 }, { |
2996 'dependencies': [ | 2997 'dependencies': [ |
2997 '../build/linux/system.gyp:gnome_keyring', | 2998 '../build/linux/system.gyp:gnome_keyring', |
2998 ], | 2999 ], |
2999 }], | 3000 }], |
3000 ['use_ash==1', { | |
3001 'sources!': [ | |
3002 'browser/fullscreen_aurax11.cc', | |
3003 ], | |
3004 }], | |
3005 ['use_aura==1', { | 3001 ['use_aura==1', { |
3006 'sources/': [ | 3002 'sources/': [ |
3007 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], | 3003 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], |
3008 ['exclude', '^browser/renderer_host/render_widget_host_view_views*']
, | 3004 ['exclude', '^browser/renderer_host/render_widget_host_view_views*']
, |
3009 ], | 3005 ], |
3010 'dependencies': [ | 3006 'dependencies': [ |
3011 '../ui/aura/aura.gyp:aura', | 3007 '../ui/aura/aura.gyp:aura', |
3012 '../ui/compositor/compositor.gyp:compositor', | 3008 '../ui/compositor/compositor.gyp:compositor', |
3013 '../ui/keyboard/keyboard.gyp:keyboard', | 3009 '../ui/keyboard/keyboard.gyp:keyboard', |
3014 ], | 3010 ], |
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3718 'package_name': 'org/chromium/chrome/browser', | 3714 'package_name': 'org/chromium/chrome/browser', |
3719 'template_deps': ['browser/android/tab_load_status.h'], | 3715 'template_deps': ['browser/android/tab_load_status.h'], |
3720 }, | 3716 }, |
3721 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3717 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3722 }, | 3718 }, |
3723 ], | 3719 ], |
3724 }, | 3720 }, |
3725 ], | 3721 ], |
3726 ], | 3722 ], |
3727 } | 3723 } |
OLD | NEW |