| 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 2576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2587 'browser/ui/cocoa/bubble_view.mm', | 2587 'browser/ui/cocoa/bubble_view.mm', |
| 2588 'browser/ui/cocoa/certificate_viewer.mm', | 2588 'browser/ui/cocoa/certificate_viewer.mm', |
| 2589 'browser/ui/cocoa/chrome_browser_window.h', | 2589 'browser/ui/cocoa/chrome_browser_window.h', |
| 2590 'browser/ui/cocoa/chrome_browser_window.mm', | 2590 'browser/ui/cocoa/chrome_browser_window.mm', |
| 2591 'browser/ui/cocoa/chrome_event_processing_window.h', | 2591 'browser/ui/cocoa/chrome_event_processing_window.h', |
| 2592 'browser/ui/cocoa/chrome_event_processing_window.mm', | 2592 'browser/ui/cocoa/chrome_event_processing_window.mm', |
| 2593 'browser/ui/cocoa/clickhold_button_cell.h', | 2593 'browser/ui/cocoa/clickhold_button_cell.h', |
| 2594 'browser/ui/cocoa/clickhold_button_cell.mm', | 2594 'browser/ui/cocoa/clickhold_button_cell.mm', |
| 2595 'browser/ui/cocoa/command_observer_bridge.h', | 2595 'browser/ui/cocoa/command_observer_bridge.h', |
| 2596 'browser/ui/cocoa/command_observer_bridge.mm', | 2596 'browser/ui/cocoa/command_observer_bridge.mm', |
| 2597 'browser/ui/cocoa/confirm_bubble_model.mm', |
| 2598 'browser/ui/cocoa/confirm_bubble_controller.h', |
| 2599 'browser/ui/cocoa/confirm_bubble_controller.mm', |
| 2600 'browser/ui/cocoa/confirm_bubble_view.h', |
| 2601 'browser/ui/cocoa/confirm_bubble_view.mm', |
| 2597 'browser/ui/cocoa/confirm_quit_panel_controller.h', | 2602 'browser/ui/cocoa/confirm_quit_panel_controller.h', |
| 2598 'browser/ui/cocoa/confirm_quit_panel_controller.mm', | 2603 'browser/ui/cocoa/confirm_quit_panel_controller.mm', |
| 2599 'browser/ui/cocoa/constrained_html_delegate_mac.mm', | 2604 'browser/ui/cocoa/constrained_html_delegate_mac.mm', |
| 2600 'browser/ui/cocoa/constrained_window_mac.h', | 2605 'browser/ui/cocoa/constrained_window_mac.h', |
| 2601 'browser/ui/cocoa/constrained_window_mac.mm', | 2606 'browser/ui/cocoa/constrained_window_mac.mm', |
| 2602 'browser/ui/cocoa/content_settings/collected_cookies_mac.h', | 2607 'browser/ui/cocoa/content_settings/collected_cookies_mac.h', |
| 2603 'browser/ui/cocoa/content_settings/collected_cookies_mac.mm', | 2608 'browser/ui/cocoa/content_settings/collected_cookies_mac.mm', |
| 2604 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h', | 2609 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h', |
| 2605 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm', | 2610 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm', |
| 2606 'browser/ui/cocoa/content_settings/cookie_details.h', | 2611 'browser/ui/cocoa/content_settings/cookie_details.h', |
| (...skipping 2778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5385 'type': 'static_library', | 5390 'type': 'static_library', |
| 5386 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5391 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5387 'variables': { | 5392 'variables': { |
| 5388 'proto_in_dir': 'browser/history', | 5393 'proto_in_dir': 'browser/history', |
| 5389 'proto_out_dir': 'chrome/browser/history', | 5394 'proto_out_dir': 'chrome/browser/history', |
| 5390 }, | 5395 }, |
| 5391 'includes': [ '../build/protoc.gypi' ] | 5396 'includes': [ '../build/protoc.gypi' ] |
| 5392 }, | 5397 }, |
| 5393 ], | 5398 ], |
| 5394 } | 5399 } |
| OLD | NEW |