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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 'browser/ui/autofill/new_credit_card_bubble_controller.cc', | 342 'browser/ui/autofill/new_credit_card_bubble_controller.cc', |
343 'browser/ui/autofill/new_credit_card_bubble_controller.h', | 343 'browser/ui/autofill/new_credit_card_bubble_controller.h', |
344 'browser/ui/autofill/tab_autofill_manager_delegate.cc', | 344 'browser/ui/autofill/tab_autofill_manager_delegate.cc', |
345 'browser/ui/autofill/tab_autofill_manager_delegate.h', | 345 'browser/ui/autofill/tab_autofill_manager_delegate.h', |
346 'browser/ui/auto_login_infobar_delegate.cc', | 346 'browser/ui/auto_login_infobar_delegate.cc', |
347 'browser/ui/auto_login_infobar_delegate.h', | 347 'browser/ui/auto_login_infobar_delegate.h', |
348 'browser/ui/auto_login_prompter.cc', | 348 'browser/ui/auto_login_prompter.cc', |
349 'browser/ui/auto_login_prompter.h', | 349 'browser/ui/auto_login_prompter.h', |
350 'browser/ui/blocked_content/blocked_window_params.cc', | 350 'browser/ui/blocked_content/blocked_window_params.cc', |
351 'browser/ui/blocked_content/blocked_window_params.h', | 351 'browser/ui/blocked_content/blocked_window_params.h', |
| 352 'browser/ui/blocked_content/popup_blocked_infobar_delegate.cc', |
| 353 'browser/ui/blocked_content/popup_blocked_infobar_delegate.h', |
352 'browser/ui/blocked_content/popup_blocker_tab_helper.cc', | 354 'browser/ui/blocked_content/popup_blocker_tab_helper.cc', |
353 'browser/ui/blocked_content/popup_blocker_tab_helper.h', | 355 'browser/ui/blocked_content/popup_blocker_tab_helper.h', |
354 'browser/ui/bookmarks/bookmark_bar.h', | 356 'browser/ui/bookmarks/bookmark_bar.h', |
355 'browser/ui/bookmarks/bookmark_bar_constants.h', | 357 'browser/ui/bookmarks/bookmark_bar_constants.h', |
356 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h', | 358 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h', |
357 'browser/ui/bookmarks/bookmark_bubble_delegate.h', | 359 'browser/ui/bookmarks/bookmark_bubble_delegate.h', |
358 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc', | 360 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc', |
359 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h', | 361 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h', |
360 'browser/ui/bookmarks/bookmark_context_menu_controller.cc', | 362 'browser/ui/bookmarks/bookmark_context_menu_controller.cc', |
361 'browser/ui/bookmarks/bookmark_context_menu_controller.h', | 363 'browser/ui/bookmarks/bookmark_context_menu_controller.h', |
(...skipping 2896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3258 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3260 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3259 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3261 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3260 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3262 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3261 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3263 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3262 ], | 3264 ], |
3263 }], | 3265 }], |
3264 ], | 3266 ], |
3265 }, | 3267 }, |
3266 ], | 3268 ], |
3267 } | 3269 } |
OLD | NEW |