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 2488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2499 # iOS uses only small portions of browser/ui/. | 2499 # iOS uses only small portions of browser/ui/. |
2500 ['exclude', '\\.(cc|mm)$'], | 2500 ['exclude', '\\.(cc|mm)$'], |
2501 ['include', '_ios\\.(cc|mm)$'], | 2501 ['include', '_ios\\.(cc|mm)$'], |
2502 ['include', '(^|/)ios/'], | 2502 ['include', '(^|/)ios/'], |
2503 # TODO(ios): Add files here as they are updated to compile on iOS. | 2503 # TODO(ios): Add files here as they are updated to compile on iOS. |
2504 ['include', '^browser/ui/profile_error_dialog\\.cc$'], | 2504 ['include', '^browser/ui/profile_error_dialog\\.cc$'], |
2505 ], | 2505 ], |
2506 }], | 2506 }], |
2507 ['OS!="ios" and chrome_multiple_dll!=1', { | 2507 ['OS!="ios" and chrome_multiple_dll!=1', { |
2508 'dependencies': [ | 2508 'dependencies': [ |
2509 '../webkit/support/webkit_support.gyp:glue', | 2509 '../webkit/glue/webkit_glue.gyp:glue', |
2510 ], | 2510 ], |
2511 }], | 2511 }], |
2512 ['OS == "android"', { | 2512 ['OS == "android"', { |
2513 'dependencies': [ | 2513 'dependencies': [ |
2514 '../third_party/openssl/openssl.gyp:openssl', | 2514 '../third_party/openssl/openssl.gyp:openssl', |
2515 ], | 2515 ], |
2516 }], | 2516 }], |
2517 ['enable_one_click_signin==0', { | 2517 ['enable_one_click_signin==0', { |
2518 'sources!': [ | 2518 'sources!': [ |
2519 'browser/ui/cocoa/one_click_signin_bubble_controller.h', | 2519 'browser/ui/cocoa/one_click_signin_bubble_controller.h', |
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3213 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3213 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3214 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3214 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3215 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3215 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3216 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3216 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3217 ], | 3217 ], |
3218 }], | 3218 }], |
3219 ], | 3219 ], |
3220 }, | 3220 }, |
3221 ], | 3221 ], |
3222 } | 3222 } |
OLD | NEW |