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

Side by Side Diff: content/content_common.gypi

Issue 15047014: Move child-common classes to content/common_child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/content.gyp ('k') | content/content_common_child.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) 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 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'common/page_zoom.cc', 307 'common/page_zoom.cc',
308 'common/partial_circular_buffer.cc', 308 'common/partial_circular_buffer.cc',
309 'common/partial_circular_buffer.h', 309 'common/partial_circular_buffer.h',
310 'common/pepper_messages.h', 310 'common/pepper_messages.h',
311 'common/pepper_plugin_registry.cc', 311 'common/pepper_plugin_registry.cc',
312 'common/pepper_plugin_registry.h', 312 'common/pepper_plugin_registry.h',
313 'common/pepper_renderer_instance_data.cc', 313 'common/pepper_renderer_instance_data.cc',
314 'common/pepper_renderer_instance_data.h', 314 'common/pepper_renderer_instance_data.h',
315 'common/plugin_carbon_interpose_constants_mac.cc', 315 'common/plugin_carbon_interpose_constants_mac.cc',
316 'common/plugin_carbon_interpose_constants_mac.h', 316 'common/plugin_carbon_interpose_constants_mac.h',
317 'common/plugin_process_messages.h',
317 'common/process_type.cc', 318 'common/process_type.cc',
318 'common/quota_messages.h', 319 'common/quota_messages.h',
319 'common/quota_dispatcher.cc', 320 'common/quota_dispatcher.cc',
320 'common/quota_dispatcher.h', 321 'common/quota_dispatcher.h',
321 'common/request_extra_data.cc', 322 'common/request_extra_data.cc',
322 'common/request_extra_data.h', 323 'common/request_extra_data.h',
323 'common/resource_dispatcher.cc', 324 'common/resource_dispatcher.cc',
324 'common/resource_dispatcher.h', 325 'common/resource_dispatcher.h',
325 'common/resource_messages.cc', 326 'common/resource_messages.cc',
326 'common/resource_messages.h', 327 'common/resource_messages.h',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 574 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
574 '<(output)', 575 '<(output)',
575 '<(PRODUCT_DIR)', 576 '<(PRODUCT_DIR)',
576 ], 577 ],
577 'msvs_cygwin_shell': 1, 578 'msvs_cygwin_shell': 1,
578 }, 579 },
579 ] 580 ]
580 }], 581 }],
581 ], 582 ],
582 } 583 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/content_common_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698