OLD | NEW |
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 1641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1652 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], | 1652 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], |
1653 ], | 1653 ], |
1654 }, { # OS!="ios" | 1654 }, { # OS!="ios" |
1655 'dependencies': [ | 1655 'dependencies': [ |
1656 'app/resources/content_resources.gyp:content_resources', | 1656 'app/resources/content_resources.gyp:content_resources', |
1657 'app/strings/content_strings.gyp:content_strings', | 1657 'app/strings/content_strings.gyp:content_strings', |
1658 'browser/devtools/devtools_resources.gyp:devtools_resources', | 1658 'browser/devtools/devtools_resources.gyp:devtools_resources', |
1659 'browser/devtools/devtools.gyp:devtools_protocol_handler', | 1659 'browser/devtools/devtools.gyp:devtools_protocol_handler', |
1660 '../cc/cc.gyp:cc', | 1660 '../cc/cc.gyp:cc', |
1661 '../cc/cc.gyp:cc_surfaces', | 1661 '../cc/cc.gyp:cc_surfaces', |
1662 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', | 1662 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
1663 '../mojo/public/mojo_public.gyp:mojo_js_bindings', | 1663 '../mojo/mojo_public.gyp:mojo_js_bindings', |
1664 '../net/net.gyp:http_server', | 1664 '../net/net.gyp:http_server', |
1665 '../storage/storage_browser.gyp:storage', | 1665 '../storage/storage_browser.gyp:storage', |
1666 '../storage/storage_common.gyp:storage_common', | 1666 '../storage/storage_common.gyp:storage_common', |
1667 '../third_party/angle/src/angle.gyp:commit_id', | 1667 '../third_party/angle/src/angle.gyp:commit_id', |
1668 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1668 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1669 '../ui/surface/surface.gyp:surface', | 1669 '../ui/surface/surface.gyp:surface', |
1670 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', | 1670 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', |
1671 ], | 1671 ], |
1672 'export_dependent_settings': [ | 1672 'export_dependent_settings': [ |
1673 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', | 1673 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
1674 ], | 1674 ], |
1675 }], | 1675 }], |
1676 ['enable_basic_printing==1 or enable_print_preview==1', { | 1676 ['enable_basic_printing==1 or enable_print_preview==1', { |
1677 'dependencies': [ | 1677 'dependencies': [ |
1678 '../printing/printing.gyp:printing', | 1678 '../printing/printing.gyp:printing', |
1679 ], | 1679 ], |
1680 }], | 1680 }], |
1681 ['OS!="ios" and chrome_multiple_dll!=1', { | 1681 ['OS!="ios" and chrome_multiple_dll!=1', { |
1682 'dependencies': [ | 1682 'dependencies': [ |
1683 '../third_party/WebKit/public/blink.gyp:blink', | 1683 '../third_party/WebKit/public/blink.gyp:blink', |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1936 'sources': [ | 1936 'sources': [ |
1937 'browser/media/cdm/browser_cdm_manager.cc', | 1937 'browser/media/cdm/browser_cdm_manager.cc', |
1938 'browser/media/cdm/browser_cdm_manager.h', | 1938 'browser/media/cdm/browser_cdm_manager.h', |
1939 # This works on Android because enable_browser_cdms==1 on Android. | 1939 # This works on Android because enable_browser_cdms==1 on Android. |
1940 'browser/media/media_web_contents_observer.cc', | 1940 'browser/media/media_web_contents_observer.cc', |
1941 'browser/media/media_web_contents_observer.h', | 1941 'browser/media/media_web_contents_observer.h', |
1942 ], | 1942 ], |
1943 }], | 1943 }], |
1944 ], | 1944 ], |
1945 } | 1945 } |
OLD | NEW |