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 2931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2942 'browser/renderer_host/pepper/pepper_platform_verification_message_f
ilter.h', | 2942 'browser/renderer_host/pepper/pepper_platform_verification_message_f
ilter.h', |
2943 ], | 2943 ], |
2944 }, { # chromeos==1 | 2944 }, { # chromeos==1 |
2945 'dependencies': [ | 2945 'dependencies': [ |
2946 'browser_chromeos', | 2946 'browser_chromeos', |
2947 ], | 2947 ], |
2948 'sources!': [ | 2948 'sources!': [ |
2949 'browser/first_run/upgrade_util.cc', | 2949 'browser/first_run/upgrade_util.cc', |
2950 'browser/first_run/upgrade_util.h', | 2950 'browser/first_run/upgrade_util.h', |
2951 'browser/first_run/upgrade_util_linux.cc', | 2951 'browser/first_run/upgrade_util_linux.cc', |
| 2952 'browser/fullscreen_aurax11.cc', |
2952 'browser/icon_loader_auralinux.cc', | 2953 'browser/icon_loader_auralinux.cc', |
2953 'browser/idle_linux.cc', | 2954 'browser/idle_linux.cc', |
2954 'browser/password_manager/native_backend_gnome_x.cc', | 2955 'browser/password_manager/native_backend_gnome_x.cc', |
2955 'browser/password_manager/native_backend_gnome_x.h', | 2956 'browser/password_manager/native_backend_gnome_x.h', |
2956 'browser/password_manager/native_backend_kwallet_x.cc', | 2957 'browser/password_manager/native_backend_kwallet_x.cc', |
2957 'browser/password_manager/native_backend_kwallet_x.h', | 2958 'browser/password_manager/native_backend_kwallet_x.h', |
2958 'browser/platform_util_linux.cc', | 2959 'browser/platform_util_linux.cc', |
2959 'browser/policy/cloud/user_cloud_policy_manager_factory.cc', | 2960 'browser/policy/cloud/user_cloud_policy_manager_factory.cc', |
2960 'browser/policy/cloud/user_cloud_policy_manager_factory.h', | 2961 'browser/policy/cloud/user_cloud_policy_manager_factory.h', |
2961 'browser/policy/cloud/user_policy_signin_service.cc', | 2962 'browser/policy/cloud/user_policy_signin_service.cc', |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3001 ['use_gnome_keyring==0', { | 3002 ['use_gnome_keyring==0', { |
3002 'sources!': [ | 3003 'sources!': [ |
3003 'browser/password_manager/native_backend_gnome_x.cc', | 3004 'browser/password_manager/native_backend_gnome_x.cc', |
3004 'browser/password_manager/native_backend_gnome_x.h', | 3005 'browser/password_manager/native_backend_gnome_x.h', |
3005 ], | 3006 ], |
3006 }, { | 3007 }, { |
3007 'dependencies': [ | 3008 'dependencies': [ |
3008 '../build/linux/system.gyp:gnome_keyring', | 3009 '../build/linux/system.gyp:gnome_keyring', |
3009 ], | 3010 ], |
3010 }], | 3011 }], |
3011 ['use_ash==1', { | |
3012 'sources!': [ | |
3013 'browser/fullscreen_aurax11.cc', | |
3014 ], | |
3015 }], | |
3016 ['use_aura==1', { | 3012 ['use_aura==1', { |
3017 'sources/': [ | 3013 'sources/': [ |
3018 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], | 3014 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], |
3019 ['exclude', '^browser/renderer_host/render_widget_host_view_views*']
, | 3015 ['exclude', '^browser/renderer_host/render_widget_host_view_views*']
, |
3020 ], | 3016 ], |
3021 'dependencies': [ | 3017 'dependencies': [ |
3022 '../ui/aura/aura.gyp:aura', | 3018 '../ui/aura/aura.gyp:aura', |
3023 '../ui/compositor/compositor.gyp:compositor', | 3019 '../ui/compositor/compositor.gyp:compositor', |
3024 '../ui/keyboard/keyboard.gyp:keyboard', | 3020 '../ui/keyboard/keyboard.gyp:keyboard', |
3025 ], | 3021 ], |
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3711 'package_name': 'org/chromium/chrome/browser', | 3707 'package_name': 'org/chromium/chrome/browser', |
3712 'template_deps': ['browser/android/tab_load_status.h'], | 3708 'template_deps': ['browser/android/tab_load_status.h'], |
3713 }, | 3709 }, |
3714 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3710 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3715 }, | 3711 }, |
3716 ], | 3712 ], |
3717 }, | 3713 }, |
3718 ], | 3714 ], |
3719 ], | 3715 ], |
3720 } | 3716 } |
OLD | NEW |