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

Side by Side Diff: content/content_browser.gypi

Issue 1003113003: [DevTools] Handle emulation in embedder, call into web API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests and mac popups compilation Created 5 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/view_messages.h ('k') | content/renderer/devtools/devtools_agent.h » ('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 1697 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/devtools/devtools_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698