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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 4524002: First cut of the about:conflicts page, listing all DLLs loaded in the Chrome ... (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 2157 matching lines...) Expand 10 before | Expand all | Expand 10 after
2168 'browser/js_modal_dialog.cc', 2168 'browser/js_modal_dialog.cc',
2169 'browser/js_modal_dialog.h', 2169 'browser/js_modal_dialog.h',
2170 'browser/keychain_mac.cc', 2170 'browser/keychain_mac.cc',
2171 'browser/keychain_mac.h', 2171 'browser/keychain_mac.h',
2172 'browser/language_combobox_model.cc', 2172 'browser/language_combobox_model.cc',
2173 'browser/language_combobox_model.h', 2173 'browser/language_combobox_model.h',
2174 'browser/language_order_table_model.cc', 2174 'browser/language_order_table_model.cc',
2175 'browser/language_order_table_model.h', 2175 'browser/language_order_table_model.h',
2176 'browser/load_from_memory_cache_details.h', 2176 'browser/load_from_memory_cache_details.h',
2177 'browser/load_notification_details.h', 2177 'browser/load_notification_details.h',
2178 'browser/enumerate_modules_model_win.cc',
2179 'browser/enumerate_modules_model_win.h',
2178 'browser/location_bar.h', 2180 'browser/location_bar.h',
2179 'browser/location_bar_util.cc', 2181 'browser/location_bar_util.cc',
2180 'browser/location_bar_util.h', 2182 'browser/location_bar_util.h',
2181 'browser/login_model.h', 2183 'browser/login_model.h',
2182 'browser/login_prompt.cc', 2184 'browser/login_prompt.cc',
2183 'browser/login_prompt.h', 2185 'browser/login_prompt.h',
2184 'browser/login_prompt_gtk.cc', 2186 'browser/login_prompt_gtk.cc',
2185 'browser/login_prompt_mac.h', 2187 'browser/login_prompt_mac.h',
2186 'browser/login_prompt_mac.mm', 2188 'browser/login_prompt_mac.mm',
2187 'browser/login_prompt_win.cc', 2189 'browser/login_prompt_win.cc',
(...skipping 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after
3693 'direct_dependent_settings': { 3695 'direct_dependent_settings': {
3694 'link_settings': { 3696 'link_settings': {
3695 'libraries': [ 3697 'libraries': [
3696 '-llocationapi.lib', 3698 '-llocationapi.lib',
3697 '-lsensorsapi.lib', 3699 '-lsensorsapi.lib',
3698 ], 3700 ],
3699 } 3701 }
3700 }, 3702 },
3701 'sources': [ 3703 'sources': [
3702 # Using built-in rule in vstudio for midl. 3704 # Using built-in rule in vstudio for midl.
3705 'browser/dom_ui/conflicts_ui.cc',
3706 'browser/dom_ui/conflicts_ui.h',
3703 'browser/history/history_indexer.idl', 3707 'browser/history/history_indexer.idl',
3704 ], 3708 ],
3705 'sources!': [ 3709 'sources!': [
3706 'browser/browser_list_stub.cc', 3710 'browser/browser_list_stub.cc',
3707 'browser/history/history_publisher_none.cc', 3711 'browser/history/history_publisher_none.cc',
3708 'browser/importer/nss_decryptor_system_nss.cc', 3712 'browser/importer/nss_decryptor_system_nss.cc',
3709 'browser/importer/nss_decryptor_system_nss.h', 3713 'browser/importer/nss_decryptor_system_nss.h',
3710 'browser/power_save_blocker_stub.cc', 3714 'browser/power_save_blocker_stub.cc',
3711 'browser/views/select_file_dialog.cc', 3715 'browser/views/select_file_dialog.cc',
3712 ], 3716 ],
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
4309 ], 4313 ],
4310 }, 4314 },
4311 ], 4315 ],
4312 } 4316 }
4313 4317
4314 # Local Variables: 4318 # Local Variables:
4315 # tab-width:2 4319 # tab-width:2
4316 # indent-tabs-mode:nil 4320 # indent-tabs-mode:nil
4317 # End: 4321 # End:
4318 # vim: set expandtab tabstop=2 shiftwidth=2: 4322 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698