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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 151713003: Clean up dependencies on X11 libraries (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2946 matching lines...) Expand 10 before | Expand all | Expand 10 after
2957 ['exclude', '^browser/ui/webui/gesture_config_ui.h'], 2957 ['exclude', '^browser/ui/webui/gesture_config_ui.h'],
2958 ['exclude', '^browser/ui/webui/salsa_ui.cc'], 2958 ['exclude', '^browser/ui/webui/salsa_ui.cc'],
2959 ['exclude', '^browser/ui/webui/salsa_ui.h'], 2959 ['exclude', '^browser/ui/webui/salsa_ui.h'],
2960 ], 2960 ],
2961 }], 2961 }],
2962 ['ui_compositor_image_transport==1', { 2962 ['ui_compositor_image_transport==1', {
2963 'dependencies': [ 2963 'dependencies': [
2964 '../ui/gl/gl.gyp:gl', 2964 '../ui/gl/gl.gyp:gl',
2965 ], 2965 ],
2966 }], 2966 }],
2967 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
2968 'link_settings': {
2969 'libraries': [
2970 '-lXss',
2971 ],
2972 },
2973 }],
2974 ['use_nss!=1', { 2967 ['use_nss!=1', {
2975 'sources!': [ 2968 'sources!': [
2976 'browser/ui/webui/options/certificate_manager_handler.cc', 2969 'browser/ui/webui/options/certificate_manager_handler.cc',
2977 'browser/ui/webui/options/certificate_manager_handler.h', 2970 'browser/ui/webui/options/certificate_manager_handler.h',
2978 'browser/ui/crypto_module_delegate_nss.cc', 2971 'browser/ui/crypto_module_delegate_nss.cc',
2979 'browser/ui/crypto_module_delegate_nss.h', 2972 'browser/ui/crypto_module_delegate_nss.h',
2980 'browser/ui/crypto_module_password_dialog_nss.cc', 2973 'browser/ui/crypto_module_password_dialog_nss.cc',
2981 'browser/ui/crypto_module_password_dialog_nss.h', 2974 'browser/ui/crypto_module_password_dialog_nss.h',
2982 ], 2975 ],
2983 }], 2976 }],
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
3401 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3394 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3402 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3395 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3403 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3396 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3404 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3397 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3405 ], 3398 ],
3406 }], 3399 }],
3407 ], 3400 ],
3408 }, 3401 },
3409 ], 3402 ],
3410 } 3403 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698