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

Side by Side Diff: content/content_common.gypi

Issue 6670081: Move FilePathWatcher class from browser/... to common/... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_common', 8 'target_name': 'content_common',
9 'type': '<(library)', 9 'type': '<(library)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'common/content_switches.h', 51 'common/content_switches.h',
52 'common/database_messages.h', 52 'common/database_messages.h',
53 'common/database_util.cc', 53 'common/database_util.cc',
54 'common/database_util.h', 54 'common/database_util.h',
55 'common/db_message_filter.cc', 55 'common/db_message_filter.cc',
56 'common/db_message_filter.h', 56 'common/db_message_filter.h',
57 'common/debug_flags.cc', 57 'common/debug_flags.cc',
58 'common/debug_flags.h', 58 'common/debug_flags.h',
59 'common/dx_diag_node.cc', 59 'common/dx_diag_node.cc',
60 'common/dx_diag_node.h', 60 'common/dx_diag_node.h',
61 'common/file_path_watcher/file_path_watcher.cc',
62 'common/file_path_watcher/file_path_watcher.h',
63 'common/file_path_watcher/file_path_watcher_inotify.cc',
64 'common/file_path_watcher/file_path_watcher_mac.cc',
65 'common/file_path_watcher/file_path_watcher_win.cc',
61 'common/file_system/file_system_dispatcher.cc', 66 'common/file_system/file_system_dispatcher.cc',
62 'common/file_system/file_system_dispatcher.h', 67 'common/file_system/file_system_dispatcher.h',
63 'common/file_system/webfilesystem_callback_dispatcher.cc', 68 'common/file_system/webfilesystem_callback_dispatcher.cc',
64 'common/file_system/webfilesystem_callback_dispatcher.h', 69 'common/file_system/webfilesystem_callback_dispatcher.h',
65 'common/file_system/webfilesystem_impl.cc', 70 'common/file_system/webfilesystem_impl.cc',
66 'common/file_system/webfilesystem_impl.h', 71 'common/file_system/webfilesystem_impl.h',
67 'common/file_system/webfilewriter_impl.cc', 72 'common/file_system/webfilewriter_impl.cc',
68 'common/file_system/webfilewriter_impl.h', 73 'common/file_system/webfilewriter_impl.h',
69 'common/file_system_messages.h', 74 'common/file_system_messages.h',
70 'common/file_utilities_messages.h', 75 'common/file_utilities_messages.h',
71 'common/font_descriptor_mac.h', 76 'common/font_descriptor_mac.h',
72 'common/font_descriptor_mac.mm', 77 'common/font_descriptor_mac.mm',
73 'common/font_loader_mac.h', 78 'common/font_loader_mac.h',
74 'common/font_loader_mac.mm', 79 'common/font_loader_mac.mm',
75 'common/gpu_info.cc', 80 'common/gpu_info.cc',
76 'common/gpu_info.h', 81 'common/gpu_info.h',
77 'common/gpu_messages.h', 82 'common/gpu_messages.h',
78 'common/hi_res_timer_manager_posix.cc', 83 'common/hi_res_timer_manager_posix.cc',
79 'common/hi_res_timer_manager_win.cc', 84 'common/hi_res_timer_manager_win.cc',
80 'common/hi_res_timer_manager.h', 85 'common/hi_res_timer_manager.h',
81 'common/main_function_params.h', 86 'common/main_function_params.h',
82 'common/message_router.cc', 87 'common/message_router.cc',
83 'common/message_router.h', 88 'common/message_router.h',
84 'common/mime_registry_messages.h', 89 'common/mime_registry_messages.h',
85 'common/notification_details.cc', 90 'common/notification_details.cc',
86 'common/notification_details.h', 91 'common/notification_details.h',
87 'common/notification_observer.h', 92 'common/notification_observer.h',
88 'common/notification_registrar.cc', 93 'common/notification_registrar.cc',
89 'common/notification_registrar.h', 94 'common/notification_registrar.h',
90 'common/notification_service.cc', 95 'common/notification_service.cc',
91 'common/notification_service.h', 96 'common/notification_service.h',
(...skipping 26 matching lines...) Expand all
118 'common/webblobregistry_impl.h', 123 'common/webblobregistry_impl.h',
119 'common/webblob_messages.h', 124 'common/webblob_messages.h',
120 'common/webmessageportchannel_impl.cc', 125 'common/webmessageportchannel_impl.cc',
121 'common/webmessageportchannel_impl.h', 126 'common/webmessageportchannel_impl.h',
122 'common/worker_messages.h', 127 'common/worker_messages.h',
123 ], 128 ],
124 'conditions': [ 129 'conditions': [
125 ['OS=="win"', { 130 ['OS=="win"', {
126 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', 131 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4',
127 }], 132 }],
133 ['OS!="linux"', {
134 'sources!': [
135 'common/file_path_watcher/file_path_watcher_inotify.cc',
136 ],
137 }],
138 ['OS=="freebsd" or OS=="openbsd"', {
139 'sources': [
140 'common/file_path_watcher/file_path_watcher_stub.cc',
141 ],
142 }],
128 ], 143 ],
129 }, 144 },
130 ], 145 ],
131 } 146 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698