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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 65039)
+++ chrome/chrome_browser.gypi (working copy)
@@ -2175,6 +2175,8 @@
'browser/language_order_table_model.h',
'browser/load_from_memory_cache_details.h',
'browser/load_notification_details.h',
+ 'browser/enumerate_modules_model_win.cc',
+ 'browser/enumerate_modules_model_win.h',
'browser/location_bar.h',
'browser/location_bar_util.cc',
'browser/location_bar_util.h',
@@ -3700,6 +3702,8 @@
},
'sources': [
# Using built-in rule in vstudio for midl.
+ 'browser/dom_ui/conflicts_ui.cc',
+ 'browser/dom_ui/conflicts_ui.h',
'browser/history/history_indexer.idl',
],
'sources!': [

Powered by Google App Engine
This is Rietveld 408576698