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 2449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2460 ], | 2460 ], |
2461 'conditions': [ | 2461 'conditions': [ |
2462 ['OS != "ios"', { | 2462 ['OS != "ios"', { |
2463 'dependencies': [ | 2463 'dependencies': [ |
2464 'browser_extensions', | 2464 'browser_extensions', |
2465 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2465 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2466 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', | 2466 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', |
2467 'common/extensions/api/api.gyp:chrome_api', | 2467 'common/extensions/api/api.gyp:chrome_api', |
2468 'debugger', | 2468 'debugger', |
2469 'installer_util', | 2469 'installer_util', |
2470 '../mojo/mojo.gyp:mojo_common_lib', | 2470 '../mojo/mojo.gyp:mojo_system_impl', |
2471 '../third_party/re2/re2.gyp:re2', | 2471 '../third_party/re2/re2.gyp:re2', |
2472 '../components/components.gyp:autofill_content_risk_proto', | 2472 '../components/components.gyp:autofill_content_risk_proto', |
2473 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2473 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
2474 '../device/nfc/nfc.gyp:device_nfc', | 2474 '../device/nfc/nfc.gyp:device_nfc', |
2475 '../media/media.gyp:media', | 2475 '../media/media.gyp:media', |
2476 '../net/net.gyp:net_with_v8', | 2476 '../net/net.gyp:net_with_v8', |
2477 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2477 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2478 '../third_party/expat/expat.gyp:expat', | 2478 '../third_party/expat/expat.gyp:expat', |
2479 '../third_party/hunspell/hunspell.gyp:hunspell', | 2479 '../third_party/hunspell/hunspell.gyp:hunspell', |
2480 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2480 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3150 ], | 3150 ], |
3151 'sources!': [ | 3151 'sources!': [ |
3152 'browser/ui/views/session_crashed_bubble_view.cc', | 3152 'browser/ui/views/session_crashed_bubble_view.cc', |
3153 'browser/ui/views/session_crashed_bubble_view.h', | 3153 'browser/ui/views/session_crashed_bubble_view.h', |
3154 ], | 3154 ], |
3155 }], | 3155 }], |
3156 ], | 3156 ], |
3157 }, | 3157 }, |
3158 ], | 3158 ], |
3159 } | 3159 } |
OLD | NEW |