| 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 2636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2647 ], | 2647 ], |
| 2648 'dependencies': [ | 2648 'dependencies': [ |
| 2649 'installer_util_strings', | 2649 'installer_util_strings', |
| 2650 'launcher_support', | 2650 'launcher_support', |
| 2651 '../google_update/google_update.gyp:google_update', | 2651 '../google_update/google_update.gyp:google_update', |
| 2652 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2652 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 2653 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2653 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 2654 '../ui/app_list/app_list.gyp:app_list', | 2654 '../ui/app_list/app_list.gyp:app_list', |
| 2655 '../ui/views/controls/webview/webview.gyp:webview', | 2655 '../ui/views/controls/webview/webview.gyp:webview', |
| 2656 '../ui/views/views.gyp:views', | 2656 '../ui/views/views.gyp:views', |
| 2657 '../win8/win8.gyp:win8_util', |
| 2657 ], | 2658 ], |
| 2658 'export_dependent_settings': [ | 2659 'export_dependent_settings': [ |
| 2659 '../ui/views/controls/webview/webview.gyp:webview', | 2660 '../ui/views/controls/webview/webview.gyp:webview', |
| 2660 '../ui/views/views.gyp:views', | 2661 '../ui/views/views.gyp:views', |
| 2661 ], | 2662 ], |
| 2662 'sources': [ | 2663 'sources': [ |
| 2663 'browser/ui/views/network_profile_bubble_view.cc', | 2664 'browser/ui/views/network_profile_bubble_view.cc', |
| 2664 'browser/ui/views/network_profile_bubble_view.h', | 2665 'browser/ui/views/network_profile_bubble_view.h', |
| 2665 'browser/ui/webui/conflicts_ui.cc', | 2666 'browser/ui/webui/conflicts_ui.cc', |
| 2666 'browser/ui/webui/conflicts_ui.h', | 2667 'browser/ui/webui/conflicts_ui.h', |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2766 }, { # else: enable_app_list==0 | 2767 }, { # else: enable_app_list==0 |
| 2767 'sources/': [ | 2768 'sources/': [ |
| 2768 ['exclude', '^browser/ui/views/app_list/'], | 2769 ['exclude', '^browser/ui/views/app_list/'], |
| 2769 ['exclude', '^browser/ui/app_list/'], | 2770 ['exclude', '^browser/ui/app_list/'], |
| 2770 ] | 2771 ] |
| 2771 }], | 2772 }], |
| 2772 ], | 2773 ], |
| 2773 }, | 2774 }, |
| 2774 ], | 2775 ], |
| 2775 } | 2776 } |
| OLD | NEW |