| 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 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1254 'browser/ui/pdf/pdf_unsupported_feature.h', | 1254 'browser/ui/pdf/pdf_unsupported_feature.h', |
| 1255 'browser/ui/prefs/prefs_tab_helper.cc', | 1255 'browser/ui/prefs/prefs_tab_helper.cc', |
| 1256 'browser/ui/prefs/prefs_tab_helper.h', | 1256 'browser/ui/prefs/prefs_tab_helper.h', |
| 1257 'browser/ui/profile_error_dialog.cc', | 1257 'browser/ui/profile_error_dialog.cc', |
| 1258 'browser/ui/profile_error_dialog.h', | 1258 'browser/ui/profile_error_dialog.h', |
| 1259 'browser/ui/protocol_dialog_delegate.h', | 1259 'browser/ui/protocol_dialog_delegate.h', |
| 1260 'browser/ui/sad_tab.h', | 1260 'browser/ui/sad_tab.h', |
| 1261 'browser/ui/sad_tab_helper.cc', | 1261 'browser/ui/sad_tab_helper.cc', |
| 1262 'browser/ui/sad_tab_helper.h', | 1262 'browser/ui/sad_tab_helper.h', |
| 1263 'browser/ui/sad_tab_types.h', | 1263 'browser/ui/sad_tab_types.h', |
| 1264 'browser/ui/screen_capture_confirmation_ui.h', |
| 1265 'browser/ui/screen_capture_confirmation_ui_infobar.cc', |
| 1266 'browser/ui/screen_capture_confirmation_ui_infobar.h', |
| 1264 'browser/ui/screen_capture_infobar_delegate.cc', | 1267 'browser/ui/screen_capture_infobar_delegate.cc', |
| 1265 'browser/ui/screen_capture_infobar_delegate.h', | 1268 'browser/ui/screen_capture_infobar_delegate.h', |
| 1266 'browser/ui/search/instant_commit_type.h', | 1269 'browser/ui/search/instant_commit_type.h', |
| 1267 'browser/ui/search/instant_controller.cc', | 1270 'browser/ui/search/instant_controller.cc', |
| 1268 'browser/ui/search/instant_controller.h', | 1271 'browser/ui/search/instant_controller.h', |
| 1269 'browser/ui/search/instant_loader.cc', | 1272 'browser/ui/search/instant_loader.cc', |
| 1270 'browser/ui/search/instant_loader.h', | 1273 'browser/ui/search/instant_loader.h', |
| 1271 'browser/ui/search/instant_ntp.cc', | 1274 'browser/ui/search/instant_ntp.cc', |
| 1272 'browser/ui/search/instant_ntp.h', | 1275 'browser/ui/search/instant_ntp.h', |
| 1273 'browser/ui/search/instant_overlay.cc', | 1276 'browser/ui/search/instant_overlay.cc', |
| (...skipping 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2873 }], | 2876 }], |
| 2874 ['enable_message_center==1', { | 2877 ['enable_message_center==1', { |
| 2875 'dependencies': [ | 2878 'dependencies': [ |
| 2876 '../ui/message_center/message_center.gyp:message_center', | 2879 '../ui/message_center/message_center.gyp:message_center', |
| 2877 ], | 2880 ], |
| 2878 }], | 2881 }], |
| 2879 ], | 2882 ], |
| 2880 }, | 2883 }, |
| 2881 ], | 2884 ], |
| 2882 } | 2885 } |
| OLD | NEW |