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

Side by Side Diff: content/content_common.gypi

Issue 10824168: Cleaning up compositing field trial code and enable FCM in beta/stable (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: compositor_utils.cc moved to content\common 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
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 '../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:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 17 matching lines...) Expand all
28 ], 28 ],
29 'export_dependent_settings': [ 29 'export_dependent_settings': [
30 '../base/base.gyp:base', 30 '../base/base.gyp:base',
31 ], 31 ],
32 'sources': [ 32 'sources': [
33 'public/common/bindings_policy.h', 33 'public/common/bindings_policy.h',
34 'public/common/child_process_host.h', 34 'public/common/child_process_host.h',
35 'public/common/child_process_host_delegate.cc', 35 'public/common/child_process_host_delegate.cc',
36 'public/common/child_process_host_delegate.h', 36 'public/common/child_process_host_delegate.h',
37 'public/common/child_process_sandbox_support_linux.h', 37 'public/common/child_process_sandbox_support_linux.h',
38 'public/common/compositor_util.h',
38 'public/common/content_constants.cc', 39 'public/common/content_constants.cc',
39 'public/common/content_constants.h', 40 'public/common/content_constants.h',
40 'public/common/content_descriptors.h', 41 'public/common/content_descriptors.h',
41 'public/common/content_paths.h', 42 'public/common/content_paths.h',
42 'public/common/content_restriction.h', 43 'public/common/content_restriction.h',
43 'public/common/content_switches.cc', 44 'public/common/content_switches.cc',
44 'public/common/content_switches.h', 45 'public/common/content_switches.h',
45 'public/common/context_menu_params.cc', 46 'public/common/context_menu_params.cc',
46 'public/common/context_menu_params.h', 47 'public/common/context_menu_params.h',
47 'public/common/console_message_level.h', 48 'public/common/console_message_level.h',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'common/child_process_messages.h', 132 'common/child_process_messages.h',
132 'common/child_process_sandbox_support_impl_linux.cc', 133 'common/child_process_sandbox_support_impl_linux.cc',
133 'common/child_process_sandbox_support_impl_linux.h', 134 'common/child_process_sandbox_support_impl_linux.h',
134 'common/child_process_sandbox_support_impl_shm_linux.cc', 135 'common/child_process_sandbox_support_impl_shm_linux.cc',
135 'common/child_thread.cc', 136 'common/child_thread.cc',
136 'common/child_thread.h', 137 'common/child_thread.h',
137 'common/child_trace_message_filter.cc', 138 'common/child_trace_message_filter.cc',
138 'common/child_trace_message_filter.h', 139 'common/child_trace_message_filter.h',
139 'common/clipboard_messages.cc', 140 'common/clipboard_messages.cc',
140 'common/clipboard_messages.h', 141 'common/clipboard_messages.h',
142 'common/compositor_util.cc',
141 'common/content_message_generator.cc', 143 'common/content_message_generator.cc',
142 'common/content_message_generator.h', 144 'common/content_message_generator.h',
143 'common/content_export.h', 145 'common/content_export.h',
144 'common/content_paths.cc', 146 'common/content_paths.cc',
145 'common/css_colors.h', 147 'common/css_colors.h',
146 'common/database_messages.h', 148 'common/database_messages.h',
147 'common/database_util.cc', 149 'common/database_util.cc',
148 'common/database_util.h', 150 'common/database_util.h',
149 'common/db_message_filter.cc', 151 'common/db_message_filter.cc',
150 'common/db_message_filter.h', 152 'common/db_message_filter.h',
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 '../build/extract_from_cab.py', 506 '../build/extract_from_cab.py',
505 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 507 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
506 '<(output)', 508 '<(output)',
507 '<(PRODUCT_DIR)', 509 '<(PRODUCT_DIR)',
508 ], 510 ],
509 }, 511 },
510 ] 512 ]
511 }] 513 }]
512 ], 514 ],
513 } 515 }
OLDNEW
« no previous file with comments | « content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc ('k') | content/public/common/compositor_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698