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 1697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1708 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1708 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1709 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 1709 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
1710 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', | 1710 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', |
1711 '../ui/surface/surface.gyp:surface', | 1711 '../ui/surface/surface.gyp:surface', |
1712 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', | 1712 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', |
1713 ], | 1713 ], |
1714 'export_dependent_settings': [ | 1714 'export_dependent_settings': [ |
1715 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 1715 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
1716 ], | 1716 ], |
1717 }], | 1717 }], |
| 1718 ['debug_devtools==1', { |
| 1719 'defines': [ |
| 1720 'DEBUG_DEVTOOLS=1', |
| 1721 ], |
| 1722 }], |
1718 ['enable_basic_printing==1 or enable_print_preview==1', { | 1723 ['enable_basic_printing==1 or enable_print_preview==1', { |
1719 'dependencies': [ | 1724 'dependencies': [ |
1720 '../printing/printing.gyp:printing', | 1725 '../printing/printing.gyp:printing', |
1721 ], | 1726 ], |
1722 }], | 1727 }], |
1723 ['OS!="ios" and chrome_multiple_dll!=1', { | 1728 ['OS!="ios" and chrome_multiple_dll!=1', { |
1724 'dependencies': [ | 1729 'dependencies': [ |
1725 '../third_party/WebKit/public/blink.gyp:blink', | 1730 '../third_party/WebKit/public/blink.gyp:blink', |
1726 ], | 1731 ], |
1727 }], | 1732 }], |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1990 'browser/media/media_web_contents_observer.h', | 1995 'browser/media/media_web_contents_observer.h', |
1991 ], | 1996 ], |
1992 }], | 1997 }], |
1993 ['OS == "linux" and use_openssl==1', { | 1998 ['OS == "linux" and use_openssl==1', { |
1994 'dependencies': [ | 1999 'dependencies': [ |
1995 '../third_party/boringssl/boringssl.gyp:boringssl', | 2000 '../third_party/boringssl/boringssl.gyp:boringssl', |
1996 ], | 2001 ], |
1997 }], | 2002 }], |
1998 ], | 2003 ], |
1999 } | 2004 } |
OLD | NEW |