summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/chrome.gyp8
1 files changed, 6 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 3adc429..6b8bb80 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -453,6 +453,8 @@
'browser/download/download_request_dialog_delegate_win.h',
'browser/download/download_request_manager.cc',
'browser/download/download_request_manager.h',
+ 'browser/download/download_shelf.cc',
+ 'browser/download/download_shelf.h',
'browser/download/download_util.cc',
'browser/download/download_util.h',
'browser/download/save_file.cc',
@@ -1143,7 +1145,7 @@
# Exclude most of download.
['exclude', '^browser/download/'],
- ['include', '^browser/download/download_(file|manager)\\.cc$'],
+ ['include', '^browser/download/download_(file|manager|shelf)\\.cc$'],
['include', '^browser/download/download_request_manager\\.cc$'],
['include', '^browser/download/save_(file(_manager)?|item|package)\\.cc$'],
@@ -1311,7 +1313,7 @@
'renderer',
],
'sources': [
- # All .cc, .h, and .mm files under app except for tests.
+ # All .cc, .h, .m, and .mm files under app except for tests.
'app/breakpad.cc',
'app/breakpad.h',
'app/chrome_dll_main.cc',
@@ -1324,6 +1326,8 @@
'app/client_util.h',
'app/google_update_client.cc',
'app/google_update_client.h',
+ 'app/keystone_glue.h',
+ 'app/keystone_glue.m',
'app/result_codes.h',
'app/scoped_ole_initializer.h',
],