| 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 2674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2685 ['include', '(^|/)ios/'], | 2685 ['include', '(^|/)ios/'], |
| 2686 # TODO(ios): Add files here as they are updated to compile on iOS. | 2686 # TODO(ios): Add files here as they are updated to compile on iOS. |
| 2687 ['include', '^browser/ui/profile_error_dialog\\.cc$'], | 2687 ['include', '^browser/ui/profile_error_dialog\\.cc$'], |
| 2688 ], | 2688 ], |
| 2689 }], | 2689 }], |
| 2690 ['enable_printing!=0', { | 2690 ['enable_printing!=0', { |
| 2691 'dependencies': [ | 2691 'dependencies': [ |
| 2692 '../printing/printing.gyp:printing', | 2692 '../printing/printing.gyp:printing', |
| 2693 ], | 2693 ], |
| 2694 }], | 2694 }], |
| 2695 ['OS!="ios" and chrome_multiple_dll!=1', { | |
| 2696 'dependencies': [ | |
| 2697 '../webkit/glue/webkit_glue.gyp:glue', | |
| 2698 ], | |
| 2699 }], | |
| 2700 ['OS == "android"', { | 2695 ['OS == "android"', { |
| 2701 'dependencies': [ | 2696 'dependencies': [ |
| 2702 '../third_party/openssl/openssl.gyp:openssl', | 2697 '../third_party/openssl/openssl.gyp:openssl', |
| 2703 ], | 2698 ], |
| 2704 }], | 2699 }], |
| 2705 ['enable_one_click_signin==0', { | 2700 ['enable_one_click_signin==0', { |
| 2706 'sources!': [ | 2701 'sources!': [ |
| 2707 'browser/ui/cocoa/one_click_signin_bubble_controller.h', | 2702 'browser/ui/cocoa/one_click_signin_bubble_controller.h', |
| 2708 'browser/ui/cocoa/one_click_signin_bubble_controller.mm', | 2703 'browser/ui/cocoa/one_click_signin_bubble_controller.mm', |
| 2709 'browser/ui/gtk/one_click_signin_bubble_gtk.cc', | 2704 'browser/ui/gtk/one_click_signin_bubble_gtk.cc', |
| (...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3398 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3393 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3399 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3394 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3400 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3395 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3401 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3396 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3402 ], | 3397 ], |
| 3403 }], | 3398 }], |
| 3404 ], | 3399 ], |
| 3405 }, | 3400 }, |
| 3406 ], | 3401 ], |
| 3407 } | 3402 } |
| OLD | NEW |