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