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 3065 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3076 '../win8/win8.gyp:metro_viewer', | 3076 '../win8/win8.gyp:metro_viewer', |
3077 ], | 3077 ], |
3078 }], | 3078 }], |
3079 ], | 3079 ], |
3080 }], | 3080 }], |
3081 ['ui_compositor_image_transport==1', { | 3081 ['ui_compositor_image_transport==1', { |
3082 'dependencies': [ | 3082 'dependencies': [ |
3083 '../ui/gl/gl.gyp:gl', | 3083 '../ui/gl/gl.gyp:gl', |
3084 ], | 3084 ], |
3085 }], | 3085 }], |
3086 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { | 3086 ['use_x11==1', { |
3087 'link_settings': { | 3087 'dependencies': [ |
3088 'libraries': [ | 3088 '../build/linux/system.gyp:xscrnsaver', |
3089 '-lXss', | 3089 ], |
3090 ], | |
3091 }, | |
3092 }], | 3090 }], |
3093 ['os_posix == 1 and OS != "mac" and OS != "ios"', { | 3091 ['os_posix == 1 and OS != "mac" and OS != "ios"', { |
3094 'sources': [ | 3092 'sources': [ |
3095 'app/chrome_breakpad_client.cc', | 3093 'app/chrome_breakpad_client.cc', |
3096 'app/chrome_breakpad_client.h', | 3094 'app/chrome_breakpad_client.h', |
3097 ], | 3095 ], |
3098 'dependencies': [ | 3096 'dependencies': [ |
3099 '../components/components.gyp:breakpad_component', | 3097 '../components/components.gyp:breakpad_component', |
3100 '../components/components.gyp:breakpad_host', | 3098 '../components/components.gyp:breakpad_host', |
3101 ], | 3099 ], |
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3729 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3727 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3730 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3728 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3731 }, | 3729 }, |
3732 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3730 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3733 }, | 3731 }, |
3734 ], | 3732 ], |
3735 }, | 3733 }, |
3736 ], | 3734 ], |
3737 ], | 3735 ], |
3738 } | 3736 } |
OLD | NEW |