| 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 2560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2571 'browser/ui/cocoa/bubble_view.mm', | 2571 'browser/ui/cocoa/bubble_view.mm', |
| 2572 'browser/ui/cocoa/certificate_viewer.mm', | 2572 'browser/ui/cocoa/certificate_viewer.mm', |
| 2573 'browser/ui/cocoa/chrome_browser_window.h', | 2573 'browser/ui/cocoa/chrome_browser_window.h', |
| 2574 'browser/ui/cocoa/chrome_browser_window.mm', | 2574 'browser/ui/cocoa/chrome_browser_window.mm', |
| 2575 'browser/ui/cocoa/chrome_event_processing_window.h', | 2575 'browser/ui/cocoa/chrome_event_processing_window.h', |
| 2576 'browser/ui/cocoa/chrome_event_processing_window.mm', | 2576 'browser/ui/cocoa/chrome_event_processing_window.mm', |
| 2577 'browser/ui/cocoa/clickhold_button_cell.h', | 2577 'browser/ui/cocoa/clickhold_button_cell.h', |
| 2578 'browser/ui/cocoa/clickhold_button_cell.mm', | 2578 'browser/ui/cocoa/clickhold_button_cell.mm', |
| 2579 'browser/ui/cocoa/command_observer_bridge.h', | 2579 'browser/ui/cocoa/command_observer_bridge.h', |
| 2580 'browser/ui/cocoa/command_observer_bridge.mm', | 2580 'browser/ui/cocoa/command_observer_bridge.mm', |
| 2581 'browser/ui/cocoa/confirm_bubble_model.mm', |
| 2582 'browser/ui/cocoa/confirm_bubble_controller.h', |
| 2583 'browser/ui/cocoa/confirm_bubble_controller.mm', |
| 2584 'browser/ui/cocoa/confirm_bubble_view.h', |
| 2585 'browser/ui/cocoa/confirm_bubble_view.mm', |
| 2581 'browser/ui/cocoa/confirm_quit_panel_controller.h', | 2586 'browser/ui/cocoa/confirm_quit_panel_controller.h', |
| 2582 'browser/ui/cocoa/confirm_quit_panel_controller.mm', | 2587 'browser/ui/cocoa/confirm_quit_panel_controller.mm', |
| 2583 'browser/ui/cocoa/constrained_html_delegate_mac.mm', | 2588 'browser/ui/cocoa/constrained_html_delegate_mac.mm', |
| 2584 'browser/ui/cocoa/constrained_window_mac.h', | 2589 'browser/ui/cocoa/constrained_window_mac.h', |
| 2585 'browser/ui/cocoa/constrained_window_mac.mm', | 2590 'browser/ui/cocoa/constrained_window_mac.mm', |
| 2586 'browser/ui/cocoa/content_settings/collected_cookies_mac.h', | 2591 'browser/ui/cocoa/content_settings/collected_cookies_mac.h', |
| 2587 'browser/ui/cocoa/content_settings/collected_cookies_mac.mm', | 2592 'browser/ui/cocoa/content_settings/collected_cookies_mac.mm', |
| 2588 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h', | 2593 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h', |
| 2589 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm', | 2594 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm', |
| 2590 'browser/ui/cocoa/content_settings/cookie_details.h', | 2595 'browser/ui/cocoa/content_settings/cookie_details.h', |
| (...skipping 2659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5250 'type': 'static_library', | 5255 'type': 'static_library', |
| 5251 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5256 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5252 'variables': { | 5257 'variables': { |
| 5253 'proto_in_dir': 'browser/history', | 5258 'proto_in_dir': 'browser/history', |
| 5254 'proto_out_dir': 'chrome/browser/history', | 5259 'proto_out_dir': 'chrome/browser/history', |
| 5255 }, | 5260 }, |
| 5256 'includes': [ '../build/protoc.gypi' ] | 5261 'includes': [ '../build/protoc.gypi' ] |
| 5257 }, | 5262 }, |
| 5258 ], | 5263 ], |
| 5259 } | 5264 } |
| OLD | NEW |