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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'common/metrics_helpers.h', 64 'common/metrics_helpers.h',
65 'common/multi_process_lock.h', 65 'common/multi_process_lock.h',
66 'common/multi_process_lock_linux.cc', 66 'common/multi_process_lock_linux.cc',
67 'common/multi_process_lock_mac.cc', 67 'common/multi_process_lock_mac.cc',
68 'common/multi_process_lock_win.cc', 68 'common/multi_process_lock_win.cc',
69 'common/nacl_cmd_line.cc', 69 'common/nacl_cmd_line.cc',
70 'common/nacl_cmd_line.h', 70 'common/nacl_cmd_line.h',
71 'common/nacl_messages.cc', 71 'common/nacl_messages.cc',
72 'common/nacl_messages.h', 72 'common/nacl_messages.h',
73 'common/nacl_types.h', 73 'common/nacl_types.h',
74 'common/process_watcher.h',
75 'common/process_watcher_mac.cc',
76 'common/process_watcher_posix.cc',
77 'common/process_watcher_win.cc',
78 'common/profiling.cc', 74 'common/profiling.cc',
79 'common/profiling.h', 75 'common/profiling.h',
80 'common/ref_counted_util.h', 76 'common/ref_counted_util.h',
81 'common/result_codes.h', 77 'common/result_codes.h',
82 'common/safebrowsing_messages.h', 78 'common/safebrowsing_messages.h',
83 'common/sandbox_policy.cc', 79 'common/sandbox_policy.cc',
84 'common/sandbox_policy.h', 80 'common/sandbox_policy.h',
85 'common/set_process_title.cc',
86 'common/set_process_title.h',
87 'common/set_process_title_linux.cc',
88 'common/set_process_title_linux.h',
89 'common/switch_utils.cc', 81 'common/switch_utils.cc',
90 'common/switch_utils.h', 82 'common/switch_utils.h',
91 'common/time_format.cc', 83 'common/time_format.cc',
92 'common/time_format.h', 84 'common/time_format.h',
93 'common/win_safe_util.cc', 85 'common/win_safe_util.cc',
94 'common/win_safe_util.h', 86 'common/win_safe_util.h',
95 ], 87 ],
96 }], 88 }],
97 ], 89 ],
98 }, 90 },
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'common/important_file_writer.cc', 189 'common/important_file_writer.cc',
198 'common/important_file_writer.h', 190 'common/important_file_writer.h',
199 'common/json_pref_store.cc', 191 'common/json_pref_store.cc',
200 'common/json_pref_store.h', 192 'common/json_pref_store.h',
201 'common/json_schema_validator.cc', 193 'common/json_schema_validator.cc',
202 'common/json_schema_validator.h', 194 'common/json_schema_validator.h',
203 'common/jstemplate_builder.cc', 195 'common/jstemplate_builder.cc',
204 'common/jstemplate_builder.h', 196 'common/jstemplate_builder.h',
205 'common/libxml_utils.cc', 197 'common/libxml_utils.cc',
206 'common/libxml_utils.h', 198 'common/libxml_utils.h',
207 'common/native_web_keyboard_event.h',
208 'common/native_web_keyboard_event_linux.cc',
209 'common/native_web_keyboard_event_mac.mm',
210 'common/native_web_keyboard_event_win.cc',
211 'common/native_window_notification_source.h', 199 'common/native_window_notification_source.h',
212 'common/navigation_gesture.h',
213 'common/navigation_types.h',
214 'common/page_transition_types.cc',
215 'common/page_transition_types.h',
216 'common/page_type.h',
217 'common/page_zoom.h',
218 'common/pepper_plugin_registry.cc', 200 'common/pepper_plugin_registry.cc',
219 'common/pepper_plugin_registry.h', 201 'common/pepper_plugin_registry.h',
220 'common/persistent_pref_store.h', 202 'common/persistent_pref_store.h',
221 'common/pref_store.cc', 203 'common/pref_store.cc',
222 'common/pref_store.h', 204 'common/pref_store.h',
223 'common/remoting/chromoting_host_info.cc', 205 'common/remoting/chromoting_host_info.cc',
224 'common/remoting/chromoting_host_info.h', 206 'common/remoting/chromoting_host_info.h',
225 'common/render_messages.cc', 207 'common/render_messages.cc',
226 'common/render_messages.h', 208 'common/render_messages.h',
227 'common/render_messages_params.cc', 209 'common/render_messages_params.cc',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'message': 'Generating version information', 315 'message': 'Generating version information',
334 }, 316 },
335 ], 317 ],
336 }], 318 }],
337 ['OS=="linux" and selinux==1', { 319 ['OS=="linux" and selinux==1', {
338 'dependencies': [ 320 'dependencies': [
339 '../build/linux/system.gyp:selinux', 321 '../build/linux/system.gyp:selinux',
340 ], 322 ],
341 }], 323 }],
342 ['OS=="mac"', { 324 ['OS=="mac"', {
343 'sources!': [
344 'common/process_watcher_posix.cc',
345 ],
346 'link_settings': {
347 'mac_bundle_resources': [
348 'common/common.sb',
349 ],
350 },
351 'include_dirs': [ 325 'include_dirs': [
352 '../third_party/GTM', 326 '../third_party/GTM',
353 ], 327 ],
354 }], 328 }],
355 ['OS!="win"', { 329 ['OS!="win"', {
356 'sources!': [ 330 'sources!': [
357 'common/sandbox_policy.cc', 331 'common/sandbox_policy.cc',
358 ], 332 ],
359 }], 333 }],
360 ['remoting==1', { 334 ['remoting==1', {
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 'configurations': { 480 'configurations': {
507 'Common_Base': { 481 'Common_Base': {
508 'msvs_target_platform': 'x64', 482 'msvs_target_platform': 'x64',
509 }, 483 },
510 }, 484 },
511 }, 485 },
512 ], 486 ],
513 }], 487 }],
514 ], 488 ],
515 } 489 }
OLDNEW
« 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