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

Unified Diff: chrome/chrome_common.gypi

Issue 6672070: Move the remaining files in chrome\common to content\common. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/webui/options/advanced_options_utils_gtk.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
===================================================================
--- chrome/chrome_common.gypi (revision 78506)
+++ chrome/chrome_common.gypi (working copy)
@@ -71,10 +71,6 @@
'common/nacl_messages.cc',
'common/nacl_messages.h',
'common/nacl_types.h',
- 'common/process_watcher.h',
- 'common/process_watcher_mac.cc',
- 'common/process_watcher_posix.cc',
- 'common/process_watcher_win.cc',
'common/profiling.cc',
'common/profiling.h',
'common/ref_counted_util.h',
@@ -82,10 +78,6 @@
'common/safebrowsing_messages.h',
'common/sandbox_policy.cc',
'common/sandbox_policy.h',
- 'common/set_process_title.cc',
- 'common/set_process_title.h',
- 'common/set_process_title_linux.cc',
- 'common/set_process_title_linux.h',
'common/switch_utils.cc',
'common/switch_utils.h',
'common/time_format.cc',
@@ -204,17 +196,7 @@
'common/jstemplate_builder.h',
'common/libxml_utils.cc',
'common/libxml_utils.h',
- 'common/native_web_keyboard_event.h',
- 'common/native_web_keyboard_event_linux.cc',
- 'common/native_web_keyboard_event_mac.mm',
- 'common/native_web_keyboard_event_win.cc',
'common/native_window_notification_source.h',
- 'common/navigation_gesture.h',
- 'common/navigation_types.h',
- 'common/page_transition_types.cc',
- 'common/page_transition_types.h',
- 'common/page_type.h',
- 'common/page_zoom.h',
'common/pepper_plugin_registry.cc',
'common/pepper_plugin_registry.h',
'common/persistent_pref_store.h',
@@ -340,14 +322,6 @@
],
}],
['OS=="mac"', {
- 'sources!': [
- 'common/process_watcher_posix.cc',
- ],
- 'link_settings': {
- 'mac_bundle_resources': [
- 'common/common.sb',
- ],
- },
'include_dirs': [
'../third_party/GTM',
],
« no previous file with comments | « chrome/browser/ui/webui/options/advanced_options_utils_gtk.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698