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

Side by Side Diff: content/content_browser.gypi

Issue 1802383002: Move gl_helper to content/browser/compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 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
« no previous file with comments | « content/common/gpu/client/gl_helper_unittest.cc ('k') | content/content_common.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_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/mime_util/mime_util.gyp:mime_util', 10 '../components/mime_util/mime_util.gyp:mime_util',
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 'browser/child_process_launcher.h', 531 'browser/child_process_launcher.h',
532 'browser/child_process_security_policy_impl.cc', 532 'browser/child_process_security_policy_impl.cc',
533 'browser/child_process_security_policy_impl.h', 533 'browser/child_process_security_policy_impl.h',
534 'browser/cocoa/system_hotkey_helper_mac.h', 534 'browser/cocoa/system_hotkey_helper_mac.h',
535 'browser/cocoa/system_hotkey_helper_mac.mm', 535 'browser/cocoa/system_hotkey_helper_mac.mm',
536 'browser/cocoa/system_hotkey_map.h', 536 'browser/cocoa/system_hotkey_map.h',
537 'browser/cocoa/system_hotkey_map.mm', 537 'browser/cocoa/system_hotkey_map.mm',
538 # NOTE: These files are here instead of in compositor_browser_sources 538 # NOTE: These files are here instead of in compositor_browser_sources
539 # because the latter is not built on Android, whereas these files are 539 # because the latter is not built on Android, whereas these files are
540 # needed on all platforms. 540 # needed on all platforms.
541 'browser/compositor/gl_helper.cc',
542 'browser/compositor/gl_helper.h',
543 'browser/compositor/gl_helper_readback_support.cc',
544 'browser/compositor/gl_helper_readback_support.h',
545 'browser/compositor/gl_helper_scaling.cc',
546 'browser/compositor/gl_helper_scaling.h',
541 'browser/compositor/surface_utils.cc', 547 'browser/compositor/surface_utils.cc',
542 'browser/compositor/surface_utils.h', 548 'browser/compositor/surface_utils.h',
543 'browser/device_sensors/ambient_light_mac.cc', 549 'browser/device_sensors/ambient_light_mac.cc',
544 'browser/device_sensors/ambient_light_mac.h', 550 'browser/device_sensors/ambient_light_mac.h',
545 'browser/device_sensors/data_fetcher_shared_memory.h', 551 'browser/device_sensors/data_fetcher_shared_memory.h',
546 'browser/device_sensors/data_fetcher_shared_memory_android.cc', 552 'browser/device_sensors/data_fetcher_shared_memory_android.cc',
547 'browser/device_sensors/data_fetcher_shared_memory_base.cc', 553 'browser/device_sensors/data_fetcher_shared_memory_base.cc',
548 'browser/device_sensors/data_fetcher_shared_memory_base.h', 554 'browser/device_sensors/data_fetcher_shared_memory_base.h',
549 'browser/device_sensors/data_fetcher_shared_memory_chromeos.cc', 555 'browser/device_sensors/data_fetcher_shared_memory_chromeos.cc',
550 'browser/device_sensors/data_fetcher_shared_memory_default.cc', 556 'browser/device_sensors/data_fetcher_shared_memory_default.cc',
(...skipping 1655 matching lines...) Expand 10 before | Expand all | Expand 10 after
2206 ['enable_webvr==1 and OS=="android"', { 2212 ['enable_webvr==1 and OS=="android"', {
2207 'sources': [ 2213 'sources': [
2208 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2214 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2209 'browser/vr/android/cardboard/cardboard_vr_device.h', 2215 'browser/vr/android/cardboard/cardboard_vr_device.h',
2210 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2216 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2211 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2217 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2212 ], 2218 ],
2213 }], 2219 }],
2214 ], 2220 ],
2215 } 2221 }
OLDNEW
« no previous file with comments | « content/common/gpu/client/gl_helper_unittest.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698