Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1083)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 151713003: Clean up dependencies on X11 libraries (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos=1 links Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/linux/system.gyp ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « build/linux/system.gyp ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698