OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 2490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2501 'browser/ui/cocoa/framed_browser_window.h', | 2501 'browser/ui/cocoa/framed_browser_window.h', |
2502 'browser/ui/cocoa/framed_browser_window.mm', | 2502 'browser/ui/cocoa/framed_browser_window.mm', |
2503 'browser/ui/cocoa/fullscreen_window.h', | 2503 'browser/ui/cocoa/fullscreen_window.h', |
2504 'browser/ui/cocoa/fullscreen_window.mm', | 2504 'browser/ui/cocoa/fullscreen_window.mm', |
2505 'browser/ui/cocoa/gradient_button_cell.h', | 2505 'browser/ui/cocoa/gradient_button_cell.h', |
2506 'browser/ui/cocoa/gradient_button_cell.mm', | 2506 'browser/ui/cocoa/gradient_button_cell.mm', |
2507 'browser/ui/cocoa/history_menu_bridge.h', | 2507 'browser/ui/cocoa/history_menu_bridge.h', |
2508 'browser/ui/cocoa/history_menu_bridge.mm', | 2508 'browser/ui/cocoa/history_menu_bridge.mm', |
2509 'browser/ui/cocoa/history_menu_cocoa_controller.h', | 2509 'browser/ui/cocoa/history_menu_cocoa_controller.h', |
2510 'browser/ui/cocoa/history_menu_cocoa_controller.mm', | 2510 'browser/ui/cocoa/history_menu_cocoa_controller.mm', |
| 2511 'browser/ui/cocoa/history_overlay_controller.h', |
| 2512 'browser/ui/cocoa/history_overlay_controller.mm', |
2511 'browser/ui/cocoa/hover_button.h', | 2513 'browser/ui/cocoa/hover_button.h', |
2512 'browser/ui/cocoa/hover_button.mm', | 2514 'browser/ui/cocoa/hover_button.mm', |
2513 'browser/ui/cocoa/hover_close_button.h', | 2515 'browser/ui/cocoa/hover_close_button.h', |
2514 'browser/ui/cocoa/hover_close_button.mm', | 2516 'browser/ui/cocoa/hover_close_button.mm', |
2515 'browser/ui/cocoa/hover_image_button.h', | 2517 'browser/ui/cocoa/hover_image_button.h', |
2516 'browser/ui/cocoa/hover_image_button.mm', | 2518 'browser/ui/cocoa/hover_image_button.mm', |
2517 'browser/ui/cocoa/html_dialog_window_controller.h', | 2519 'browser/ui/cocoa/html_dialog_window_controller.h', |
2518 'browser/ui/cocoa/html_dialog_window_controller.mm', | 2520 'browser/ui/cocoa/html_dialog_window_controller.mm', |
2519 'browser/ui/cocoa/hung_renderer_controller.h', | 2521 'browser/ui/cocoa/hung_renderer_controller.h', |
2520 'browser/ui/cocoa/hung_renderer_controller.mm', | 2522 'browser/ui/cocoa/hung_renderer_controller.mm', |
(...skipping 2492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5013 # weak imports in dependents, who still must #include | 5015 # weak imports in dependents, who still must #include |
5014 # closure_blocks_leopard_compat.h to get weak imports. | 5016 # closure_blocks_leopard_compat.h to get weak imports. |
5015 'type': 'none', | 5017 'type': 'none', |
5016 }], | 5018 }], |
5017 ], | 5019 ], |
5018 }, | 5020 }, |
5019 ], | 5021 ], |
5020 }], | 5022 }], |
5021 ], | 5023 ], |
5022 } | 5024 } |
OLD | NEW |