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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
510 'browser/ui/cocoa/autofill/autofill_dialog_cocoa.h', | 510 'browser/ui/cocoa/autofill/autofill_dialog_cocoa.h', |
511 'browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm', | 511 'browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm', |
512 'browser/ui/cocoa/autofill/autofill_dialog_constants.h', | 512 'browser/ui/cocoa/autofill/autofill_dialog_constants.h', |
513 'browser/ui/cocoa/autofill/autofill_error_bubble_controller.h', | 513 'browser/ui/cocoa/autofill/autofill_error_bubble_controller.h', |
514 'browser/ui/cocoa/autofill/autofill_error_bubble_controller.mm', | 514 'browser/ui/cocoa/autofill/autofill_error_bubble_controller.mm', |
515 'browser/ui/cocoa/autofill/autofill_layout.h', | 515 'browser/ui/cocoa/autofill/autofill_layout.h', |
516 'browser/ui/cocoa/autofill/autofill_notification_container.h', | 516 'browser/ui/cocoa/autofill/autofill_notification_container.h', |
517 'browser/ui/cocoa/autofill/autofill_notification_container.mm', | 517 'browser/ui/cocoa/autofill/autofill_notification_container.mm', |
518 'browser/ui/cocoa/autofill/autofill_notification_controller.h', | 518 'browser/ui/cocoa/autofill/autofill_notification_controller.h', |
519 'browser/ui/cocoa/autofill/autofill_notification_controller.mm', | 519 'browser/ui/cocoa/autofill/autofill_notification_controller.mm', |
| 520 'browser/ui/cocoa/autofill/autofill_loading_shield_controller.h', |
| 521 'browser/ui/cocoa/autofill/autofill_loading_shield_controller.mm', |
520 'browser/ui/cocoa/autofill/autofill_main_container.h', | 522 'browser/ui/cocoa/autofill/autofill_main_container.h', |
521 'browser/ui/cocoa/autofill/autofill_main_container.mm', | 523 'browser/ui/cocoa/autofill/autofill_main_container.mm', |
522 'browser/ui/cocoa/autofill/autofill_overlay_controller.h', | 524 'browser/ui/cocoa/autofill/autofill_overlay_controller.h', |
523 'browser/ui/cocoa/autofill/autofill_overlay_controller.mm', | 525 'browser/ui/cocoa/autofill/autofill_overlay_controller.mm', |
524 'browser/ui/cocoa/autofill/autofill_popup_view_bridge.h', | 526 'browser/ui/cocoa/autofill/autofill_popup_view_bridge.h', |
525 'browser/ui/cocoa/autofill/autofill_popup_view_bridge.mm', | 527 'browser/ui/cocoa/autofill/autofill_popup_view_bridge.mm', |
526 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h', | 528 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h', |
527 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm', | 529 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm', |
528 'browser/ui/cocoa/autofill/autofill_pop_up_button.h', | 530 'browser/ui/cocoa/autofill/autofill_pop_up_button.h', |
529 'browser/ui/cocoa/autofill/autofill_pop_up_button.mm', | 531 'browser/ui/cocoa/autofill/autofill_pop_up_button.mm', |
(...skipping 2783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3313 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3315 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3314 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3316 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3315 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3317 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3316 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3318 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3317 ], | 3319 ], |
3318 }], | 3320 }], |
3319 ], | 3321 ], |
3320 }, | 3322 }, |
3321 ], | 3323 ], |
3322 } | 3324 } |
OLD | NEW |