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

Unified Diff: chrome/chrome.gyp

Issue 337025: Design changes in browser/privacy_blacklist needed to integrate (Closed)
Patch Set: fixes Created 11 years, 2 months 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
« no previous file with comments | « chrome/browser/views/blacklist_error_dialog.cc ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 19af490fb392347b4f2e06aaab16e38b892e7265..0cfe82e8efee2c724a26bb8ca5bd5de90fcfffb5 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -2154,8 +2154,6 @@
'browser/views/autocomplete/autocomplete_popup_win.h',
'browser/views/autocomplete/autocomplete_popup_gtk.cc',
'browser/views/autocomplete/autocomplete_popup_gtk.h',
- 'browser/views/blacklist_error_dialog.cc',
- 'browser/views/blacklist_error_dialog.h',
'browser/views/blocked_popup_container_view_views.cc',
'browser/views/blocked_popup_container_view_views.h',
'browser/views/bookmark_bar_view.cc',
@@ -6169,29 +6167,6 @@
],
},
{
- 'target_name': 'pbl_tool',
- 'type': 'executable',
- 'msvs_guid': '265C427B-D1FF-4922-A47C-0754DDFF52E1',
- 'dependencies': [
- '../app/app.gyp:app_base',
- '../base/base.gyp:base',
- '../webkit/webkit.gyp:glue',
- 'browser',
- 'debugger',
- 'renderer',
- ],
- 'sources': [
- 'tools/pbl_tool/pbl_tool.cc',
- ],
- 'conditions': [
- ['OS=="win"', {
- 'dependencies': [
- '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
- ],
- },],
- ],
- },
- {
'target_name': 'perf_tests',
'type': 'executable',
'msvs_guid': '9055E088-25C6-47FD-87D5-D9DD9FD75C9F',
« no previous file with comments | « chrome/browser/views/blacklist_error_dialog.cc ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698