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

Side by Side Diff: content/content_common.gypi

Issue 8341079: Move cloud_print_class_mac files from content/common to chrome/common/cloud_print. They don't bel... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/common/cloud_print_class_mac.mm ('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) 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'common/child_process_messages.h', 68 'common/child_process_messages.h',
69 'common/child_process_sandbox_support_impl_linux.cc', 69 'common/child_process_sandbox_support_impl_linux.cc',
70 'common/child_process_sandbox_support_impl_linux.h', 70 'common/child_process_sandbox_support_impl_linux.h',
71 'common/child_thread.cc', 71 'common/child_thread.cc',
72 'common/child_thread.h', 72 'common/child_thread.h',
73 'common/child_trace_message_filter.cc', 73 'common/child_trace_message_filter.cc',
74 'common/child_trace_message_filter.h', 74 'common/child_trace_message_filter.h',
75 'common/chrome_application_mac.h', 75 'common/chrome_application_mac.h',
76 'common/chrome_application_mac.mm', 76 'common/chrome_application_mac.mm',
77 'common/chrome_descriptors.h', 77 'common/chrome_descriptors.h',
78 'common/cloud_print_class_mac.h',
79 'common/cloud_print_class_mac.mm',
80 'common/clipboard_messages.h', 78 'common/clipboard_messages.h',
81 'common/content_message_generator.cc', 79 'common/content_message_generator.cc',
82 'common/content_message_generator.h', 80 'common/content_message_generator.h',
83 'common/content_export.h', 81 'common/content_export.h',
84 'common/content_constants.cc', 82 'common/content_constants.cc',
85 'common/content_constants.h', 83 'common/content_constants.h',
86 'common/content_counters.cc', 84 'common/content_counters.cc',
87 'common/content_counters.h', 85 'common/content_counters.h',
88 'common/content_paths.cc', 86 'common/content_paths.cc',
89 'common/content_restriction.h', 87 'common/content_restriction.h',
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 ], 326 ],
329 'link_settings': { 327 'link_settings': {
330 'libraries': [ 328 'libraries': [
331 '-lEGL', 329 '-lEGL',
332 '-lGLESv2', 330 '-lGLESv2',
333 ], 331 ],
334 }, 332 },
335 }], 333 }],
336 ], 334 ],
337 } 335 }
OLDNEW
« no previous file with comments | « content/common/cloud_print_class_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698