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

Unified Diff: chrome/chrome_browser.gypi

Issue 8218027: aura: Get rid of some unneeded stubs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/ui/views/stubs_aura.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index ea82d69a6ef51802fb514f4d27a5b85eb770a53f..5ab1af537082b8b7b0b80895860cc67a47d9c0bf 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4141,6 +4141,12 @@
['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'],
['include', '^browser/ui/views/simple_message_box_views.cc'],
['include', '^browser/ui/views/simple_message_box_views.h'],
+ ['include', '^browser/ui/webui/collected_cookies_ui_delegate.cc'],
+ ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'],
+ ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'],
+ ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'],
+ ['include', '^browser/ui/webui/repost_form_warning_ui.cc'],
+ ['include', '^browser/ui/webui/repost_form_warning_ui.h'],
],
'dependencies': [
'../ui/aura_shell/aura_shell.gyp:aura_shell',
@@ -4181,7 +4187,7 @@
],
}],
],
- }],
+ }],
['OS=="linux" and use_aura==1', {
'dependencies': [
'../build/linux/system.gyp:dbus',
@@ -4189,7 +4195,7 @@
'../build/linux/system.gyp:x11',
'../dbus/dbus.gyp:dbus',
],
- }],
+ }],
# Exclude WebUI certificate viewer if not POSIX or mac (these OS's have
# native certificate viewers).
['os_posix == 0 or OS == "mac"', {
« no previous file with comments | « chrome/browser/ui/views/stubs_aura.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698