| 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 'browser/ui/autofill/autofill_dialog_view_delegate.h', | 383 'browser/ui/autofill/autofill_dialog_view_delegate.h', |
| 384 'browser/ui/autofill/autofill_popup_controller.h', | 384 'browser/ui/autofill/autofill_popup_controller.h', |
| 385 'browser/ui/autofill/autofill_popup_controller_impl.cc', | 385 'browser/ui/autofill/autofill_popup_controller_impl.cc', |
| 386 'browser/ui/autofill/autofill_popup_controller_impl.h', | 386 'browser/ui/autofill/autofill_popup_controller_impl.h', |
| 387 'browser/ui/autofill/autofill_popup_view.h', | 387 'browser/ui/autofill/autofill_popup_view.h', |
| 388 'browser/ui/autofill/autofill_popup_view_delegate.h', | 388 'browser/ui/autofill/autofill_popup_view_delegate.h', |
| 389 'browser/ui/autofill/country_combobox_model.cc', | 389 'browser/ui/autofill/country_combobox_model.cc', |
| 390 'browser/ui/autofill/country_combobox_model.h', | 390 'browser/ui/autofill/country_combobox_model.h', |
| 391 'browser/ui/autofill/data_model_wrapper.cc', | 391 'browser/ui/autofill/data_model_wrapper.cc', |
| 392 'browser/ui/autofill/data_model_wrapper.h', | 392 'browser/ui/autofill/data_model_wrapper.h', |
| 393 'browser/ui/autofill/field_map_wrapper.cc', |
| 394 'browser/ui/autofill/field_map_wrapper.h', |
| 393 'browser/ui/autofill/generated_credit_card_bubble_view.cc', | 395 'browser/ui/autofill/generated_credit_card_bubble_view.cc', |
| 394 'browser/ui/autofill/generated_credit_card_bubble_view.h', | 396 'browser/ui/autofill/generated_credit_card_bubble_view.h', |
| 395 'browser/ui/autofill/generated_credit_card_bubble_controller.cc', | 397 'browser/ui/autofill/generated_credit_card_bubble_controller.cc', |
| 396 'browser/ui/autofill/generated_credit_card_bubble_controller.h', | 398 'browser/ui/autofill/generated_credit_card_bubble_controller.h', |
| 397 'browser/ui/autofill/loading_animation.cc', | 399 'browser/ui/autofill/loading_animation.cc', |
| 398 'browser/ui/autofill/loading_animation.h', | 400 'browser/ui/autofill/loading_animation.h', |
| 399 'browser/ui/autofill/new_credit_card_bubble_view.cc', | 401 'browser/ui/autofill/new_credit_card_bubble_view.cc', |
| 400 'browser/ui/autofill/new_credit_card_bubble_view.h', | 402 'browser/ui/autofill/new_credit_card_bubble_view.h', |
| 401 'browser/ui/autofill/new_credit_card_bubble_controller.cc', | 403 'browser/ui/autofill/new_credit_card_bubble_controller.cc', |
| 402 'browser/ui/autofill/new_credit_card_bubble_controller.h', | 404 'browser/ui/autofill/new_credit_card_bubble_controller.h', |
| (...skipping 2987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3390 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3392 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3391 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3393 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3392 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3394 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3393 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3395 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3394 ], | 3396 ], |
| 3395 }], | 3397 }], |
| 3396 ], | 3398 ], |
| 3397 }, | 3399 }, |
| 3398 ], | 3400 ], |
| 3399 } | 3401 } |
| OLD | NEW |