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

Side by Side Diff: content/content_browser.gypi

Issue 2089933002: Context Menu Refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing nits Created 4 years, 6 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_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/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 1705 matching lines...) Expand 10 before | Expand all | Expand 10 after
1716 'browser/power_save_blocker_android.cc', 1716 'browser/power_save_blocker_android.cc',
1717 'browser/renderer_host/compositor_impl_android.cc', 1717 'browser/renderer_host/compositor_impl_android.cc',
1718 'browser/renderer_host/compositor_impl_android.h', 1718 'browser/renderer_host/compositor_impl_android.h',
1719 'browser/renderer_host/ime_adapter_android.cc', 1719 'browser/renderer_host/ime_adapter_android.cc',
1720 'browser/renderer_host/ime_adapter_android.h', 1720 'browser/renderer_host/ime_adapter_android.h',
1721 'browser/renderer_host/input/synthetic_gesture_target_android.cc', 1721 'browser/renderer_host/input/synthetic_gesture_target_android.cc',
1722 'browser/renderer_host/input/synthetic_gesture_target_android.h', 1722 'browser/renderer_host/input/synthetic_gesture_target_android.h',
1723 'browser/renderer_host/native_web_keyboard_event_android.cc', 1723 'browser/renderer_host/native_web_keyboard_event_android.cc',
1724 'browser/renderer_host/render_widget_host_view_android.cc', 1724 'browser/renderer_host/render_widget_host_view_android.cc',
1725 'browser/renderer_host/render_widget_host_view_android.h', 1725 'browser/renderer_host/render_widget_host_view_android.h',
1726 'browser/renderer_host/select_action_mode.cc',
1727 'browser/renderer_host/select_action_mode.h',
1726 'browser/screen_orientation/screen_orientation_delegate_android.cc', 1728 'browser/screen_orientation/screen_orientation_delegate_android.cc',
1727 'browser/screen_orientation/screen_orientation_delegate_android.h', 1729 'browser/screen_orientation/screen_orientation_delegate_android.h',
1728 'browser/screen_orientation/screen_orientation_message_filter_android.cc', 1730 'browser/screen_orientation/screen_orientation_message_filter_android.cc',
1729 'browser/screen_orientation/screen_orientation_message_filter_android.h', 1731 'browser/screen_orientation/screen_orientation_message_filter_android.h',
1730 'browser/web_contents/web_contents_android.cc', 1732 'browser/web_contents/web_contents_android.cc',
1731 'browser/web_contents/web_contents_android.h', 1733 'browser/web_contents/web_contents_android.h',
1732 'browser/web_contents/web_contents_view_android.cc', 1734 'browser/web_contents/web_contents_view_android.cc',
1733 'browser/web_contents/web_contents_view_android.h', 1735 'browser/web_contents/web_contents_view_android.h',
1734 ], 1736 ],
1735 'auralinux_browser_sources': [ 1737 'auralinux_browser_sources': [
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
2211 ], 2213 ],
2212 }], 2214 }],
2213 ['OS != "mac" and OS != "android"', { 2215 ['OS != "mac" and OS != "android"', {
2214 'sources!': [ 2216 'sources!': [
2215 'browser/gpu/gpu_surface_tracker.cc', 2217 'browser/gpu/gpu_surface_tracker.cc',
2216 'browser/gpu/gpu_surface_tracker.h', 2218 'browser/gpu/gpu_surface_tracker.h',
2217 ], 2219 ],
2218 }], 2220 }],
2219 ], 2221 ],
2220 } 2222 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698