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 4541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4552 ['exclude', '^browser/chromeos/frame/bubble_window.cc'], | 4552 ['exclude', '^browser/chromeos/frame/bubble_window.cc'], |
4553 ['exclude', '^browser/chromeos/frame/bubble_window.h'], | 4553 ['exclude', '^browser/chromeos/frame/bubble_window.h'], |
4554 ['exclude', '^browser/external_tab_container_win.cc'], | 4554 ['exclude', '^browser/external_tab_container_win.cc'], |
4555 ['exclude', '^browser/external_tab_container_win.h'], | 4555 ['exclude', '^browser/external_tab_container_win.h'], |
4556 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], | 4556 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], |
4557 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], | 4557 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], |
4558 ['exclude', '^browser/google/google_update.cc'], | 4558 ['exclude', '^browser/google/google_update.cc'], |
4559 ['exclude', '^browser/google/google_update.h'], | 4559 ['exclude', '^browser/google/google_update.h'], |
4560 ['exclude', '^browser/hang_monitor/'], | 4560 ['exclude', '^browser/hang_monitor/'], |
4561 ['exclude', '^browser/renderer_host/render_widget_host_view_views*']
, | 4561 ['exclude', '^browser/renderer_host/render_widget_host_view_views*']
, |
4562 ['exclude', '^browser/tab_contents/web_drag_source_win.cc'], | |
4563 ['exclude', '^browser/tab_contents/web_drag_source_win.h'], | |
4564 ['exclude', '^browser/ui/panels/auto_hiding_desktop_bar_win.cc'], | 4562 ['exclude', '^browser/ui/panels/auto_hiding_desktop_bar_win.cc'], |
4565 ['exclude', '^browser/ui/tabs/dock_info_win.cc'], | 4563 ['exclude', '^browser/ui/tabs/dock_info_win.cc'], |
4566 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'], | 4564 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'], |
4567 ['exclude', '^browser/ui/views/app_menu_button_win.cc'], | 4565 ['exclude', '^browser/ui/views/app_menu_button_win.cc'], |
4568 ['exclude', '^browser/ui/views/certificate_viewer_win.cc'], | 4566 ['exclude', '^browser/ui/views/certificate_viewer_win.cc'], |
4569 ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'], | 4567 ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'], |
4570 ['exclude', '^browser/ui/views/external_protocol_dialog.cc'], | 4568 ['exclude', '^browser/ui/views/external_protocol_dialog.cc'], |
4571 ['exclude', '^browser/ui/views/find_bar_host_win.cc'], | 4569 ['exclude', '^browser/ui/views/find_bar_host_win.cc'], |
4572 ['exclude', '^browser/ui/views/frame/browser_frame_win.cc'], | 4570 ['exclude', '^browser/ui/views/frame/browser_frame_win.cc'], |
4573 ['exclude', '^browser/ui/views/frame/browser_frame_win.h'], | 4571 ['exclude', '^browser/ui/views/frame/browser_frame_win.h'], |
(...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5643 'type': 'static_library', | 5641 'type': 'static_library', |
5644 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5642 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5645 'variables': { | 5643 'variables': { |
5646 'proto_in_dir': 'browser/history', | 5644 'proto_in_dir': 'browser/history', |
5647 'proto_out_dir': 'chrome/browser/history', | 5645 'proto_out_dir': 'chrome/browser/history', |
5648 }, | 5646 }, |
5649 'includes': [ '../build/protoc.gypi' ] | 5647 'includes': [ '../build/protoc.gypi' ] |
5650 }, | 5648 }, |
5651 ], | 5649 ], |
5652 } | 5650 } |
OLD | NEW |