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

Side by Side Diff: content/content_browser.gypi

Issue 189713002: Declare dependency on blink_headers in targets that use blink headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
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 '../third_party/re2/re2.gyp:re2', 7 '../third_party/re2/re2.gyp:re2',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
11 '../net/net.gyp:net', 11 '../net/net.gyp:net',
12 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
13 '../sql/sql.gyp:sql', 13 '../sql/sql.gyp:sql',
14 '../third_party/zlib/google/zip.gyp:zip', 14 '../third_party/zlib/google/zip.gyp:zip',
15 '../third_party/zlib/zlib.gyp:zlib', 15 '../third_party/zlib/zlib.gyp:zlib',
16 '../third_party/WebKit/public/blink.gyp:blink_headers',
16 '../ui/accessibility/accessibility.gyp:accessibility', 17 '../ui/accessibility/accessibility.gyp:accessibility',
17 '../ui/events/events.gyp:events_base', 18 '../ui/events/events.gyp:events_base',
18 '../ui/events/events.gyp:gesture_detection', 19 '../ui/events/events.gyp:gesture_detection',
19 '../ui/gfx/gfx.gyp:gfx', 20 '../ui/gfx/gfx.gyp:gfx',
20 '../ui/gfx/gfx.gyp:gfx_geometry', 21 '../ui/gfx/gfx.gyp:gfx_geometry',
21 '../ui/resources/ui_resources.gyp:ui_resources', 22 '../ui/resources/ui_resources.gyp:ui_resources',
22 '../ui/snapshot/snapshot.gyp:snapshot', 23 '../ui/snapshot/snapshot.gyp:snapshot',
23 '../ui/ui.gyp:ui', 24 '../ui/ui.gyp:ui',
24 'browser/speech/proto/speech_proto.gyp:speech_proto', 25 'browser/speech/proto/speech_proto.gyp:speech_proto',
25 ], 26 ],
26 'include_dirs': [ 27 'include_dirs': [
27 '..', 28 '..',
28 '<(INTERMEDIATE_DIR)', 29 '<(INTERMEDIATE_DIR)',
29 ], 30 ],
31 'export_dependent_settings': [
32 # The public content API headers directly include Blink API headers, so we
33 # have to export the blink header settings so that relative paths in these
34 # headers resolve correctly.
35 '../third_party/WebKit/public/blink.gyp:blink_headers',
36 ],
30 'sources': [ 37 'sources': [
31 'port/browser/event_with_latency_info.h', 38 'port/browser/event_with_latency_info.h',
32 'port/browser/location_provider.h', 39 'port/browser/location_provider.h',
33 'port/browser/render_view_host_delegate_view.h', 40 'port/browser/render_view_host_delegate_view.h',
34 'port/browser/render_widget_host_view_port.h', 41 'port/browser/render_widget_host_view_port.h',
35 'port/browser/vibration_provider.h', 42 'port/browser/vibration_provider.h',
36 'port/browser/web_contents_view_port.h', 43 'port/browser/web_contents_view_port.h',
37 'public/browser/access_token_store.h', 44 'public/browser/access_token_store.h',
38 'public/browser/android/compositor.h', 45 'public/browser/android/compositor.h',
39 'public/browser/android/compositor_client.h', 46 'public/browser/android/compositor_client.h',
(...skipping 1636 matching lines...) Expand 10 before | Expand all | Expand 10 after
1676 '../build/linux/system.gyp:dbus', 1683 '../build/linux/system.gyp:dbus',
1677 '../dbus/dbus.gyp:dbus', 1684 '../dbus/dbus.gyp:dbus',
1678 ], 1685 ],
1679 }, { # OS != "linux" or use_dbus==0 1686 }, { # OS != "linux" or use_dbus==0
1680 'sources!': [ 1687 'sources!': [
1681 'browser/geolocation/wifi_data_provider_linux.cc', 1688 'browser/geolocation/wifi_data_provider_linux.cc',
1682 ], 1689 ],
1683 }], 1690 }],
1684 ], 1691 ],
1685 } 1692 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/content_common.gypi » ('j') | ppapi/ppapi_proxy_nacl.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698