| 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 2533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2544 'common/extensions/api/api.gyp:api', | 2544 'common/extensions/api/api.gyp:api', |
| 2545 'debugger', | 2545 'debugger', |
| 2546 'installer_util', | 2546 'installer_util', |
| 2547 '../components/components.gyp:autofill_content_risk_proto', | 2547 '../components/components.gyp:autofill_content_risk_proto', |
| 2548 '../components/component_strings.gyp:component_strings', | 2548 '../components/component_strings.gyp:component_strings', |
| 2549 '../components/components.gyp:dom_distiller_core', | 2549 '../components/components.gyp:dom_distiller_core', |
| 2550 '../components/components.gyp:dom_distiller_webui', | 2550 '../components/components.gyp:dom_distiller_webui', |
| 2551 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2551 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 2552 '../media/media.gyp:media', | 2552 '../media/media.gyp:media', |
| 2553 '../net/net.gyp:net_with_v8', | 2553 '../net/net.gyp:net_with_v8', |
| 2554 '../printing/printing.gyp:printing', | |
| 2555 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2554 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2556 '../third_party/expat/expat.gyp:expat', | 2555 '../third_party/expat/expat.gyp:expat', |
| 2557 '../third_party/hunspell/hunspell.gyp:hunspell', | 2556 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2558 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2557 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2559 '../third_party/libjingle/libjingle.gyp:libjingle', | 2558 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 2560 '../third_party/npapi/npapi.gyp:npapi', | 2559 '../third_party/npapi/npapi.gyp:npapi', |
| 2561 '../third_party/re2/re2.gyp:re2', | 2560 '../third_party/re2/re2.gyp:re2', |
| 2562 '../ui/compositor/compositor.gyp:compositor', | 2561 '../ui/compositor/compositor.gyp:compositor', |
| 2563 '../ui/surface/surface.gyp:surface', | 2562 '../ui/surface/surface.gyp:surface', |
| 2564 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2563 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 2582 ], | 2581 ], |
| 2583 'sources/': [ | 2582 'sources/': [ |
| 2584 # iOS uses only small portions of browser/ui/. | 2583 # iOS uses only small portions of browser/ui/. |
| 2585 ['exclude', '\\.(cc|mm)$'], | 2584 ['exclude', '\\.(cc|mm)$'], |
| 2586 ['include', '_ios\\.(cc|mm)$'], | 2585 ['include', '_ios\\.(cc|mm)$'], |
| 2587 ['include', '(^|/)ios/'], | 2586 ['include', '(^|/)ios/'], |
| 2588 # TODO(ios): Add files here as they are updated to compile on iOS. | 2587 # TODO(ios): Add files here as they are updated to compile on iOS. |
| 2589 ['include', '^browser/ui/profile_error_dialog\\.cc$'], | 2588 ['include', '^browser/ui/profile_error_dialog\\.cc$'], |
| 2590 ], | 2589 ], |
| 2591 }], | 2590 }], |
| 2591 ['enable_printing!=0', { |
| 2592 'dependencies': [ |
| 2593 '../printing/printing.gyp:printing', |
| 2594 ], |
| 2595 }], |
| 2592 ['OS!="ios" and chrome_multiple_dll!=1', { | 2596 ['OS!="ios" and chrome_multiple_dll!=1', { |
| 2593 'dependencies': [ | 2597 'dependencies': [ |
| 2594 '../webkit/glue/webkit_glue.gyp:glue', | 2598 '../webkit/glue/webkit_glue.gyp:glue', |
| 2595 ], | 2599 ], |
| 2596 }], | 2600 }], |
| 2597 ['OS == "android"', { | 2601 ['OS == "android"', { |
| 2598 'dependencies': [ | 2602 'dependencies': [ |
| 2599 '../third_party/openssl/openssl.gyp:openssl', | 2603 '../third_party/openssl/openssl.gyp:openssl', |
| 2600 ], | 2604 ], |
| 2601 }], | 2605 }], |
| (...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3306 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3310 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3307 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3311 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3308 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3312 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3309 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3313 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3310 ], | 3314 ], |
| 3311 }], | 3315 }], |
| 3312 ], | 3316 ], |
| 3313 }, | 3317 }, |
| 3314 ], | 3318 ], |
| 3315 } | 3319 } |
| OLD | NEW |