| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 2601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2612 'browser/ui/cocoa/bubble_view.mm', | 2612 'browser/ui/cocoa/bubble_view.mm', |
| 2613 'browser/ui/cocoa/certificate_viewer.mm', | 2613 'browser/ui/cocoa/certificate_viewer.mm', |
| 2614 'browser/ui/cocoa/chrome_browser_window.h', | 2614 'browser/ui/cocoa/chrome_browser_window.h', |
| 2615 'browser/ui/cocoa/chrome_browser_window.mm', | 2615 'browser/ui/cocoa/chrome_browser_window.mm', |
| 2616 'browser/ui/cocoa/chrome_event_processing_window.h', | 2616 'browser/ui/cocoa/chrome_event_processing_window.h', |
| 2617 'browser/ui/cocoa/chrome_event_processing_window.mm', | 2617 'browser/ui/cocoa/chrome_event_processing_window.mm', |
| 2618 'browser/ui/cocoa/clickhold_button_cell.h', | 2618 'browser/ui/cocoa/clickhold_button_cell.h', |
| 2619 'browser/ui/cocoa/clickhold_button_cell.mm', | 2619 'browser/ui/cocoa/clickhold_button_cell.mm', |
| 2620 'browser/ui/cocoa/command_observer_bridge.h', | 2620 'browser/ui/cocoa/command_observer_bridge.h', |
| 2621 'browser/ui/cocoa/command_observer_bridge.mm', | 2621 'browser/ui/cocoa/command_observer_bridge.mm', |
| 2622 'browser/ui/cocoa/confirm_bubble_model.mm', |
| 2623 'browser/ui/cocoa/confirm_bubble_controller.h', |
| 2624 'browser/ui/cocoa/confirm_bubble_controller.mm', |
| 2625 'browser/ui/cocoa/confirm_bubble_view.h', |
| 2626 'browser/ui/cocoa/confirm_bubble_view.mm', |
| 2622 'browser/ui/cocoa/confirm_quit_panel_controller.h', | 2627 'browser/ui/cocoa/confirm_quit_panel_controller.h', |
| 2623 'browser/ui/cocoa/confirm_quit_panel_controller.mm', | 2628 'browser/ui/cocoa/confirm_quit_panel_controller.mm', |
| 2624 'browser/ui/cocoa/constrained_html_delegate_mac.mm', | 2629 'browser/ui/cocoa/constrained_html_delegate_mac.mm', |
| 2625 'browser/ui/cocoa/constrained_window_mac.h', | 2630 'browser/ui/cocoa/constrained_window_mac.h', |
| 2626 'browser/ui/cocoa/constrained_window_mac.mm', | 2631 'browser/ui/cocoa/constrained_window_mac.mm', |
| 2627 'browser/ui/cocoa/content_settings/collected_cookies_mac.h', | 2632 'browser/ui/cocoa/content_settings/collected_cookies_mac.h', |
| 2628 'browser/ui/cocoa/content_settings/collected_cookies_mac.mm', | 2633 'browser/ui/cocoa/content_settings/collected_cookies_mac.mm', |
| 2629 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h', | 2634 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h', |
| 2630 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm', | 2635 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm', |
| 2631 'browser/ui/cocoa/content_settings/cookie_details.h', | 2636 'browser/ui/cocoa/content_settings/cookie_details.h', |
| (...skipping 2783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5415 'type': 'static_library', | 5420 'type': 'static_library', |
| 5416 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5421 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5417 'variables': { | 5422 'variables': { |
| 5418 'proto_in_dir': 'browser/history', | 5423 'proto_in_dir': 'browser/history', |
| 5419 'proto_out_dir': 'chrome/browser/history', | 5424 'proto_out_dir': 'chrome/browser/history', |
| 5420 }, | 5425 }, |
| 5421 'includes': [ '../build/protoc.gypi' ] | 5426 'includes': [ '../build/protoc.gypi' ] |
| 5422 }, | 5427 }, |
| 5423 ], | 5428 ], |
| 5424 } | 5429 } |
| OLD | NEW |