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

Side by Side Diff: content/content_renderer.gypi

Issue 12340015: [CLOSED] Big patch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « content/content_browser.gypi ('k') | content/renderer/gpu/compositor_output_surface.h » ('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 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../third_party/hyphen/hyphen.gyp:hyphen', 10 '../third_party/hyphen/hyphen.gyp:hyphen',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'renderer/external_popup_menu.cc', 89 'renderer/external_popup_menu.cc',
90 'renderer/external_popup_menu.h', 90 'renderer/external_popup_menu.h',
91 'renderer/favicon_helper.cc', 91 'renderer/favicon_helper.cc',
92 'renderer/favicon_helper.h', 92 'renderer/favicon_helper.h',
93 'renderer/gamepad_shared_memory_reader.cc', 93 'renderer/gamepad_shared_memory_reader.cc',
94 'renderer/gamepad_shared_memory_reader.h', 94 'renderer/gamepad_shared_memory_reader.h',
95 'renderer/geolocation_dispatcher.cc', 95 'renderer/geolocation_dispatcher.cc',
96 'renderer/geolocation_dispatcher.h', 96 'renderer/geolocation_dispatcher.h',
97 'renderer/gpu/compositor_output_surface.cc', 97 'renderer/gpu/compositor_output_surface.cc',
98 'renderer/gpu/compositor_output_surface.h', 98 'renderer/gpu/compositor_output_surface.h',
99 'renderer/gpu/compositor_software_output_device.cc',
100 'renderer/gpu/compositor_software_output_device.h',
99 'renderer/gpu/compositor_software_output_device_gl_adapter.cc', 101 'renderer/gpu/compositor_software_output_device_gl_adapter.cc',
100 'renderer/gpu/compositor_software_output_device_gl_adapter.h', 102 'renderer/gpu/compositor_software_output_device_gl_adapter.h',
101 'renderer/gpu/compositor_thread.cc', 103 'renderer/gpu/compositor_thread.cc',
102 'renderer/gpu/compositor_thread.h', 104 'renderer/gpu/compositor_thread.h',
103 'renderer/gpu/input_event_filter.cc', 105 'renderer/gpu/input_event_filter.cc',
104 'renderer/gpu/input_event_filter.h', 106 'renderer/gpu/input_event_filter.h',
105 'renderer/gpu/gpu_benchmarking_extension.cc', 107 'renderer/gpu/gpu_benchmarking_extension.cc',
106 'renderer/gpu/gpu_benchmarking_extension.h', 108 'renderer/gpu/gpu_benchmarking_extension.h',
107 'renderer/gpu/mailbox_output_surface.cc', 109 'renderer/gpu/mailbox_output_surface.cc',
108 'renderer/gpu/mailbox_output_surface.h', 110 'renderer/gpu/mailbox_output_surface.h',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 }], 419 }],
418 ], 420 ],
419 'target_conditions': [ 421 'target_conditions': [
420 ['OS=="android"', { 422 ['OS=="android"', {
421 'sources/': [ 423 'sources/': [
422 ['include', '^renderer/render_view_linux\\.cc$'], 424 ['include', '^renderer/render_view_linux\\.cc$'],
423 ], 425 ],
424 }], 426 }],
425 ], 427 ],
426 } 428 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/gpu/compositor_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698