| 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_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 2950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2961 ['exclude', '^browser/ui/webui/gesture_config_ui.h'], | 2961 ['exclude', '^browser/ui/webui/gesture_config_ui.h'], |
| 2962 ['exclude', '^browser/ui/webui/salsa_ui.cc'], | 2962 ['exclude', '^browser/ui/webui/salsa_ui.cc'], |
| 2963 ['exclude', '^browser/ui/webui/salsa_ui.h'], | 2963 ['exclude', '^browser/ui/webui/salsa_ui.h'], |
| 2964 ], | 2964 ], |
| 2965 }], | 2965 }], |
| 2966 ['ui_compositor_image_transport==1', { | 2966 ['ui_compositor_image_transport==1', { |
| 2967 'dependencies': [ | 2967 'dependencies': [ |
| 2968 '../ui/gl/gl.gyp:gl', | 2968 '../ui/gl/gl.gyp:gl', |
| 2969 ], | 2969 ], |
| 2970 }], | 2970 }], |
| 2971 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { | |
| 2972 'link_settings': { | |
| 2973 'libraries': [ | |
| 2974 '-lXss', | |
| 2975 ], | |
| 2976 }, | |
| 2977 }], | |
| 2978 ['use_nss!=1', { | 2971 ['use_nss!=1', { |
| 2979 'sources!': [ | 2972 'sources!': [ |
| 2980 'browser/ui/webui/options/certificate_manager_handler.cc', | 2973 'browser/ui/webui/options/certificate_manager_handler.cc', |
| 2981 'browser/ui/webui/options/certificate_manager_handler.h', | 2974 'browser/ui/webui/options/certificate_manager_handler.h', |
| 2982 'browser/ui/crypto_module_delegate_nss.cc', | 2975 'browser/ui/crypto_module_delegate_nss.cc', |
| 2983 'browser/ui/crypto_module_delegate_nss.h', | 2976 'browser/ui/crypto_module_delegate_nss.h', |
| 2984 'browser/ui/crypto_module_password_dialog_nss.cc', | 2977 'browser/ui/crypto_module_password_dialog_nss.cc', |
| 2985 'browser/ui/crypto_module_password_dialog_nss.h', | 2978 'browser/ui/crypto_module_password_dialog_nss.h', |
| 2986 ], | 2979 ], |
| 2987 }], | 2980 }], |
| (...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3405 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3398 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3406 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3399 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3407 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3400 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3408 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3401 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3409 ], | 3402 ], |
| 3410 }], | 3403 }], |
| 3411 ], | 3404 ], |
| 3412 }, | 3405 }, |
| 3413 ], | 3406 ], |
| 3414 } | 3407 } |
| OLD | NEW |