Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 4694008: Make pink's TabContentsWrapper change compile on Windows.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2354 matching lines...) Expand 10 before | Expand all | Expand 10 after
2365 'browser/password_manager/password_store.h', 2365 'browser/password_manager/password_store.h',
2366 'browser/password_manager/password_store_default.cc', 2366 'browser/password_manager/password_store_default.cc',
2367 'browser/password_manager/password_store_default.h', 2367 'browser/password_manager/password_store_default.h',
2368 'browser/password_manager/password_store_mac.cc', 2368 'browser/password_manager/password_store_mac.cc',
2369 'browser/password_manager/password_store_mac.h', 2369 'browser/password_manager/password_store_mac.h',
2370 'browser/password_manager/password_store_mac_internal.h', 2370 'browser/password_manager/password_store_mac_internal.h',
2371 'browser/password_manager/password_store_win.cc', 2371 'browser/password_manager/password_store_win.cc',
2372 'browser/password_manager/password_store_win.h', 2372 'browser/password_manager/password_store_win.h',
2373 'browser/password_manager/password_store_x.cc', 2373 'browser/password_manager/password_store_x.cc',
2374 'browser/password_manager/password_store_x.h', 2374 'browser/password_manager/password_store_x.h',
2375 'browser/password_manager_delegate_impl.cc',
2376 'browser/password_manager_delegate_impl.h',
2375 'browser/platform_util.h', 2377 'browser/platform_util.h',
2376 'browser/platform_util_linux.cc', 2378 'browser/platform_util_linux.cc',
2377 'browser/platform_util_chromeos.cc', 2379 'browser/platform_util_chromeos.cc',
2378 'browser/platform_util_common_linux.cc', 2380 'browser/platform_util_common_linux.cc',
2379 'browser/platform_util_mac.mm', 2381 'browser/platform_util_mac.mm',
2380 'browser/platform_util_win.cc', 2382 'browser/platform_util_win.cc',
2381 'browser/plugin_download_helper.cc', 2383 'browser/plugin_download_helper.cc',
2382 'browser/plugin_download_helper.h', 2384 'browser/plugin_download_helper.h',
2383 'browser/plugin_exceptions_table_model.cc', 2385 'browser/plugin_exceptions_table_model.cc',
2384 'browser/plugin_exceptions_table_model.h', 2386 'browser/plugin_exceptions_table_model.h',
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
2916 'browser/tab_contents/thumbnail_generator.cc', 2918 'browser/tab_contents/thumbnail_generator.cc',
2917 'browser/tab_contents/thumbnail_generator.h', 2919 'browser/tab_contents/thumbnail_generator.h',
2918 'browser/tab_contents/web_drag_source_win.cc', 2920 'browser/tab_contents/web_drag_source_win.cc',
2919 'browser/tab_contents/web_drag_source_win.h', 2921 'browser/tab_contents/web_drag_source_win.h',
2920 'browser/tab_contents/web_drag_dest_gtk.cc', 2922 'browser/tab_contents/web_drag_dest_gtk.cc',
2921 'browser/tab_contents/web_drag_dest_gtk.h', 2923 'browser/tab_contents/web_drag_dest_gtk.h',
2922 'browser/tab_contents/web_drag_utils_win.cc', 2924 'browser/tab_contents/web_drag_utils_win.cc',
2923 'browser/tab_contents/web_drag_utils_win.h', 2925 'browser/tab_contents/web_drag_utils_win.h',
2924 'browser/tab_contents/web_drop_target_win.cc', 2926 'browser/tab_contents/web_drop_target_win.cc',
2925 'browser/tab_contents/web_drop_target_win.h', 2927 'browser/tab_contents/web_drop_target_win.h',
2928 'browser/tab_contents/web_navigation_observer.h',
2929 'browser/tab_contents_wrapper.cc',
2930 'browser/tab_contents_wrapper.h',
2926 'browser/tab_menu_model.cc', 2931 'browser/tab_menu_model.cc',
2927 'browser/tab_menu_model.h', 2932 'browser/tab_menu_model.h',
2928 'browser/tabs/default_tab_handler.cc', 2933 'browser/tabs/default_tab_handler.cc',
2929 'browser/tabs/default_tab_handler.h', 2934 'browser/tabs/default_tab_handler.h',
2930 'browser/tabs/pinned_tab_codec.cc', 2935 'browser/tabs/pinned_tab_codec.cc',
2931 'browser/tabs/pinned_tab_codec.h', 2936 'browser/tabs/pinned_tab_codec.h',
2932 'browser/tabs/pinned_tab_service.cc', 2937 'browser/tabs/pinned_tab_service.cc',
2933 'browser/tabs/pinned_tab_service.h', 2938 'browser/tabs/pinned_tab_service.h',
2934 'browser/tabs/tab_handler.h', 2939 'browser/tabs/tab_handler.h',
2935 'browser/tabs/tab_strip_model.cc', 2940 'browser/tabs/tab_strip_model.cc',
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
4301 ], 4306 ],
4302 }, 4307 },
4303 ], 4308 ],
4304 } 4309 }
4305 4310
4306 # Local Variables: 4311 # Local Variables:
4307 # tab-width:2 4312 # tab-width:2
4308 # indent-tabs-mode:nil 4313 # indent-tabs-mode:nil
4309 # End: 4314 # End:
4310 # vim: set expandtab tabstop=2 shiftwidth=2: 4315 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698