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

Side by Side Diff: content/content_browser.gypi

Issue 880703002: Move ImageWindowDelegate to ui/aura_extra (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated a comment Created 5 years, 10 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/browser/web_contents/web_contents_view_aura.cc ('k') | content/content_tests.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 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after
1372 'browser/tracing/tracing_ui.h', 1372 'browser/tracing/tracing_ui.h',
1373 'browser/transition_request_manager.cc', 1373 'browser/transition_request_manager.cc',
1374 'browser/transition_request_manager.h', 1374 'browser/transition_request_manager.h',
1375 'browser/udev_linux.cc', 1375 'browser/udev_linux.cc',
1376 'browser/udev_linux.h', 1376 'browser/udev_linux.h',
1377 'browser/user_metrics.cc', 1377 'browser/user_metrics.cc',
1378 'browser/utility_process_host_impl.cc', 1378 'browser/utility_process_host_impl.cc',
1379 'browser/utility_process_host_impl.h', 1379 'browser/utility_process_host_impl.h',
1380 'browser/web_contents/aura/gesture_nav_simple.cc', 1380 'browser/web_contents/aura/gesture_nav_simple.cc',
1381 'browser/web_contents/aura/gesture_nav_simple.h', 1381 'browser/web_contents/aura/gesture_nav_simple.h',
1382 'browser/web_contents/aura/image_window_delegate.cc',
1383 'browser/web_contents/aura/image_window_delegate.h',
1384 'browser/web_contents/aura/overscroll_navigation_overlay.cc', 1382 'browser/web_contents/aura/overscroll_navigation_overlay.cc',
1385 'browser/web_contents/aura/overscroll_navigation_overlay.h', 1383 'browser/web_contents/aura/overscroll_navigation_overlay.h',
1386 'browser/web_contents/aura/shadow_layer_delegate.cc', 1384 'browser/web_contents/aura/shadow_layer_delegate.cc',
1387 'browser/web_contents/aura/shadow_layer_delegate.h', 1385 'browser/web_contents/aura/shadow_layer_delegate.h',
1388 'browser/web_contents/aura/window_slider.cc', 1386 'browser/web_contents/aura/window_slider.cc',
1389 'browser/web_contents/aura/window_slider.h', 1387 'browser/web_contents/aura/window_slider.h',
1390 'browser/web_contents/touch_editable_impl_aura.cc', 1388 'browser/web_contents/touch_editable_impl_aura.cc',
1391 'browser/web_contents/touch_editable_impl_aura.h', 1389 'browser/web_contents/touch_editable_impl_aura.h',
1392 'browser/web_contents/web_contents_android.cc', 1390 'browser/web_contents/web_contents_android.cc',
1393 'browser/web_contents/web_contents_android.h', 1391 'browser/web_contents/web_contents_android.h',
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
1894 ], 1892 ],
1895 }], 1893 }],
1896 ['os_bsd==1', { 1894 ['os_bsd==1', {
1897 'sources/': [ 1895 'sources/': [
1898 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$' ], 1896 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$' ],
1899 ], 1897 ],
1900 }], 1898 }],
1901 ['use_aura==1', { 1899 ['use_aura==1', {
1902 'dependencies': [ 1900 'dependencies': [
1903 '../ui/aura/aura.gyp:aura', 1901 '../ui/aura/aura.gyp:aura',
1902 '../ui/aura_extra/aura_extra.gyp:aura_extra',
1904 '../ui/strings/ui_strings.gyp:ui_strings', 1903 '../ui/strings/ui_strings.gyp:ui_strings',
1905 ], 1904 ],
1906 }, { 1905 }, {
1907 'sources/': [ 1906 'sources/': [
1908 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 1907 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
1909 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 1908 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
1910 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], 1909 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'],
1911 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], 1910 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'],
1912 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], 1911 ['exclude', '^browser/renderer_host/ui_events_helper.cc'],
1913 ['exclude', '^browser/renderer_host/ui_events_helper.h'], 1912 ['exclude', '^browser/renderer_host/ui_events_helper.h'],
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
1964 'browser/media/media_web_contents_observer.h', 1963 'browser/media/media_web_contents_observer.h',
1965 ], 1964 ],
1966 }], 1965 }],
1967 ['OS == "linux" and use_openssl==1', { 1966 ['OS == "linux" and use_openssl==1', {
1968 'dependencies': [ 1967 'dependencies': [
1969 '../third_party/boringssl/boringssl.gyp:boringssl', 1968 '../third_party/boringssl/boringssl.gyp:boringssl',
1970 ], 1969 ],
1971 }], 1970 }],
1972 ], 1971 ],
1973 } 1972 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698