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 2529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2540 'browser/tab_contents/spelling_bubble_model.cc', | 2540 'browser/tab_contents/spelling_bubble_model.cc', |
2541 'browser/tab_contents/spelling_bubble_model.h', | 2541 'browser/tab_contents/spelling_bubble_model.h', |
2542 'browser/tab_contents/spelling_menu_observer.cc', | 2542 'browser/tab_contents/spelling_menu_observer.cc', |
2543 'browser/tab_contents/spelling_menu_observer.h', | 2543 'browser/tab_contents/spelling_menu_observer.h', |
2544 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', | 2544 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', |
2545 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', | 2545 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', |
2546 'browser/tab_contents/web_drag_bookmark_handler_mac.h', | 2546 'browser/tab_contents/web_drag_bookmark_handler_mac.h', |
2547 'browser/tab_contents/web_drag_bookmark_handler_mac.mm', | 2547 'browser/tab_contents/web_drag_bookmark_handler_mac.mm', |
2548 'browser/tab_contents/web_drag_bookmark_handler_win.cc', | 2548 'browser/tab_contents/web_drag_bookmark_handler_win.cc', |
2549 'browser/tab_contents/web_drag_bookmark_handler_win.h', | 2549 'browser/tab_contents/web_drag_bookmark_handler_win.h', |
2550 'browser/tab_contents/web_drag_source_win.cc', | |
2551 'browser/tab_contents/web_drag_source_win.h', | |
2552 'browser/tab_contents/web_drag_utils_win.cc', | |
2553 'browser/tab_contents/web_drag_utils_win.h', | |
2554 'browser/tab_contents/web_drop_target_win.cc', | |
2555 'browser/tab_contents/web_drop_target_win.h', | |
2556 'browser/tabs/default_tab_handler.cc', | 2550 'browser/tabs/default_tab_handler.cc', |
2557 'browser/tabs/default_tab_handler.h', | 2551 'browser/tabs/default_tab_handler.h', |
2558 'browser/tabs/pinned_tab_codec.cc', | 2552 'browser/tabs/pinned_tab_codec.cc', |
2559 'browser/tabs/pinned_tab_codec.h', | 2553 'browser/tabs/pinned_tab_codec.h', |
2560 'browser/tabs/pinned_tab_service.cc', | 2554 'browser/tabs/pinned_tab_service.cc', |
2561 'browser/tabs/pinned_tab_service.h', | 2555 'browser/tabs/pinned_tab_service.h', |
2562 'browser/tabs/pinned_tab_service_factory.cc', | 2556 'browser/tabs/pinned_tab_service_factory.cc', |
2563 'browser/tabs/pinned_tab_service_factory.h', | 2557 'browser/tabs/pinned_tab_service_factory.h', |
2564 'browser/tabs/tab_handler.h', | 2558 'browser/tabs/tab_handler.h', |
2565 'browser/tabs/tab_finder.cc', | 2559 'browser/tabs/tab_finder.cc', |
(...skipping 3081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5647 'type': 'static_library', | 5641 'type': 'static_library', |
5648 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5642 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5649 'variables': { | 5643 'variables': { |
5650 'proto_in_dir': 'browser/history', | 5644 'proto_in_dir': 'browser/history', |
5651 'proto_out_dir': 'chrome/browser/history', | 5645 'proto_out_dir': 'chrome/browser/history', |
5652 }, | 5646 }, |
5653 'includes': [ '../build/protoc.gypi' ] | 5647 'includes': [ '../build/protoc.gypi' ] |
5654 }, | 5648 }, |
5655 ], | 5649 ], |
5656 } | 5650 } |
OLD | NEW |