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

Side by Side Diff: content/content_browser.gypi

Issue 10824036: Linux: Refactor udev device monitoring code into its own class so it can be reused more easily. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix typo Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/browser/udev_linux.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 'browser/storage_partition.cc', 719 'browser/storage_partition.cc',
720 'browser/storage_partition.h', 720 'browser/storage_partition.h',
721 'browser/storage_partition_map.cc', 721 'browser/storage_partition_map.cc',
722 'browser/storage_partition_map.h', 722 'browser/storage_partition_map.h',
723 'browser/ssl/ssl_request_info.cc', 723 'browser/ssl/ssl_request_info.cc',
724 'browser/ssl/ssl_request_info.h', 724 'browser/ssl/ssl_request_info.h',
725 'browser/system_message_window_win.cc', 725 'browser/system_message_window_win.cc',
726 'browser/system_message_window_win.h', 726 'browser/system_message_window_win.h',
727 'browser/tcmalloc_internals_request_job.cc', 727 'browser/tcmalloc_internals_request_job.cc',
728 'browser/tcmalloc_internals_request_job.h', 728 'browser/tcmalloc_internals_request_job.h',
729 'browser/udev_linux.cc',
730 'browser/udev_linux.h',
729 'browser/web_contents/debug_urls.cc', 731 'browser/web_contents/debug_urls.cc',
730 'browser/web_contents/debug_urls.h', 732 'browser/web_contents/debug_urls.h',
731 'browser/web_contents/drag_utils_gtk.cc', 733 'browser/web_contents/drag_utils_gtk.cc',
732 'browser/web_contents/drag_utils_gtk.h', 734 'browser/web_contents/drag_utils_gtk.h',
733 'browser/web_contents/interstitial_page_impl.cc', 735 'browser/web_contents/interstitial_page_impl.cc',
734 'browser/web_contents/interstitial_page_impl.h', 736 'browser/web_contents/interstitial_page_impl.h',
735 'browser/web_contents/navigation_controller_impl.cc', 737 'browser/web_contents/navigation_controller_impl.cc',
736 'browser/web_contents/navigation_controller_impl.h', 738 'browser/web_contents/navigation_controller_impl.h',
737 'browser/web_contents/navigation_entry_impl.cc', 739 'browser/web_contents/navigation_entry_impl.cc',
738 'browser/web_contents/navigation_entry_impl.h', 740 'browser/web_contents/navigation_entry_impl.h',
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
983 ['exclude', '^browser/renderer_host/java/'], 985 ['exclude', '^browser/renderer_host/java/'],
984 ], 986 ],
985 }], 987 }],
986 ['input_speech==0', { 988 ['input_speech==0', {
987 'sources/': [ 989 'sources/': [
988 ['exclude', '^browser/speech/'], 990 ['exclude', '^browser/speech/'],
989 ], 991 ],
990 }], 992 }],
991 ], 993 ],
992 } 994 }
OLDNEW
« no previous file with comments | « content/browser/udev_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698