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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 'browser/ui/cocoa/autofill/autofill_sign_in_container.h', | 434 'browser/ui/cocoa/autofill/autofill_sign_in_container.h', |
435 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm', | 435 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm', |
436 'browser/ui/cocoa/autofill/autofill_suggestion_container.h', | 436 'browser/ui/cocoa/autofill/autofill_suggestion_container.h', |
437 'browser/ui/cocoa/autofill/autofill_suggestion_container.mm', | 437 'browser/ui/cocoa/autofill/autofill_suggestion_container.mm', |
438 'browser/ui/cocoa/autofill/autofill_textfield.h', | 438 'browser/ui/cocoa/autofill/autofill_textfield.h', |
439 'browser/ui/cocoa/autofill/autofill_textfield.mm', | 439 'browser/ui/cocoa/autofill/autofill_textfield.mm', |
440 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h', | 440 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h', |
441 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm', | 441 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm', |
442 'browser/ui/cocoa/autofill/layout_view.h', | 442 'browser/ui/cocoa/autofill/layout_view.h', |
443 'browser/ui/cocoa/autofill/layout_view.mm', | 443 'browser/ui/cocoa/autofill/layout_view.mm', |
| 444 'browser/ui/cocoa/autofill/autofill_pop_up_button.h', |
| 445 'browser/ui/cocoa/autofill/autofill_pop_up_button.mm', |
444 'browser/ui/cocoa/autofill/simple_grid_layout.h', | 446 'browser/ui/cocoa/autofill/simple_grid_layout.h', |
445 'browser/ui/cocoa/autofill/simple_grid_layout.mm', | 447 'browser/ui/cocoa/autofill/simple_grid_layout.mm', |
446 'browser/ui/cocoa/background_gradient_view.h', | 448 'browser/ui/cocoa/background_gradient_view.h', |
447 'browser/ui/cocoa/background_gradient_view.mm', | 449 'browser/ui/cocoa/background_gradient_view.mm', |
448 'browser/ui/cocoa/base_bubble_controller.h', | 450 'browser/ui/cocoa/base_bubble_controller.h', |
449 'browser/ui/cocoa/base_bubble_controller.mm', | 451 'browser/ui/cocoa/base_bubble_controller.mm', |
450 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h', | 452 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h', |
451 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.mm', | 453 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.mm', |
452 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h', | 454 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h', |
453 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.mm', | 455 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.mm', |
(...skipping 2568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3022 ['enable_webrtc==0', { | 3024 ['enable_webrtc==0', { |
3023 'sources!': [ | 3025 'sources!': [ |
3024 'browser/ui/webui/media/webrtc_logs_ui.cc', | 3026 'browser/ui/webui/media/webrtc_logs_ui.cc', |
3025 'browser/ui/webui/media/webrtc_logs_ui.h', | 3027 'browser/ui/webui/media/webrtc_logs_ui.h', |
3026 ], | 3028 ], |
3027 }], | 3029 }], |
3028 ], | 3030 ], |
3029 }, | 3031 }, |
3030 ], | 3032 ], |
3031 } | 3033 } |
OLD | NEW |